登录
首页 » Visual C++ » MatchLSM

MatchLSM

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

  • Camdemo
    Camshift算法,即"Continuously Adaptive Mean-Shift"算法,是一种自适应的运动跟踪算法。它主要通过视频图像中运动物体的颜色信息来达到跟踪目的。(Camshift algorithm, namely " Continuously Adaptive Mean-Shift" algorithm is an adaptive motion tracking algorithm. It is primarily the color information of the object' s movement through the video images to achieve tracking purposes.)
    2014-01-11 19:45:29下载
    积分:1
  • doublefunction
    * 说明: 该函数将对图象进行(成对函数匹配)操作。需要注意的是,此程序先要求对图像进行特征提取及形态学操作等,使其成为二值图像。(* Note: This function will be images (paired function matching) operation. Note that this procedure require image feature extraction and morphological operations, making it a binary image.)
    2008-04-13 21:56:29下载
    积分:1
  • detectpoint
    光斑中心提取算法,在VS2010下,用opencv2.3.1编写的控制台程序,主要功能是利用hession矩阵和高斯滤波进行光斑中心点提取,里面附测试图片,提取精度为亚像素级别。(Spot center extraction algorithm, in VS2010, written by opencv2.3.1 console program, the main function is to use hession matrices and Gaussian filter for extracting the center spot, which is attached test images, the extraction accuracy of sub-pixel level.)
    2014-04-16 15:33:49下载
    积分:1
  • wavelettrans
    文件包提供小波变换的vc实现,包含基于小波变换的图像小波域分析,为后续处理提供参考(Package provided by wavelet transform vc realize that contains the image based on wavelet transform wavelet-domain analysis, provide a reference for follow-up treatment)
    2008-05-06 17:00:40下载
    积分:1
  • Labeling
    对于二值图像进行labeling,求的对象个数,每个对象的像素数,中心点,长宽高矮值等(labeling for bianry image)
    2011-05-09 13:54:15下载
    积分:1
  • VehicleTrack
    视频车辆检测,主要是介绍视频中的车辆运动目标的检测和跟踪计数(The detection of video vehicle mainly introduces the detection and tracking of moving targets in video)
    2017-07-24 20:29:34下载
    积分:1
  • black-and-white
    图片黑白化,使彩色图片实现黑白化功能,还能还原色彩(Black and white pictures )
    2011-06-04 09:20:25下载
    积分:1
  • Image_Data1863613112005
    Image Database 2.5.0 (w/ thumbnails)
    2017-01-08 01:43:47下载
    积分:1
  • myps
    c++编写的一个简单的类似Photoshop的图像编辑系统(c++ written in a simple system similar to the Photoshop image editing)
    2009-12-01 16:40:45下载
    积分:1
  • pcacode
    程序设计步骤: 1、去均值 2、计算协方差矩阵及其特征值和特征向量 3、计算协方差矩阵的特征值大于阈值的个数 4、降序排列特征值 5、去掉较小的特征值 6、去掉较大的特征值(一般没有这一步) 7、合并选择的特征值 8、选择相应的特征值和特征向量 9、计算白化矩阵 10、提取主分量(Programming steps: 1 to mean 2, calculation of covariance matrix and its eigenvalues and eigenvectors 3, the calculation of covariance matrix eigenvalues greater than the threshold number of 4, in descending order of eigenvalue 5, remove the smaller eigenvalue 6, remove the larger eigenvalue (usually not this step) 7, the combined choice of eigenvalues 8, select the appropriate eigenvalues and eigenvectors 9, computing whitening matrix 10, principal component extraction)
    2008-07-14 16:25:23下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载