登录
首页 » Visual C++ » MatchLSM

MatchLSM

于 2013-08-28 发布 文件大小:2439KB
0 294
下载积分: 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 个回复

  • RayTracer
    VB像素光影跟踪(图像渲染)工具,有需要的就下载吧。(VB Tracking pixel lighting (image rendering) tools, there is a need to download it.)
    2013-08-04 15:09:52下载
    积分:1
  • polygon_merge
    多边形的合并算法,该算法能够实现任意两个多边形(包括凹多边形)的合并.( The polygon merge algorithm, this algorithm can realize wilfully two polygons (including concave polygon) merge )
    2020-11-16 10:39:41下载
    积分:1
  • tuxiangchuli
    Visual C++ 数字图像处理 光盘源码(Visual C++ Digital image processing, CD-ROM source)
    2009-01-12 20:23:19下载
    积分:1
  • Chapter-1
    数字图像处理的基础知识学习 涵盖源代码,有助于提高编程(digital image processing )
    2013-11-05 20:36:52下载
    积分:1
  • matlab
    ) 使用分块的主成分分析方法(PCA)对人脸图像进行压缩编码。针对PCA方法计算量大的缺点,首先把问题转化成奇异值分解(SVD)问题,然后设计了特征空间的更新算法,通过递推,简化每一步计算的计算量,达到了实时编码的要求。 4) 在Windows平台下基于Video for Windows(VFW)接口开发了人脸视频图像编码和解码的实验系统,该系统实现了图像采集、图像显示、编码、解码等功能。() The use of sub-blocks of principal component analysis (PCA) on the human face image coding. PCA method for large defects, first of all the issues into a singular value decomposition (SVD) problem, and then design a feature space of the update algorithm, recursive, simplifying the calculation of the amount calculated at each step to achieve real-time encoding requirements. 4) In the Windows platform based on Video for Windows (VFW) interfaces, the human face image coding and decoding video experimental system, the system achieved image acquisition, image display, encoding, decoding functions.)
    2010-05-11 12:03:24下载
    积分:1
  • Graphic
    一个具备线,矩形,椭圆的画图程序,可以设置颜色,宽度,字体(One with lines, rectangles, ellipses drawing program, you can set the color, width, font)
    2010-05-21 09:01:03下载
    积分:1
  • wnrVC6.0
    运动模糊图像 图像复原 维纳滤波复原 逆滤波复原 VC++6.0程序 代码(Motion-blurred image restoration image restoration Wiener filtering inverse filtering to recover VC++ 6.0 code)
    2020-12-12 11:29:17下载
    积分:1
  • Grayscaleimagesharpening
    灰度图像图像锐化处理,拉普拉斯变换,梯度等(Grayscale image sharpening, Laplace transforms, gradients, etc.)
    2010-10-25 17:27:54下载
    积分:1
  • 2019DSP实验
    说明:  锐化图片 拉普拉斯算法 两种方法 一种是自己写的一种是用了matlab里面自带的函数(ruihua picture Laplace there are two mechof a fi [as fs aflasl;nvb)
    2019-05-28 21:51:24下载
    积分:1
  • dsa
    说明:  用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 highlighting vascular region. 【Source】 plus documented)
    2010-04-18 22:39:04下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载