搜索资源列表
pattrnRecognization
- 文件包中是关于模式识别中神经网络法,模板匹配,Fisher判别法和细化算法(用于轮廓检测)以及数字识别的vc程序-packages on the pattern recognition neural network, template matching, Fisher Discriminant and thinning algorithm (used for contour detection), and digital identification procedures vc
edgeexamination
- 该源码主要是对图像进行边缘检测和轮廓跟踪,主要应用在象人脸识别、指纹识别等这样的图像处理系统中-the main source of the image edge detection and contour tracking, as the main application in face recognition, fingerprint recognition of Image Processing System
OpenCVL
- 这个一个opencv代码。通过对库函数调用,实现图片的边缘检测以及轮廓识别。对于入门opencv很有参考价值。-this one OpenCV code. Through library function call, on the brink of achieving Photo contour detection and identification. For entry OpenCV of great reference value.
shibiecanqueshuzi
- 本程序采用四边的轮廓结构特征和笔划统计(仅针对 0 和 8)识别残缺数字-surrounding the adoption of the outline of the structure and characteristics of strokes Statistics (only for 0 and 8) to identify incomplete figures
edge_zxf
- 这是一个采用小波和最优算子提取图像边缘(轮廓)的动态库,其效果 非常好,曾用于很多图像识别软件中。附有示例程序。 用于商业目的可能需要注册。-This is a wavelet and optimal operator Image Edge Extraction (contour) of the dynamic, the effect is very good. has been used for many image recognition software. With sample
wzsb
- 文字识别系统--数字字符的识别算法,将数字字符的顶部、左右两侧的局部轮廓结构和统计特征组合成特征向量,用以描述10个数字。采用用结构语句识别算法识别底部残缺的和完整的数字字符。-Character Recognition System -- Character recognition algorithm, the top figures of characters, around both sides of the partial outline of the structure and sta
20070604141700
- 源码提供了矢量字库轮廓的提取,为后续的汉字的识别打下了良好的基础.-source provided a vector font outline of the extraction, for the follow-up character recognition lay a good foundation.
svm_image
- 一个基于支持向量机和傅立叶描述子的字符识别算法:傅立叶描述子表征字符的轮廓特征
traffic
- 车辆检测: 1 识别车辆轮廓,并标识车辆轮廓 2 给出车辆的相对速度
EdgeContour
- 对加载的图像进行轮廓识别,边缘检测(包括robert算子,sobel算子,prewitt算子等)的VC++程序-Of the loaded image contour recognition, edge detection (including robert operator, sobel operator, prewitt operator, etc.) VC++ program
UVectorFont
- 文字轮廓识别,用于提取文字外框,只能用于Windows-Outline text recognition, to extract the text frame, only for Windows
writingrestore
- 硕士毕业课题:Vc++实现手写体字符识别.包括字符的预处理,分割,细化以及识别。-Master s graduate topics: Vc++ implementation of handwritten character recognition. Including the character pre-processing, segmentation, thinning, as well as identification.
MPT-0.4b-src
- 人脸识别系统,可以识别出人的眼睛,以及人的脸部轮廓-Face Recognition System
shui_ping_ji_fang_fa
- 图像识别 能对图像中的目标进行自适应识别 并画出目标轮廓-Image recognition can be adaptive to recognize target and draw the target contour
demo
- 实现了利用数字图像模式识别技术实现对人脸的自动检测与特征定位。包括有脸相似度计算、人脸轮廓提取、人脸定位、脸内轮廓提取、眼睛定位、鼻子定位和嘴定位等部分。-Achieved using digital image pattern recognition technology to the automatic human face detection and feature location. Include face similarity calculation, face contour ex
facial_detect
- 用VC 编译的人脸识别程序 大四经典软件编程项目 最新轮廓定位识别引擎-Recognition programs compiled with the VC senior classic software programming projects outline the latest recognition engine positioning
Pattern-Recognition
- 一种简单的基于轮廓寻找的图形识别,可以用于提取图像的轮廓-A simple search for the pattern recognition based on contour, the outline of the image can be used to extract
Gesture-Recognition-Based-on-openCV
- 基于openCV的手势识别,用肤色的有效提取, 再经过阈值化, 和形态学变换, 得到手的轮廓, 最后采用轮廓匹配的方法, 得到识别结果-OpenCV based gesture recognition, effective use of color extraction, and then after a threshold, and morphological transformation, contours of the hand, the final contour matching me
bontour_contour
- 用MATLAB实现图像轮廓提取的方法和效果 不错的源码 很好(MATLAB image contour extraction method and the effect is very good good source)
人脸识别Matlab算法
- 通过对图像进行二值化处理进行边缘检测,得到的人脸的轮廓,经过一系列处理对人脸区域进行检测并用框标示出来