搜索资源列表
FindRGB.利用OPENCV识别图片中的颜色区域的MFC程序
- 利用OPENCV识别图片中的颜色区域的MFC程序,共三种颜色:红、绿、蓝,OPENCV identify the use of the color picture of the MFC region, with a total of three colors: red, green, blue
Run 实现对车牌颜色进行识别和车牌区域的粗定位
- 代码能够实现对车牌颜色进行识别和车牌区域的粗定位,代码使用opencv实现的,算法的鲁棒性比较强!-code can be used for recognition of the color of the plate and coordinate the area of the plate.
MyOpenCVCammer
- opencv 源代码能识别红色与绿色等颜色,自己可以根据需要修改-failed to translate
firedetect_CSHARP
- 火焰检测系统,通过火焰的静态颜色特征和动态的抖动特征去识别。-fire detection
Hand-detection-and-recognition
- 基于openCV的手势检测与识别代码,其中使用了基于颜色的分割算法,如果结合运动检测和减背景方法,算法将会更加稳健。-Hand gesture detection and recognition using openCV and the color based segmentation method. If, combinned with motion detection and background substraction, it supposes to be robuster.
yanse
- opencv的颜色识别,可以实现识别rgb-opencv the color identification, can identify the rgb
detecthand
- 识别手形,基于颜色信息。运行时需要配好opencv的环境-Recognition hand, based on color information. Need to run with a good environment for opencv
opencv
- 压缩包包括以下几个功能实现的opencv源代码:canny边缘检测算法实现、高斯背景建模、背景差分法实现边缘检测、图像颜色分布直方图的相关处理、人脸识别算法的实现。-Compressed package includes the following functions to achieve the opencv source code: canny edge detection algorithm, Gaussian background modeling, background subtrac
jiaotong
- 我做交通标志检测和识别中用到的几个子模块,本人亲测在VS2008平台上能跑。程序不复杂,但是对于初学Opencv的人来说还是有一定用处的。包括,提取特征颜色、霍夫圆检测、Canny边缘检测等。-Opencv Hough Canny
tt
- OPENCV实现颜色识别,特征提取,运动检测等功能,其中包含读取图像-OPENCV color recognition, feature extraction, motion detection function, which contains the read image
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
车牌识别 opencv+C
- opencv 车牌识别,识别效率还不错,能识别出蓝色和黄色车牌,基于梯度和颜色的方法
颜色识别 运动检测
- 本程序主要使到了OpenCV的特征训练库和最基本的图像处理的知识,包括肤色检测等等。 废话不多,先看一下基本的界面设计,以及主要功能:(This procedure mainly to the OpenCV features, training libraries and the most basic knowledge of image processing, including skin color detection and so on.)
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
Project1
- 基于OpenCV的颜色识别。经典的颜色识别的经典应用就是车牌定位了,因为中国的车牌无非就是蓝色和黄色,还有就是交通标志定位也是个应用。(Color recognition based on OpenCV.The classic application of color recognition is license plate location, because China's license plate is blue and yellow, and traffic sign is also a
颜色识别 - 图像(普通轮廓)
- 基于opencv的简单颜色识别,载入图像进行识别,可识别出图像中的红色物体并画出物体轮廓(Opencv based simple color recognition, loading image recognition, can identify the red object in the image and draw the outline of the object.)
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.)
车牌识别
- python+opencv实现车牌识别,通过canny算子边缘检测+颜色识别提取车牌区域(License plate recognition based on Python + opencv)
火焰识别代写
- 此代码用于识别图片中火焰,整体思路为通过对图像的颜色处理找出图中感兴趣区域(可能为火焰的区域)及其 轮廓, 再提取轮廓的几何特征判断是否为火焰(This code is used to identify the flame in the picture. The overall idea is to find out the area of interest (possibly the area of flame) and its contour in the picture through c