资源列表
vc++数字图像模式识别技术及工程实践
- VC++数字图像模式识别技术及工程实践 一书中的程序源代码。-VC digital image pattern recognition technology and engineering practice a book of the source code.
Program_Model
- 本程序为图象二值化,以及对图象马赛克,基于人体肤色划分等,功能齐全-procedures for the two binary images, and the right image mosaics, based on the delineation of human color, multifunctional
神经网络法字符识别
- 这是一个基于神经网络法的字符识别系统,神经网络法的使用使本系统识别率很高。-This is a neural network based on the character recognition system, neural network to enable the use of the system to identify high rate.
A Star算法源代码
- A * 算法的源程序,给定地图,可以从开始地点寻找路径到目的地。-This is a * arithmetic source code, appointed a map, it can search route from start spot to destination.
手写识别
- 利用VB开发的手写数字识别系统,实现由1-10的手写识别-using VB's handwriting recognition system figures, the 1-10 achieved by the handwriting recognition
cox1
- 这个是用matlab编写的对图像嵌入数字水印的程序,基于dct变换,实现对图像的dct算法的数字水印程序-this is the right preparation Matlab embedded digital watermark image of the procedure, based on the A1501 transform, achieving the right image A1501 digital watermarking algorithm procedures
K-means算法源码
- kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers
bp模型
- BP神经网络对字母进行识别, 值得收藏-BP neural networks to identify letters, copies
车牌定位
- 车牌定位使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本
ransac算法
- ransac匹配算法