搜索资源列表
摄像头手势识别
- 打开摄像头,采集图片,并对图片进行肤色提取,分离出手势
编码识别代码通过图像识别技术
- 用摄像头采集类似于电话充值卡的图象,对其的卡号,密码区域进行识别,只识别数字。(0-9)但原理相同,你只需改一下字库即可使用。 我先说下步骤: 1. 字符和字符之间都有间隔,首先要根据间隔确定每个字符的区域(Rect). 2. 然后一个一个象素地和标准字符比较。也就是比较 26 * 2 = 52 次,误差最小的,就认为是该字符。 (注:这种算法比较简单,易于理解,缺点就是效率不高,我用摄像头采集图象识别数字成功率为 98%以上。我曾请教过一位做这方面的专家,他称无论什么识别,影响识别的最重要因数
camerads.rar
- opencv摄像头实时人脸识别,支持各种摄像头,Real-time face recognition opencv camera, supports a variety of camera
mousemove
- 摄像头识别,能通过摄像头捕捉的图像变化模拟鼠标的移动-The camera to identify, through the camera to capture images of changes in simulated mouse movement
Gesture_recognition_sourcecode
- 手势识别源代码 根据摄像头拍摄的人体动作来演奏音乐 sourcecode vc6.0-Gesture recognition source code under the camera body movements to play music sourcecode vc6.0
gesturerecognition
- 手势识别程序,由摄像头自动捕捉到手,然后进行识别-the source code for gesture recognition
moveDetect
- 运动物体识别。 检测链接到windows摄像头的运动物体,将背景和移动物体区别开来。-Moving object recognition. Link to windows detect camera movement of objects, the background and to distinguish between moving objects.
visionmotion
- 很好的动态物体识别和跟踪源码。可以利用摄像头也可以读取AVI文件-Very good dynamic object recognition and tracking of source code. Camera can be used to read AVI files can also be
shoushishibiechengxu
- 超强手势识别程序,可识别手势,和手势的方向,还可以自己制作新的手势命令。需要摄像头,此源码可立即编译运行.-Super gesture recognition program can recognize gestures, and gestures of direction, can also produce their own new gesture command. Need camera, this source can now compile and run.
STMF4 QR Decoder 二维码识别
- 基于 STM32F429 配 OV5642 摄像头感测器成为二维码辨识装置,二维码(QR Code)辨识算法速度极快,二维码偏转也极易辨识成功,内为 Keil MDK 之工程源代码,使用 OV2640、OV7670 及类似的摄像头修改加入容易,不失为二维码辨识算法的参考程序。 Based on STM32F429 with OV5642 camera sensor becomes two-dimensional code recognition apparatus, two-dimensi
FaceRecognition-tensorflow-master
- 可以通过摄像头识别是不是本人,主要使用的是opencv进行人脸识别,测试环境是tensorflow(You can recognize me through the camera)
caremer
- 通过C#,普通摄像头识别二维码信息,并定时输出到文本中。(Two-dimensional code recognition)
OV7620
- 能够通过摄像头识别飞思卡尔比赛的跑道,使智能车完成比赛(Able to identify the runway of Carle by camera, enabling the smart car to finish the race)
C 实现对摄像头前特定单一颜色物体的识别与追踪
- C 实现对摄像头前特定单一颜色物体的识别与追踪(C implements the recognition and tracking of a single color object in front of the camera)
颜色识别
- stm32识别颜色的算法程序源代码,对于不同颜色的识别准确率极高(STM32 color recognition algorithm program source code)
opencv几何形状识别
- 可以获取摄像头图像并且检测出图像轮廓,识别图像中不同形状。画出外轮廓并且用标签进行标记。(Camera images can be obtained and detected image contours, recognition of different shapes in the image. Draw outward contours and mark with labels.)
手势识别控制小车运动
- 本系统利用目前比较成熟的OpenCV的相关函数,进行了基于肤色分割和模板的手势识别的研究,并利用自编的控制函数进行简单的虚实交互,在摄像头一端通过指定的手势动作来控制小车在平面跑道上的启动和停止等动作。(This system uses the correlation function of mature OpenCV at present, studied the skin color segmentation and gesture recognition based on a templa
利用摄像头识别、读取二维码信息1
- 基于LabVIEW,并利用电脑的摄像头识别二维码(Recognition of two dimensional code based on LabVIEW)
find people
- visual studio 2015平台上实现,摄像头识别人脸位置,并且与库中图片对比,识别人脸相似度。(On the visual studio 2015 platform, the camera recognise the face position and compare with the picture in the library to identify face similarity.)
利用摄像头识别、读取二维码信息
- 利用摄像头识别、读取二维码信息,选择摄像头后,能够自动打开摄像头识别二维码