搜索资源列表
matlabimagepattern
- matlab下的图像模板匹配算法源码,是一个很好的例子,对大家有帮助
CharRec
- 字符识别的源码,可识别数字和英文。包括图像处理和模式识别的内容。图像处理包含转灰度图、二值化、滤波、细化、分割、规格化等。模识别部分包含欧式距离的模板匹配和BP神经网络。-Character recognition source code, can recognize numbers and English. Including image processing and pattern recognition. Contains to grayscale image processing, bi
模板匹配源码
- 基于MATLAB的SAD模板匹配算法,可以在原图中找到匹配的部分并进行框选。