搜索资源列表
车牌识别定位vc版
- 车牌定位识别程序,算法为先对车牌图进行灰度化,接着二值化,找点,然后定位矩形车牌,最后标出车牌位置。这个程序为图象处理的有一个经典的实例-plates positioning identification procedures, the algorithm first pair of plates map Gray, then two values, find the point and positioning rectangular plates, plates marked the fina
RectangleDetection.rar
- 基于hough算子的矩形检测,可用于车牌识别,pcb检测等等。,rectangle detection based on hough function.the techniques presented here interest for a number of applications such as building detection, pcb detection and so on
chicks
- 运用帧差法进行运动对象的识别,用矩形框标出。-using frame-difference method to identify moving objects
RECTANGLE
- 一种快速的多边形和矩形检测算法,可以广泛的应用于各种目标识别领域-A fast polygon and rectangle detection algorithm can be widely used in various areas of target identification
aa
- 简单的车牌识别系统,原理是用一矩形框遍历汽车的区域-simple license plate to discriminate
ellipserecognise
- 椭圆、 矩形等的识别,在MATLAB下运行.-Ellipse, round, rectangle recognition.
Classify
- Free Source Code for Shape Recognition Matlab实现的图像中的圆、矩形、正方形等形状识别-Shape Recognition differentiate Square, Rectangular, Circle from others
chepaishibie
- VC下实现车牌识别的工程,包括灰度化,二值化,描边,求矩形,标出车牌,快速定位等过程-VC license plate recognition to achieve the project, including graying, binary, strokes, a rectangular, marked license plates, the process of rapid positioning
Figurerecognize
- 用opencv库函数识别图像中包含的图形数量和形状,能够识别矩形,三角形,圆形-figure recognize
Muban-Pipei
- 一种基本的模式识别方法,运行后待检测图像与模板图像的相同或相似之处会被白色矩形框标明。-This is a basic method of pattern recognition, The similarity or identity between tested image and template image will be marked by a white rectangle.
FaceAndMouthDetection
- 用vc++开发的可以识别人眼跟嘴巴检测的程序,人眼跟嘴巴用矩形框标注,内附视频跟检测图片-Using vc++ developer can identify the human eye with the mouth detection procedure, the human eye with the mouth marked with a rectangular box, containing a video with the test image
车牌识别
- 基于openCV,还有问题,搜索矩形区域不对.
车牌识别
- 基于opencv,矩形区域搜索有问题, 具有好的和谐结构,是一个很好的基础
theSketcppaa
- 画板程序 用于看图片 画圆 矩形等,可以学习用 不错的(Sketchpad application To see the picture rounded rectangle, etc., can learn to use good)
UNTITLED
- 简单的人脸识别,一张图可以将人脸识别出就是用矩形将人脸框出。(Simple face recognition, a graph can be the face recognition, is to use rectangular face frame.)
Opencv元件识别源码和DLL
- LED元件识别和相关库文件,关于角度识别和外接矩形框。(LED component identification and related library files)
视频处理
- 读入一个视频,处理后,可以识别人脸,并用矩形框圈出。附赠另一个人脸识别代码(Read a video, after processing, can identify the face. Circle it with a rectangular box.With another person face recognition code)
UCI的光学字符识别数据集
- 其目标是将大量黑白矩形像素显示器中的每一个识别为英文字母中的26个大写字母之一。字符图像基于20种不同的字体,并且这20种字体中的每个字母随机失真以产生20,000个独特刺激的文件。每个刺激被转换成16个基本的数字属性(统计矩和边缘计数),然后将其缩放以适合从0到15的整数值范围。我们通常在前16000个项目上进行训练,然后使用结果模型预测剩余的4000个字母类别。请参阅上面引用的文章以获取更多详细信息。(The objective is to identify each of a large
判定圆、矩形
- 数学建模中写的一个小程序,可以识别图中的圆、矩形并定位(A small program written in mathematical modeling that recognizes circles, rectangles, and positions in a graph)
图像处理人民币识别
- 本设计为基于MATLAB的人民币识别系统。带有一个GUI界面。先利用radon进行倾斜校正,根据不同纸币,选择不同维度的参数识别纸币金额,有通过RGB分量识别100元; 通过面额图像的宽度识别1元、5元;通过构建矩形结构体识别10元 ;通过RGB分量识别 20元 与 50元。