简体   繁体   English

Android应用程序:增强现实或图像识别

[英]Android Application : Augmented Reality or Image Recognition

I am interested in developing an Android Application that employs the Android Devices Camera to detect moving "Targets". 我对开发使用Android设备摄像头来检测移动的“目标”的Android应用感兴趣。

The three types of targets I need to detect and distinguish between are pedestrians, runners (joggers) and cyclists. 我需要检测和区分的三种目标是行人,跑步者(慢跑者)和骑自行车的人。

The augmented realities SDK's I have looked at only seem to offer face recognition which doesn't sound like they can detect entire people. 我看过的增强现实SDK似乎只能提供人脸识别功能,听起来好像他们无法检测到整个人。

Have i misunderstood what Augmented Realities SDK can provide? 我是否误解了增强现实SDK可以提供的功能?

There is a big list of AR SDKs (also for Android platform): AR SDK的清单很大(也适用于Android平台):

Augmented reality SDKs 增强现实SDK

However, to be honest I strongly doubt that you will find any (doesn't matter free or payed) SDK for your task. 但是,老实说,我强烈怀疑您会为您的任务找到任何(无论是免费还是付费的)SDK。 It is to specific so you should probably write it by yourself using OpenCV . 它是特定的,因此您可能应该使用OpenCV自己编写。

OpenCV will allow you to detect objects (more or less) and then you will need to write some algorithm for classification. OpenCV将允许您(或多或少)检测对象,然后您需要编写一些分类算法。 I would recommend classification based on object speed. 我建议根据对象速度进行分类。

Then, when you have your object classified you can add any AR SDK to add something to your picture. 然后,当您对对象进行分类时,可以添加任何AR SDK来向图片添加内容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM