搜索资源列表
image_processing_source_code
- 图像处理源码内容: alpha_2.09.zip Alphat透明合成系统源代码源代码 jpeg_0.77.zip JPEG压缩编码系统源代码 calir_1.0.zip 腐蚀-膨胀-细化算法源代码 mkou_1.0.zip 图案抖动技术处理系统源代码 touch_1.01.zip 图象边沿检测-提取-轮廓跟踪算法源代码 xchange_1.03.zip 图象几何变换算法源代码 sima_1.07.zip 图象模板匹配算法源代码 mg
templateMatcher
- matlab下的图像模板匹配算法源码,希望对大家有所帮助
matlabimagepattern
- matlab下的图像模板匹配算法源码,是一个很好的例子,对大家有帮助
match_template
- 图像的检测,模板匹配等,具体介绍了原理,而且还附带了源码.
图像检测和模板匹配源码2005518144751
- 图象的检测,模板匹配算法代码,c语言开发。-image detection and template matching algorithm code, c-language development.
图像匹配源码参考
- vc\c++\c等各种方法实现的图像模板匹配,主要是基于图像的灰度匹配
Great_Outdoors_by_sandals82.zi
- 一种简单有效的基于动态时变语音识别源码 对于大多数研究者来说,寻找能够匹配二重时间序列信号的最佳途径是很重要的,因为它有许多重要的应用需求.DTW是实现这项工作的显著技术,尤其在语音识别技术领域,在这里一个测试信号被按照参照模板拉伸或压缩, ,Searching for the best path that matches two time-series signals is the main task for many researchers, because of its importa
CorecoSearch.rar
- Coreco Sapera Processing Search源码 强大的图象识别定位功能,广泛用于工业控制 领域. 载入BMP图象后,选取识别匹配模式,灰度与几何 匹配,自己做好模板后载入新图象自动定位特征区域.,Coreco Sapera Processing Search source positioning powerful image recognition functions, widely used in the field of industrial control.
HalconMatch
- 这是本人写的一款基于HALCON形状匹配的源码,识别率比较高,模板客任意制作。-This is my written a source code based on HALCON shape matching, recognition rate is relatively high, the template off any produce.
ImageProcessing
- Hough变换,边缘检测,差影法,轮廓提取与跟踪,模板匹配,投影法,图像复原,阈值分割和种子填充的源码。-Hough transform, edge detection, bad video method, contour extraction and tracking, template matching, projection method, image recovery, threshold segmentation of the source and seed filling.
Direct
- VC数字图像处理典型算法及实现,完整的源码,主要实现差影检测,模板匹配,阈值分割等等算法-VC typical digital image processing algorithm and the realization of the complete source code, the main achievement of poor video detection, template matching, and so threshold segmentation algorithm
patternrecogniziaton
- 模板匹配法和贝叶斯公式法 进行数字识别 图像模式识别—VC++技术实现(源码)-Template matching method and Bayesian formula method to digitally identify the image pattern recognition technology-VC++ (source)
dsa
- 用VC实现数字减影算法,通过模板匹配,再对两幅图像相减,即用盈片中减去蒙片,从而实现突出血管区域的目的。【源码加文档说明】-Using VC to achieve digital subtraction algorithm, template matching, and then the subtraction of two images, that the film with surplus minus mask, in order to achieve the purpose of high
ModelFinder
- Visual C++ 图像处理,模板匹配源码及测试图片。-vc ModelFinder
02
- 图形图像模板匹配的代码,可直接编译使用,基于c++的源码-Graphic image template matching code can be directly compiled using c++ based source code
tROBBOTsysteeh
- 本程序源码是一种基于模板匹配的语音识别技术。提取语音的特征征,并建立模板库。能将语音识别技术应用于机器人。 可直接使用。 -this program is based on template matching speech recognition technology. Extraction of voice featuures, and the establishment of Template Library. Voice recognition can be used in robo
Uppiictures
- 用MATLAB对两幅图片进行图像匹配,程序源码运用了两种匹配算法:1.一种种基于灰度值的模板匹配2.模板匹配的改进算法使用界面输入输出方式 -Using MATLAB for image matching two pictures, the program source code using two matching algorithms: 1. A various gray value-based template matching. Improve template matching
template-matching
- 号牌识别模板匹配源码 template matching-Number plate recognition template matching
matchtemplate.cpp
- 模板匹配源代码,可以直接编译运行,实时更新模板(Template matching source code that can be compiled and run directly)
模板匹配源码
- 基于MATLAB的SAD模板匹配算法,可以在原图中找到匹配的部分并进行框选。