搜索资源列表
MyOpenCVCammer
- opencv 源代码能识别红色与绿色等颜色,自己可以根据需要修改-failed to translate
firedetect_CSHARP
- 火焰检测系统,通过火焰的静态颜色特征和动态的抖动特征去识别。-fire detection
yanse
- opencv的颜色识别,可以实现识别rgb-opencv the color identification, can identify the rgb
motion-tracking-and-implementation
- 目标跟踪是计算机视觉的一个重要分支,日益广泛应用于科学技术、国防安全、航空、医药卫生以及国民经济等领域。实现目标跟踪的关键在于完整地分割目标、合理提取特征和准确地识别目标,同时,要考虑算法实现的时间,以保证实时性。当视频图像中被跟踪目标发生姿态变化,存在旋转或部分遮挡时,简单的灰度模板或者Hausdorff距离匹配一般很难达到实时跟踪目标的要求,出现误匹配或者跟踪丢失的情况,而且跟踪效率较低。Gary R.Bradski提出的CAMSHIFT[1](Continu-ously Adaptive
tt
- OPENCV实现颜色识别,特征提取,运动检测等功能,其中包含读取图像-OPENCV color recognition, feature extraction, motion detection function, which contains the read image
otsu
- 利用opencv做的关于otsu算法的目标识别程序,其实别主要基于颜色-Target recognition program using the opencv otsu algorithm, in fact, do not mainly based on the color
Opencv_camera_android
- Android平台使用opencv for android实现颜色识别,用于机器人比赛时的颜色识别,设备为nexus7-Using opencv for android Android platform to achieve color recognition, robotics competition for the color recognition, equipment nexus7
opencvCPP
- 是opencv的c++常用的所有的程序,包括人脸识别,运动物体跟踪,颜色识别,图形图像设计,摄像头定标等。-Is opencv c++ commonly used all programs, including face recognition, moving object tracking, color recognition, image design, camera calibration, etc.
1
- 改代码利用opencv基于YUV颜色空间,实现对肤色分割,并运用凸边,实现对简单手势的识别-Change the code based on the use of opencv YUV color space, color segmentation to achieve, and the use of the convex side, the realization of a simple gesture recognition
firedetection
- 基于opencv的火焰识别源码,原理颜色模型,背景相减-firedetection opencv
Video-detect
- 目标自动识别与跟踪系统,基于MFC界面和opencv视觉库,采用混合高斯进行目标识别,基于局部颜色直方图模型进行自动跟踪,并实现跟踪框可变,跟踪结果实时显示。-target detection and track system
ZHT_ColorTrace
- 用于颜色识别的opencv代码 识别一个单一颜色的物体-Opencv color identification code
LXWUQIU
- 我编写的基于颜色分量的汽车牌照定位识别,主要有以下几步(I write the car license plate based on color components of location identification, basically has the following steps)
patmernand
- 模式识别中贝页斯分类器的MATLAB实现,且用不同颜色标记了分类点和错分点(Mr Page in pattern recognition classifier of MATLAB, and use different color tag by classification and fault point)
openCV-Practicefh
- 人脸识别: 相关功能: 1.将图像转换为灰度显示 2.应用高斯滤波器去除小的边缘 3.计算与画布边缘 4.修改边缘颜色 5.将Mat转换为Xcode的UIImageView显示(Face recognition: Related functions: 1. Convert the image to grayscale display 2. Use gaussian filter to remove small edges 3. Calculate the edge of th
简易寻灯
- 给予颜色提取识别红色led小灯。通过对红色通道值的限定提取光源(Recognition of light source based on color extraction)
Python-opencv车牌识别
- 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会
fruit-recognition-master
- 运用了OpenCV、C++、水果识别、Qt界面、颜色识别、边缘检测、图像处理 ,能够实现对不同种类水果进行识别分类。(Using OpenCV, C++, fruit recognition, Qt interface, color recognition, edge detection, and image processing, it is possible to identify and classify different types of fruits.)