当前位置:
首页
资源下载

搜索资源 - template matching in C
搜索资源列表
-
0下载:
图象模板匹配算法源代码,首先要在c盘根目录下保存要处理的图像,格式必须为.bmp-image template matching algorithm source code, the first in the directory c Pangen to preserve the image, format for. bmp
-
-
0下载:
常用搜索算法
光盘上包括了书上提供的例程及算法,均可在Visual C++ 6.0下编译通过。
读者可参照书籍了解程序的使用。
实验素材里面提供了一些模式识别实验用的数据库。其中“数字和字母图像”
用于脱机字符识别里的模板匹配法,USPS字库用语Fisher线性判定识别手写数
字。由于一些原因,有些数据库不能提供,需要读者自己采集样本。
-search algorithm commonly used on the CD, including a book on th
-
-
0下载:
本工程在C++环境下面实现了指纹的TPS模板匹配,并且比较了传统模式的匹配,最终证实了TPS模板的优越性-works in the C environment to achieve below the TPS, the fingerprint template matching, and compared the traditional mode of the match, TPS ultimately proved the superiority template
-
-
0下载:
Image alignment is a process of matching one image called template (let s denote it as T) and another image I (see fig. 1). There are many applications of image alignment, such as tracking objects on video, motion analysis and many other tasks of com
-
-
0下载:
用VC做的运动检测系统,采用模板匹配的思想比较不同的图像,查看事物是否运动。,VC to do with the motion detection system that uses template matching to compare different images of the idea to see whether the movement of things.
-
-
0下载:
这是一个用Visual C++6.0编写的图像模板匹配的程序,整个程序很方便使用,This is a work written in Visual C++6.0 image template matching procedure, the whole process is very easy to use
-
-
0下载:
本代码主要实现图像类文件的转换已经相应的图像处理,包括图像融合,灰度变换,模板匹配等-The main achievement of the code conversion of image types of documents have a corresponding image processing, including image fusion, gray-scale transformation, template matching, etc.
-
-
0下载:
经典模板匹配识别算法实例,让C++此方面编程的朋友参考,-Classic example of template matching recognition algorithm, so that C++ programming friend of reference in this regard,
-
-
0下载:
Template matching based on OpenCv with cvMatchTemplate function. Source code deverlop with Visual C++ 6.0 in Win32 Console Application.-Template matching based on OpenCv with cvMatchTemplate function. Source code deverlop with Visual C++ 6.0 in Wi
-
-
1下载:
用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
-
-
0下载:
在Visual C++6.0编译环境下实现模板匹配方法,程序经调试运行成功,效果理想。-In Visual C++6.0 compiler environment to achieve the template matching method, the program runs successfully through debugging, the results are satisfactory.
-
-
0下载:
基于小波变换的多分辨匹配算法:
首先利用小波的多分辩率特性将匹配图像和模板图像分解到乙层上,并且只保留LL低频部分,然后利用归一化相关法作为相似性度量,进行由粗到细的相关匹配过程,每次利用下一层的匹配结果在上层小范围内搜索。这样做极大地减少了搜索空间,而且减少了每次匹配计算相似度的数据量。
-Wavelet multiresolution matching algorithms: a wavelet multi-resolution feature will match the imag
-
-
0下载:
This a simple application developed in C# and uses the Emgu CV library. Emgu CV lib is a wrapper around OpenCV than enables .NET languages to use the OpenCV lib.
The algorithm showcased in the source code is about template matching and object recog
-
-
0下载:
第一章作业:
用C语言或者VC,VB,Matlab或其他语言完
成如下实验:
1)打开一个BMP文件
2)将其局部区域的灰度值进行改变
3)另存为一个新的BMP文件
要求显示出原BMP图像和新BMP图像。
1。打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑。
2。打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。
第五章作业
编写一个程序,对输入的图像进
-
-
1下载:
课程设计要求 0
实验一 基于模板匹配的字符识别 1
实验二 基于C均值算法的车辆检测与跟踪 3
实验三 水果分类系统设计 5
实验四 基于遗传算法的图像歪斜校准 6
实验五 基于BP网络的函数逼近 9
实验六 空调模糊控制系统设计 -Curriculum design requires 0
Experimental one based on template matching character recognition 1
C-means algorithm
-
-
0下载:
这是一个用Visual C++6.0编写的图像模板匹配的程序,对于图像处理有很大的帮助-This image template matching program is written using the Visual C 6.0, a great help in image processing
-
-
0下载:
本程序源码是一种基于模板匹配的语音识别技术。提取语音的特征征,并建立模板库。能将语音识别技术应用于机器人。 可直接使用。
-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
-
-
0下载:
r303...code in c++ for template based finger print matching
-
-
0下载:
图像处理模板匹配。利用C++,实现了在图片中搜索模板中的部分,并进行检测匹配-Image processing template matching. The use of C++, realized in the picture part of the search template and matching detection
-
-
0下载:
基于OpenCV视觉库的目标模板匹配,在Visual Studio 2010+C-Based on the target template matching vision library OpenCV in Visual Studio 2010
-