登录
首页 » Visual C++ » MatchLSM

MatchLSM

于 2013-08-28 发布 文件大小:2439KB
0 200
下载积分: 1 下载次数: 114

代码说明:

  1.打开左右两张影像2.Harris算法提取同名点3.显示提取同名点(若要进行下一步匹配则不建议显示,这里只是用于查看是否提取出)4.相关系数匹配(只在找出的同名点内匹配)5.LSM最小二乘匹配(先进行粗匹配,再精匹配)(1 Open the left and right images 2.Harris algorithm to extract two tie points 3 shows the extraction of corresponding points (not recommended to proceed to the next match show, here is used to see if extracted) 4. Correlation coefficient matching (just looking match within a point of the same name) 5.LSM least squares matching (rough first match, then fine match))

文件列表:

MatchLSM
........\BmpFile.h,6304,2013-04-29
........\Debug
........\.....\HarrisDlg.obj,10327,2013-08-28
........\.....\LeftView.obj,21882,2013-08-28
........\.....\LSMDlg.obj,10100,2013-08-28
........\.....\MainFrm.obj,21576,2013-08-28
........\.....\MatchLSM.exe,192587,2013-08-28
........\.....\MatchLSM.ilk,384660,2013-08-28
........\.....\MatchLSM.obj,22939,2013-08-28
........\.....\MatchLSM.pch,5494712,2013-08-28
........\.....\MatchLSM.pdb,394240,2013-08-28
........\.....\MatchLSM.res,8564,2013-08-28
........\.....\MatchLSMDoc.obj,97829,2013-08-28
........\.....\MatchLSMDoc.pdb,25600,2013-05-11
........\.....\MatchLSMView.obj,19685,2013-08-28
........\.....\ReadDlg.obj,18517,2013-08-28
........\.....\RightView.obj,21933,2013-08-28
........\.....\StdAfx.obj,105497,2013-08-28
........\.....\vc60.idb,214016,2013-08-28
........\.....\vc60.pdb,364544,2013-08-28
........\HarrisDlg.cpp,1001,2013-04-30
........\HarrisDlg.h,1193,2013-04-29
........\LeftView.cpp,6743,2013-05-12
........\LeftView.h,1465,2013-04-29
........\LSMDlg.cpp,957,2013-05-11
........\LSMDlg.h,1193,2013-05-02
........\MainFrm.cpp,3097,2013-04-29
........\MainFrm.h,1712,2013-04-29
........\MatchLSM.aps,31196,2013-08-28
........\MatchLSM.clw,4610,2013-08-28
........\MatchLSM.cpp,4245,2013-04-29
........\MatchLSM.dsp,5232,2013-05-01
........\MatchLSM.dsw,539,2013-04-29
........\MatchLSM.h,1378,2013-04-29
........\MatchLSM.ncb,197632,2013-08-28
........\MatchLSM.opt,54784,2013-08-28
........\MatchLSM.plg,2463,2013-08-28
........\MatchLSM.rc,14470,2013-05-11
........\MatchLSMDoc.cpp,43513,2013-05-12
........\MatchLSMDoc.dsp,3461,2013-05-11
........\MatchLSMDoc.dsw,545,2013-05-11
........\MatchLSMDoc.h,1843,2013-05-12
........\MatchLSMDoc.ncb,41984,2013-05-11
........\MatchLSMDoc.opt,53760,2013-05-11
........\MatchLSMDoc.plg,1389,2013-05-11
........\MatchLSMView.cpp,2506,2013-04-29
........\MatchLSMView.h,1781,2013-04-29
........\MatrixOperation.h,2638,2013-05-10
........\ReadDlg.cpp,1777,2013-05-11
........\ReadDlg.h,1221,2013-04-29
........\ReadMe.txt,4359,2013-04-29
........\res

........\...\MatchLSM.rc2,400,2013-04-29


........\resource.h,1336,2013-05-11
........\RightView.cpp,6800,2013-05-12
........\RightView.h,1476,2013-04-29
........\StdAfx.cpp,210,2013-04-29
........\StdAfx.h,1054,2013-04-29

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

发表评论

0 个回复

  • infusimage
    红外图像的亚像素边缘检测,检测边缘,用于图像配准。(Infrared image of the sub-pixel edge detection, edge detection for image registration.)
    2010-09-29 10:18:15下载
    积分:1
  • dip
    一个全面的图像处理平台,基本上具有教课书上所说的所有图像处理算法,并附带一些关键算法!()
    2007-09-25 06:58:20下载
    积分:1
  • Edge-Thinning
    Gray Level Edge Thinning Method Abstract. An effective edge thinning algorithm is important in image segmentation and object identification since it increases the possibility of success in detecting objects in the image and saves the processing time in the further steps such as labeling and image transformation. We investigate some gray level edge thinning method that is based on the gradient magnitude within 3x3 local neighborhood. The new method has been tested with various types of images the real world. Experimental results show that this method produces more accurate images than those of the popular non-maximum suppression methods do.
    2016-09-13 22:05:34下载
    积分:1
  • vcpicph
    VC++图像平滑处理+程序源码,实现图象的平滑(去噪声),锐化功能,测试时请在C盘下放一个测试用的Bmp图片,路径:C: est.bmp,没有的话没法测试。如上图所示是水平平滑处理,可以对比下,不过感觉颜色失真了,有兴趣的看一下。命令行编译过程如下:   vcvars32   rc bmp.rc   cl smooth.c bmp.res user32.lib gdi32.lib(VC++ image smoothing+ program source code, to achieve a smooth image (to noise), sharpening function in the C drive when testing a test of decentralization Bmp picture, path: C: test.bmp, no words can not test . Is shown above the level of smoothing, you can compare the next, but the feeling of color distortion, interested look. Command-line compiler as follows: vcvars32 rc bmp.rc cl smooth.c bmp.res user32.lib gdi32.lib)
    2014-02-18 15:30:52下载
    积分:1
  • m
    说明:  用Visual C++实现模糊图像恢复处理程序实例(Using Visual C++ fuzzy image restoration processing examples)
    2009-10-17 20:48:58下载
    积分:1
  • BMP1
    说明:  编程实现对bmp图像最大值,最小值,标准差,熵,各灰度值频率的计算(Programming to calculate the maximum value, minimum value, standard deviation, entropy and gray value frequency of BMP image)
    2020-05-02 17:30:16下载
    积分:1
  • curvelet
    curvelet图像融合,一个很好的程序,对大家应该有帮助(curvelet fusion)
    2020-09-03 11:18:06下载
    积分:1
  • liver_ultr
    Abstract—Noninvasive ultrasound imaging of carotid plaques allows for the development of plaque-image analysis methods associated with the risk of stroke. This paper presents several plaqueimage analysis methods that have been developed over the past years. The paper begins with a review of clinical methods for visual classification that have led to standardized methods for image acquisition, describes methods for image segmentation and denoizing, and provides an overview of the several texture-feature extraction and classification methods that have been applied. We provide a summary of emerging trends in 3-D imaging methods and plaque-motion analysis. Finally, we provide a discussion of the emerging trends and future directions in our concluding remarks.
    2013-10-28 12:36:04下载
    积分:1
  • Canny
    本压缩包有canny算子的源程序代码和测试图片。(The archive has canny operator of the source code and test images.)
    2008-07-24 11:22:50下载
    积分:1
  • CTImageReconstruction
    ct图像重建系统,本程序需要先安装和配置好vtk环境才能编译并以命令行方式运行。(ct image reconstruction system, the program you need to install and configure vtk environment to compile and run the command line.)
    2015-12-15 17:21:08下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载