简体   繁体   English

从网络摄像头拍摄的照片上的形状识别

[英]shape recognition on picture taken from webcam

i would like to extract information is there a human hand on some photo taken from local webcam. 我想提取信息是否有人手从当地网络摄像头拍摄的一些照片。 I get how to extract light information, find brightest points or few of them, but how to recognize shape on some image? 我得到了如何提取光信息,找到最亮点或少数点,但如何识别某些图像上的形状?

I have started C# project, and I'm using AForge library to apply some filters to captured images, but I'm pretty stuck with shape recognition. 我已经启动了C#项目,并且我正在使用AForge库对捕获的图像应用一些过滤器,但我很难接受形状识别。

Where should I start? 我应该从哪里开始?

You might have a look at the image recognition project over at codeplex. 您可以在codeplex上查看图像识别项目。

http://www.codeplex.com/IR http://www.codeplex.com/IR

It is an open source .NET project written in c#. 它是一个用c#编写的开源.NET项目。 It should be a good place to start. 它应该是一个很好的起点。

You can do this with OpenCV , using haar cascades. 您可以使用haar级联使用OpenCV执行此操作。

There's even a classifier readily available for non-commercial use - see http://code.google.com/p/ehci/wiki/HandTracking 甚至还有一个分类器可供非商业用途使用 - 请参阅http://code.google.com/p/ehci/wiki/HandTracking

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

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