资源列表
TMS320DM36x--face-detection
- 基于TMS320DM36x人脸识别检测应用文档-Face detection based on application documents TMS320DM36x
detectdriverfatigue
- 通过人眼图像来检测驾驶员疲劳驾驶是目前的主流方向,面部及眼睛定位是其中关键的环节。针对驾驶员疲 劳检测系统,结合图像处理和模式识别技术,提出一种基于人脸面部特征的人眼定位方法-Images by the human eye to detect driver fatigue is the main driving direction, face and eye location is the key link. For driver fatigue detection system that
image_mva
- 对多光谱,或者高光谱图像进行分类,主要是对人脸进行识别。
VLPR
- 一个车牌识别系统的例子,可以参考。用c++开发的例子,可以用作人工智能或者模式识别课题的参考-An example of the vehicle plate recognition system. Developed by C++. It can be referenced as a project of PR-AI.
ImageRecognitionBasedonRadonTransfor
- 基于Radon变换提出了一种新的图像识别方法,首先构造了二维图像在Radon变换空间的平移和比例 不变量,然后根据变换空间数据的特性,利用奇异值分解得到了旋转不变量并将其用于三类飞机的识别,仿真结果表明该方法具有很好的性能和较高的实用价值。-I nt hisp aper,a n ewi mager ecognitionm ethodb asedo nR adont ransform isp roposed,2一Di magem omentin variant basedo nR adon
DynSplitNum
- 数字识别源代码,能识别识别手写的数字.其中包括模板匹配等算法.-numeral recognition source code, the ability to recognize handwriting recognition figures. Including template matching algorithm.
countingwords
- 对给定文字图片中的文字进行识别并统计字数-automatically distinguishing the characters in one certain picture and determining the total number of them
3971019SEED106_GrayStretch
- 运动目标检测与跟踪算法,可以实现目标的自动检测与跟踪-Moving target detection and tracking algorithm that can achieve its objectives of automatic detection and tracking
bianyuanjiance
- 基于边缘检测和自动种子区域生长的图像分割算法-Image segmentation algorithm based on edge detection and automatic seed region growing
车牌识别
- 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程 应用程序生成--》
rec549
- 一个车牌识别的系统,把车牌的图象输入,就可以识别车牌。该算法的关键是“识别速度”比较快~..~ 需要注意的地方:
res551
- 数字图像处理程序,很好的VC代码,适合模式识别专业人士