搜索资源列表
Automatic_Fingerprint_Authentication_System
- A novel texture-based Automatic Fingerprint Authentication System (AFAS) is proposed. A fingerprint image is preprocessed to enhance the image by Short Time Fourier Transform (STFT) analysis. Then, three sets of invariant moment features, as a kind o
ROI
- 基于W4算法的背景建模程序,可以实现运动目标的检测-W4 algorithm based on background modeling program that can detect moving objects
Capture
- All capture ROI & gray
FaceDetection
- 人脸检测识别,人脸定位,ROi区域检测,VC源代码,可以直接运行 -Face detection and recognition, face detection, ROi region detection
FaceDetection
- 人脸检测识别,人脸定位,ROi区域检测,VC源代码,可以直接运行 -Face detection and recognition, face detection, ROi region detection
ROIcheck
- ROI area identification, iteration, MCAA, zbthresh This program is simple, everyone can learn under-ROI area identification, iteration, MCAA, zbthresh This program is simple, everyone can learn under
Match-point-correlation-coefficient
- 相关系数法的点匹配 void draw(int x,int y,Mat mat,Mat mod,int xx,int yy)通过十字丝表明匹配点 void ImgMarch(Mat s,Mat m,Mat roi,int x,int y)相关系数法匹配函数-Match point correlation coefficient method void draw (int x, int y, Mat mat, Mat mod, int xx, int yy) indicate the
Character_Recognition
- 本程序主要参照论文,《基于OpenCV的脱机手写字符识别技术》实现了,对于手写阿拉伯数字的识别工作。识别工作分为三大步骤:预处理,特征提取,分类识别。预处理过程主要找到图像的ROI部分子图像并进行大小的归一化处理,特征提取将图像转化为特征向量,分类识别采用k-近邻分类方法进行分类处理,最后根据分类结果完成识别工作。 程序采用Microsoft Visual Studio 2010与OpenCV2.4.4在Windows 7-64位旗舰版系统下开发完成。并在Windows xp-32位系统下测试