搜索资源列表
winc3d
- 本程序是计算机视觉稠密匹配的程序,对两幅序列图像能够实现一个稠密视差图。-Computer Vision populated matching procedures, two image sequence to achieve a dense disparity map.
harris_detect
- 本程序实现打开两幅图像并且提取Harris角点,是角点特征匹配的第一步,对做立体匹配的朋友来说是一个很好的资源。-the program opened two images and extract Harris Corner, Corner is the first step to feature matching, so stereo matching pair of friends is a good resource.
imagedetection
- 图像检测\\模板匹配的Visual C++代码-Image Detection \\ template matching Visual C code
graphyimaseg
- 基于图匹配理论的图像分割,是IJCV上那片经典文献的作者写的程序,简练实用。可以给做这方面的人的参考-based on the theory of graph matching image segmentation, Shangri-La is IJCV on classic literature written by the author of procedures, concise practical. This can be done to the people of reference
monituihuo
- matlab 图形图像处理 图像匹配 模拟退火法直接匹配 优化算法
DigitRecognition
- 手写数字识别程序. 该程序实现了经典的模板匹配算法, 基于神经网络的匹配算法等. 是学习人工智能和图像处理的好的参考资料.
yichuansuanfajiejuemoshipipei
- 遗传算法做图像的模式匹配,绝对经典,有源码看,有执行文件可以执行,下面有个执行环境的文件请先安装。
OMP算法:匹配追踪算法
- OMP算法:匹配追踪算法,输入字典和图像,获得图像在字典下的稀疏系数。有部分解释-OMP algorithm: matching pursuit algorithm, the input dictionary and images, access images in the dictionary under the sparse factor. Some explanation
PatternRecong
- 图像模式识别的各种算法及其编程实现,包括模板匹配分类器、几何分类器和神经网络分类器等,可用于手写数字的识别。-A variety of image pattern recognition algorithm and its programming, including template matching classifier, geometric classifier and neural network classifiers, etc., can be used for handwritte
APyramid
- 基于VC++的图像匹配的金字塔算法。输入原始的512*512灰度图像,同时输入模板图像,分别输出图像和模板图像的三层金字塔图像,用来分层匹配;对输入图像利用小波变换分层,并形成三层金字塔,然后对模板图像做同样的处理,然后从顶至下以此对原始图像和模板图像进行匹配,匹配采用简单的对应像素的绝对误差累计来表示。提供测试模式集及其测试结果。-Based on VC++ pyramid algorithm for image matching. Enter the original 512* 512 gr
NES
- 浅谈人工神经网络;人工神经网络的研究与应用;人工神经网络在图像匹配中的应用;于神经网络算法的字符识别方法研究-Of artificial neural networks artificial neural network research and applications Artificial Neural Network in Image Matching on neural network algorithm for character recognition method
neural-network-image-matching
- 用matlab实现的图像识别,包含模板匹配和神经网络 -Image recognition using matlab implementation, including template matching and neural network
RecognizeTest
- 在vc++开发平台下,利用神经网络来进行图像数字识别,经过特征训练来进行识别匹配-In vc++ development platform, the use of neural networks for digital image recognition, through the training to identify matching features
genetic-algorithms
- 使用遗传算法实现简单的图像匹配,有基本的自适应遗传算法,以及标准的遗传算法-Simple genetic algorithm using image matching, a basic adaptive genetic algorithm, and the standard genetic algorithm
TUIXANG
- 基于兴趣点的对互信息度的图像匹配算法,介绍详细-Based on the mutual information of the image matching algorithm point of interest, Detailed
RobHess的SIFT源码
- RobHess的SIFT源码实现图像匹配的详细过程
location
- 基于多尺度的图像匹配, 基于多尺度的图像匹配-Image matching based multi-scale, multi-scale image matching, image matching based on multiscale
20171211留档
- 利用SVM对制备的样本进行三分类,对图像进行三角形匹配,模板匹配(SVM was used to classify the samples in three categories. Triangle matching and template matching were applied to the images.)
tvnpv
- 用于特征降维,特征融合,相关分析等,包括AHP,因子分析,回归分析,聚类分析,粒子图像分割及匹配均为自行编制的子例程。( For feature reduction, feature fusion, correlation analysis, Including AHP, factor analysis, regression analysis, cluster analysis, Particle image segmentation and matching subroutines them
sift匹配算法代码
- 利用matlab来实现sift图像匹配,做影像匹配方面研究的,有需要相关函数的可以下载,选取利用。