搜索资源列表
HoG
- 基于hog算法的人数识别程序,使用了openCV视觉库,效率高,主要是边缘检测-Algorithm based on the number of hog identification procedures
edge
- opencv中检测图像中物体的边缘,可以用过纹理识别出边缘-opencv object detection image edge texture, can be used to identify the edge
opencvcanny
- 基于OpenCV的边缘检测算法在仪表识别中的应用与改进-OpenCV' s edge detection algorithm based on the instrument recognition and improvement
tmd
- opencv基础数据结构的各种操作实现示例,包括:图像的打开、保存、边缘检测和人脸识别简单示例-opencv-based data structure operations to achieve a variety of examples, including: the image open, save, simple example of edge detection and face recognition
Contour-Detect
- 人脸边缘检测,人脸识别检测 源代码 OpenCV C-Face recognition testing OpenCV C++
Vehicle-logo-detection
- 本程序对实现车标的识别功能,利用一幅一幅提供的车标作为模版,对30幅图片进行识别,从中识别出大众的标志,其中主要要用到二值化和边缘提取的算法。如果需要改变测试图片,只需将源代码中第十四行的文件名改掉进可以了。-This program is the realization of the vehicle the subject of recognition, a one car labeled as a template, to identify the 30 pictures from whic
opencv1.0PVC6.0
- 包括图像打开,边缘检测,人脸识别,图片缩放,贝塞尔曲线等例子,全部调试通过,非常适合初学者学习。-Including open image, edge detection, face recognition, image scaling, Bezier curves, and other examples, all through debugging, very suitable for beginners to learn.
OPENCV
- 可用的机器视觉识别图形边缘-外接矩形框,接普通摄像头可连接-Available machine vision recognition Graphic Edge- boundingbox
MyOpenCVConsole
- 常用的opencv图像特征提取算法。包括直方图、边缘检测、角点检测、直线提取、圆形提取等。并包括不太成熟的BP神经网络识别纯底色数字。-Commonly used opencv image feature extraction algorithm. Including histograms, edge detection, corner detection, line extraction, circular extraction. And includes less mature pure b
detection_nose-master
- 模式识别算法电子鼻电子鼻的种类神奇的电子鼻边缘检测算法电子鼻应用别的种类的电子鼻人脸检测算法图像边缘检测算法-Kind of pattern recognition algorithms magical electronic nose electronic nose electronic nose electronic nose edge detection algorithm applied other types of electronic nose face detection algor
Hough_Dect
- 数字图像处理在人们的生活中无处不存在着它的影子,是非常流行热门的技术之一,可以说它是一种每时每刻都在改变着人类生活的技术。人们对于物体的识别主要针对于物体的外形,图像分割目的是对图像中有意义的特征部分进行提取,所谓有意义的特征包括图像中物体的外形边缘和区域等。本文主要针对其中的一个传统而经典的分割方法Hough变换而展开。Hough变换实现的是一种从图像空间到参数空间的映射关系,具有对抗噪声的鲁棒性以及在图像中的不连续性等优点,通过它构建的参数空间可以容易地对特定形状,如直线、圆等解析曲线进行判
asmlib-opencv-master
- 图形图像识别根据人脸的特征库来进行人脸边缘轮廓的识别和特征部位的识别-this is a program,it can detect face by face s db
road_lane
- 用于检测车道线,本程序是基于单帧图像的车道线检测识别,利用了二值、边缘检测、霍夫变换-Used to detect the lane line, this procedure is the lane line detection based on single frame image recognition, using the two values, edge detection and hough transform
haarcascade_eye_tree_eyeglasses
- 静态灰度图像里的人眼识别,canny边缘检测-static grey picture which eyedetect
cola
- 识别可乐罐,用canny边缘检测后,用霍夫变换确定可乐罐位置。-Identify the Coke cans, with canny edge detection, the use of Hough transform to determine the Coke tank position.
OpenCV模板匹配的方法识别手势
- 首先膨胀5个像素点,避免手指短截。接着选取最大轮廓,将最大轮廓重新画出来,过滤掉其它小轮廓,即背景噪声。 将二值化的图像转化成近似多边形。将手指边缘直线化。从而在第5步骤中去掉不需要的轮廓缺陷(Hand gesture recognition by template matching)
opencv_day05
- 关于opencv中图像边缘检测和图像识别的代码(About OpenCV image edge detection and image recognition code)
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
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.)