登录
首页 » Visual C++ » Lsm_match

Lsm_match

于 2013-07-18 发布 文件大小:8141KB
0 210
下载积分: 1 下载次数: 174

代码说明:

  最小二乘图像影像匹配方法,一个很详细的源码例程,有过程有结果,希望对初学者有帮助。高斯解方程,以及最小二乘匹配,里面都很详细。(Squares image image matching method, a very detailed source code routines, the outcome of the process, I hope to help beginners. Gaussian solution of equations, and least squares matching, which is very detailed.)

文件列表:

Lsm_match
.........\Debug
.........\.....\HARRIS.obj,10750,2013-07-18
.........\.....\IMAGE影像匹配.exe,151650,2013-07-18
.........\.....\IMAGE影像匹配.ilk,385524,2013-07-18
.........\.....\IMAGE影像匹配.obj,23257,2013-07-18
.........\.....\IMAGE影像匹配.pch,5504356,2013-07-18
.........\.....\IMAGE影像匹配.pdb,386048,2013-07-18
.........\.....\IMAGE影像匹配.res,8672,2013-07-18
.........\.....\IMAGE影像匹配Doc.obj,51114,2013-07-18
.........\.....\IMAGE影像匹配View.obj,21002,2013-07-18
.........\.....\LeftView.obj,21652,2013-07-18
.........\.....\MainFrm.obj,22030,2013-07-18
.........\.....\MATCH.obj,16726,2013-07-18
.........\.....\RightView.obj,20080,2013-07-18
.........\.....\SHOW.obj,18698,2013-07-18
.........\.....\StdAfx.obj,106018,2013-07-18
.........\.....\vc60.idb,214016,2013-07-18
.........\.....\vc60.pdb,364544,2013-07-18
.........\DIB.dll,106539,2009-02-19
.........\DIB.lib,3936,2009-02-19
.........\HARRIS.cpp,1098,2010-08-27
.........\HARRIS.h,1246,2010-08-27
.........\IMAGE影像匹配.APS,31796,2013-07-18
.........\IMAGE影像匹配.clw,4664,2013-07-18
.........\IMAGE影像匹配.cpp,4223,2010-08-27
.........\IMAGE影像匹配.dsp,5414,2010-08-27
.........\IMAGE影像匹配.dsw,534,2010-08-27
.........\IMAGE影像匹配.h,1369,2010-08-27
.........\IMAGE影像匹配.ncb,107520,2013-07-18
.........\IMAGE影像匹配.opt,50688,2013-07-18
.........\IMAGE影像匹配.plg,2742,2013-07-18
.........\IMAGE影像匹配.rc,14795,2010-08-27
.........\IMAGE影像匹配Doc.cpp,18576,2010-08-27
.........\IMAGE影像匹配Doc.h,1806,2010-08-27
.........\IMAGE影像匹配View.cpp,2852,2010-08-27
.........\IMAGE影像匹配View.h,1968,2010-08-27
.........\LeftView.cpp,3302,2010-08-27
.........\LeftView.h,1465,2010-08-27
.........\MainFrm.cpp,3100,2010-08-27
.........\MainFrm.h,1710,2010-08-27
.........\MATCH.cpp,1325,2010-08-27
.........\MATCH.h,1199,2010-08-27


.........\ReadMe.txt,4423,2010-08-27
.........\res

.........\...\IMAGE影像匹配.rc2,405,2010-08-27


.........\resource.h,1340,2010-08-27
.........\resource3.bmp

.........\RightView.cpp,2416,2010-08-27
.........\RightView.h,1476,2010-08-27
.........\SHOW.cpp,1714,2010-08-27
.........\SHOW.h,1178,2010-08-27
.........\StdAfx.cpp,215,2010-08-27
.........\StdAfx.h,2466,2009-02-23

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

发表评论

0 个回复

  • ImageBoard
    图像处理软件,功能齐全,简单,而且逻辑清除,很适合图像处理编程初学者(Image processing software, full-featured, simple, clear and logical, it is suitable for image processing programming beginners)
    2020-12-27 20:19:02下载
    积分:1
  • BWLabel
    一种二值图像连通区域标记方法,能用于目标跟踪,我已经应用过,效果不错。(It is a new connected componet labeling algorithm for binary image,and can be used in object tracking. It is effective to be proved.)
    2013-06-24 14:08:47下载
    积分:1
  • chp8
    第8章 图象的检测及模板匹配 图象的分割与检测(识别)实际上是一项非常困难的工作。很难说清楚为什么图象应该分割成这样而不是那样。(Chapter 8 Detection of image template matching and image segmentation and detection (recognition) is actually a very difficult task. It is hard to say clearly why the image should be divided into such and not as.)
    2008-04-12 19:32:03下载
    积分:1
  • sy
    说明:  压缩感知的经典代码,包括观测,稀疏表示,重建,其中观测用的高斯观测矩阵,稀疏用的DCT,重建用的OMP算法(Compressed sensing of the classic code, including observations, sparse representation, reconstruction, observed with a Gaussian observation matrix, sparse use of the DCT, re-use of the OMP algorithm)
    2011-11-29 14:43:19下载
    积分:1
  • tuxiangcaiji
    转辙机图像采集板区域参数设置上位机界面程序,转辙机通信协议,多项式拟合参数及阈值设置。(Switch machine image acquisition board area parameter set PC interface program, switch machine communication protocols, polynomial fitting parameters and the threshold value is set.)
    2014-07-07 19:01:26下载
    积分:1
  • Huffman
    完成流程编码和huffman编码,适合做图像编码的熵编码,只要调整接口就好。(Complete the process encoding and huffman coding, image coding suitable for entropy coding, as long as the adjustment of the interface is like.)
    2010-12-24 12:00:13下载
    积分:1
  • DCTJPEG
    blkproc.m,DCHuffmanEncoding.m,ACHuffmanEncoding.m,zigzag.m,PSNR.m, 对灰度图像进行DCT变换,量化,ZigZag扫描,Huffman编解码,反量化,反DCT变换而重建图像。 其中,blkproc.m为分块DCT变换函数; DCHuffmanEncoding.m,ACHuffmanEncoding.m分别为DC和AC变换系数的Huffman码表函数; zigzag.m为ZigZag扫描函数;PSNR.m为求图像峰值信噪比函数。 Copyright 2008 Reserved @ Wang Chengyou @ Tianjin University, P.R.China. (This function tests the DCTJPEG codec)
    2013-03-24 12:06:34下载
    积分:1
  • elastix_example_v4.4
    关于elastix医学图像配准算法库的例子程序,有助于分析elastix如何操作,是一个很好的教程(this is a example set of elastix library)
    2021-03-06 17:49:30下载
    积分:1
  • dip.readAndwrite
    A MFC demo which can read, write and display images
    2010-12-22 17:11:40下载
    积分:1
  • OpenSURF_matlab
    SURF 图像特征点快速提取法还有描述,可用于迅速匹配两张图片中的特征点(SURF image feature points extraction method also described fast, can be used to quickly match the image feature points in the two)
    2014-03-28 01:08:21下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载