搜索资源列表
offlineRec
- 数字图像识别中的脱机字符识别:手写数字识别之Fisher线性判别、手写数字识别之模板匹配法、数字识别之神经网络法、细化算法。-Digital Image Recognition of Offline Character Recognition : handwritten digital identification Fisher Linear Discriminant. Handwritten identification template matching, digital identific
sxszs
- 手写数字识别之模板匹配法 手写数字识别之模板匹配法
DigitRecog
- 脱机字符识别__手写数字识别之模板匹配法
070405
- 图像分割的计算机实现。用边缘检测和模板匹配法两种方法,通过VisualC++处理图像,实现图像分割,比较Sobel算子边缘检测、Prewitt边缘算子、Krisch边缘算子和高斯拉普拉斯算子的图像处理效果.
vc_imageprocessing
- VC++图像处理程序,哈弗变换,边缘检测,差影法,轮廓提取与跟踪,模板匹配,投影法,图像复原,阈值分割,种子填充等。-VC++ Image processing procedures, Haversian transform, edge detection, and poor shadow law, contour extraction and tracking, template matching, projection, image recovery, threshold segmentat
ImageProcess
- 特技显示: 图像扫描、图像插入、百叶窗显示、马赛克效果、栅格条交错、从全黑淡入、图像伸缩 像素运算: 查看直方图、直方图均衡、线性变换、阈值变换、窗口变换、灰度拉伸、对数变换 几何变换: 图像镜像、图像平移、图像旋转、图像缩放 正交变换: 离散傅立叶变换、离散余弦变换、沃尔什哈达玛变换、离散K-L变换、小波变换 图像复原: 逆滤波复原、维纳滤波复原 图像增强: 灰度变换调整、直方图修整法、图像平滑法、中值滤波、低通滤波、图像锐化、高通滤波
Wavelet
- 利用VC++实现基于小波变换的图像拼接,使用模板匹配法-Wavelet match
1
- 比值算法基于比值法和模板匹配法的灰度图像拼接-Ratio algorithm is based on the ratio method and template matching method for grayscale image mosaic
pcapro
- 基于pca的模板匹配法,按照一定的贡献值,提取前m个主分量,用较低维数的特征来进行分类-Pca-based template matching method, in accordance with a certain contribution to the value of a principal component extraction before the m, with a lower-dimensional characteristics of the number of classif
patternrecogniziaton
- 模板匹配法和贝叶斯公式法 进行数字识别 图像模式识别—VC++技术实现(源码)-Template matching method and Bayesian formula method to digitally identify the image pattern recognition technology-VC++ (source)
TemplatePinJie
- 模板匹配法进行图像的拼接,需要人工干预。能处理旋转情况。-Template matching method for image mosaic, requires manual intervention. Able to handle the situation spin.
chepaishibie
- 学数字图像处理课程做的一个大作业,车牌识别的,用matlab编程实现,并采用了自适应阈值法,最后用模板匹配的方法实现了车牌的自动识别功能-Learn digital image processing program to do a great job, license plate recognition with matlab programming, using the adaptive threshold method, and finally with the template match
MYGUI
- 第一章作业: 用C语言或者VC,VB,Matlab或其他语言完 成如下实验: 1)打开一个BMP文件 2)将其局部区域的灰度值进行改变 3)另存为一个新的BMP文件 要求显示出原BMP图像和新BMP图像。 1。打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑。 2。打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 第五章作业 编写一个程序,对输入的图像进
tracing-to-moving-object
- 采用了一种根据灰度特征进行模式匹配的跟踪算法提高了模板匹配法对于目标运动姿 态变化的自适应能力仿真结果表明上述算法在目标方向平移旋转以及图像背景对比度亮度发生改变时均能较好的检测到目标-It is presented in this paper that a modified version of it which incorporating with frame difference and multi-resolution matching. By introducing pre
Artificial-Mark-Recognition
- 。对不同标志图案识别问题,提出了连通域数量判别法和模板匹配 法。实验结果表明,所提方法能较好地识别人工标志,为实现虚实场景的实时融合打下了基础。-reality.A method to recognize mark area by connectivity area abstraction of the binary image which includes marks,is presented. According to different mark pattern recogniti
PositionError
- 用模板匹配法检测两幅图像的位置偏差,比较left和top的位置偏差。-use template match to detect the position error between two maps,account the error of top and left.
DibTransform
- 基于MFC的车牌识别软件,能够对图片上的车牌进行准确的定位与识别,其中,字符识别算法采用13段特征模板匹配法。-MFC-based license plate recognition software on the license plate on the picture for accurate positioning and recognition, of which the character recognition algorithm using 13-segment feature m
Untitled2
- 基本MATLAB的车牌识别方法,包含定位,切割以及用模板匹配法识别切割后的字符-Basic MATLAB license plate recognition method, including positioning, cutting and template matching method to identify cut characters
Unititle5
- 基于模板匹配法识别车牌的源程序及文件资料,包含模板-Based on template matching method to identify the license plate of the source code and documents, including template
Digital-Image-Processing
- 1 打开一个BMP文件,将其局部区域的灰度值进行改变,另存为一个新的BMP文件,要求显示出原BMP图像和新BMP图像。 2.编程实现图像傅立叶高通、低通滤波。 3.打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑 4.打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 5.编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像