搜索资源列表
车牌识别定位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
shape
- 对图片中的各种几何图形进行识别,包括圆形,正方形,矩形,六边形,菱形等-On the picture to identify the various geometric shapes, including round, square, rectangular, hexagonal, diamond, etc.
aa
- 简单的车牌识别系统,原理是用一矩形框遍历汽车的区域-simple license plate to discriminate
ellipserecognise
- 椭圆、 矩形等的识别,在MATLAB下运行.-Ellipse, round, rectangle recognition.
FastNN
- 简单快速近邻算法:再二维平面一矩形范围内随机产生100个训练样本,任意划分为三个区域,用快速近邻法确定待识别实验样本的所属分类-Simple and rapid nearest neighbor: Another two-dimensional plane within a rectangle of 100 randomly generated training samples, arbitrary divided into three regions, with the fast neares
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
2
- 人脸矩形识别易语言源码 ,很不错的易语言源码,适合易语言爱好者学习。-Face rectangle identify the Yi language source code, very good source of easy language for easy language enthusiasts to learn.
验证码识别第三种
- 这个验证码要识别不难,在这里每个字符用十几个样本已经可以达到不错的识别率 识别步骤: 1。用中值模糊处理一下杂点 ,杂点几乎都处理掉 2。灰度处理 3。阈值化处理 4。把单个字符分割出来 5。找到字符的再小包围矩形,再根据这个矩形的角度矫正一下 6。把每个字符图片缩放成一个尺寸(在里取样本) 7。识别方法直接用点阵相似度对比
车牌识别
- 基于openCV,还有问题,搜索矩形区域不对.
车牌识别
- 基于opencv,矩形区域搜索有问题, 具有好的和谐结构,是一个很好的基础
Opencv元件识别源码和DLL
- LED元件识别和相关库文件,关于角度识别和外接矩形框。(LED component identification and related library files)
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)