登录
首页 » Visual C++ » imagematch

imagematch

于 2008-02-18 发布 文件大小:154KB
0 218
下载积分: 1 下载次数: 282

代码说明:

  图像匹配程序,原理清晰,算法明确,功能全面(Image matching procedures, the principle of clarity, the algorithm clear, full-featured)

文件列表:

新建文件夹
..........\ChildFrm.cpp
..........\ChildFrm.h
..........\DIBAPI.CPP
..........\DIBAPI.H
..........\DiglogT.cpp
..........\DiglogT.h
..........\Imagematch.aps
..........\Imagematch.clw
..........\Imagematch.cpp
..........\Imagematch.dsp
..........\Imagematch.dsw
..........\Imagematch.h
..........\Imagematch.ncb
..........\Imagematch.opt
..........\Imagematch.plg
..........\Imagematch.rc
..........\ImagematchDlg.cpp
..........\ImagematchDlg.h
..........\ImagematchDoc.cpp
..........\ImagematchDoc.h
..........\ImagematchView.cpp
..........\ImagematchView.h
..........\jieguo.txt
..........\jieguo1.txt
..........\MainFrm.cpp
..........\MainFrm.h
..........\MYFILE.CPP
..........\ReadMe.txt
..........\res

..........\...\Imagematch.rc2

..........\...\Thumbs.db

..........\resource.h
..........\StdAfx.cpp
..........\StdAfx.h
..........\右片坐标.txt
..........\求逆.txt

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • secaizhuanyi
    运用openCV编写的C++图像色彩转移程序,原理是先转化到Lab图像,再保持L不变调整图像的a、b分量的均值跟方差。(Using openCV prepared C++ image color transfer process, the principle is first converted to Lab image, and then adjust the image to keep L constant a, b, with the mean variance component.)
    2013-09-15 16:40:26下载
    积分:1
  • 192168291092007531155683305865
    Image Watershed Segmentation图像边缘提取(Image Watershed Segmentation Image Edge Detection)
    2007-08-11 09:18:48下载
    积分:1
  • SURF
    基于SUFT的特征提取与匹配,内涵详细的文档说明,很好的实现了特征提取与匹配,该方法较基本的SIFT有很大的提高(Extraction and matching of features based on SUFT, detailed content of the documentation, very good realization of the feature extraction and matching, SIFT the method is basic is greatly improved)
    2013-10-04 11:10:04下载
    积分:1
  • BasicProcessing
    能比较全面的图像处理系统。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态学处理、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、JPEG图像的压缩编码(can more comprehensive image processing system. Main contents include : bitmap based, image display, image geometry transformation, gray transform, image smoothing, image sharpening and edge detection, image segmentation and measurement, image morphology, Image Transform and application processing, image synthesis, 24-bit color image processing, JPEG image compression coding)
    2006-11-03 16:41:45下载
    积分:1
  • Image-feature-extraction
    一种改进的基于蚁群算法的图像边缘检测文献,前沿论文(ant colony system,matlab)
    2012-04-17 15:10:39下载
    积分:1
  • MyFFT1
    VC和MATLAB混合编程实现快速傅立叶变换(VC and MATLAB programming Fast Fourier Transform Mixed)
    2021-03-04 19:09:32下载
    积分:1
  • opencv
    基于opencv 实现毛衣的瑕疵检测 属于毕业设计 功能完整(it is perfect)
    2012-04-02 19:06:07下载
    积分:1
  • MyGraphBrian
    我改写后的graphbrian类,原本支持柱状图饼图和折线图的,现在添加了对这些图的风格调整,主要是增加了调整绘图区背景色和文本背景的功能,还增加了把图片保存为bmp文件的功能,以便用其他软件方便的打印。(I would then graphbrian category, which originally supported the pie chart histogram and line graph, and now added to adjust the style of these plans, the main adjustment is to increase the drawing area background color and text background function, but also an increase of the picture saved as bmp files, in order to use other software to facilitate printing.)
    2008-01-30 11:27:56下载
    积分:1
  • Wave-equation-forward-modeling
    1、参数初始化; 2、形成边界削波数据; 3、波场初始化; 4、Zmax层波场延拓到深度Zmax-1; 5、Zi+1层波场延拓到深度Zi; 6、重复5,从Iz Nz-1开始,直到Iz 1,得测线上的频率—空间域波场; 7、频率-空间域波场对频率做反傅里叶变换,得时间-空间波场; (1, parameter initialization 2, the formation of boundary clipping data 3, wave field initialization 4, Zmax layer wave field extended to the depth of Zmax-1 5, Zi+1 layer wave field extended to the depth of Zi 6, repeat 5, starting Iz Nz-1 until Iz 1, the frequency of the test line- spatial domain wave field 7, frequency space domain wave field to frequency inverse Fourier transform, time- space field )
    2021-03-07 16:59:29下载
    积分:1
  • Graph
    输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。(Enter a weighted undirected graph with vertices, edges, each of the side information (two vertices and weights), the establishment of the adjacency matrix structure, the output of the adjacency matrix. The above undirected graph adjacency matrix into adjacency list structure, the output of the adjacency list according to the adjacency table undirected graph depth-first traversal sequence and breadth-first traversal sequence, and outputs through the results using prim algorithm construct the weighted undirected graph minimum spanning tree, and the minimum spanning tree information on respective sides of the output.)
    2020-12-13 15:29:15下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载