登录
首页 » Visual C++ » ImageMatch

ImageMatch

于 2016-04-29 发布 文件大小:5218KB
0 354
下载积分: 1 下载次数: 3

代码说明:

  摄影测量中影像匹配小程序,附带两幅图片,比较实用(Photogrammetry image matching small program, with two pictures, more practical)

文件列表:

ImageMatch
..........\ChildFrm.cpp,1537,2010-02-08
..........\ChildFrm.h,1397,2010-02-08
..........\Debug
..........\.....\ChildFrm.obj,16423,2010-02-08
..........\.....\DIBAPI.obj,16381,2010-02-08
..........\.....\ImageMatch.exe,151645,2010-02-08
..........\.....\ImageMatch.ilk,440344,2010-02-08
..........\.....\ImageMatch.obj,24190,2010-02-08
..........\.....\ImageMatch.pch,5502316,2010-02-08
..........\.....\ImageMatch.pdb,418816,2010-02-08
..........\.....\ImageMatch.res,8468,2010-02-08
..........\.....\ImageMatchDoc.obj,66872,2010-02-08
..........\.....\ImageMatchView.obj,62725,2010-02-08
..........\.....\MainFrm.obj,19187,2010-02-08
..........\.....\PicCaculate.obj,12698,2010-02-08
..........\.....\PixInfoDialog.obj,11311,2010-02-08
..........\.....\StdAfx.obj,105791,2010-02-08
..........\.....\vc60.idb,254976,2010-05-04
..........\.....\vc60.pdb,389120,2010-02-08
..........\DIBAPI.CPP,18845,2010-02-07
..........\DIBAPI.H,1500,2010-02-07
..........\ImageMatch.aps,30852,2010-05-04
..........\ImageMatch.clw,4088,2010-05-04
..........\ImageMatch.cpp,4555,2010-02-08
..........\ImageMatch.dsp,5160,2010-02-08
..........\ImageMatch.dsw,545,2010-02-08
..........\ImageMatch.h,1400,2010-02-08
..........\ImageMatch.ncb,107520,2010-05-04
..........\ImageMatch.opt,51712,2010-05-04
..........\ImageMatch.plg,254,2010-05-04
..........\ImageMatch.rc,14499,2010-02-08
..........\ImageMatchDoc.cpp,5534,2010-02-08
..........\ImageMatchDoc.h,2330,2010-02-08
..........\ImageMatchView.cpp,10698,2010-02-08
..........\ImageMatchView.h,2170,2010-02-08
..........\MainFrm.cpp,2527,2010-02-08
..........\MainFrm.h,1542,2010-02-08
..........\PicCaculate.cpp,3368,2010-02-08
..........\PicCaculate.h,593,2010-02-07
..........\PixInfoDialog.cpp,1420,2010-02-08
..........\PixInfoDialog.h,1278,2010-02-08
..........\ReadMe.txt,4874,2010-02-08
..........\res

..........\...\ImageMatch.rc2,402,2010-02-08


..........\Resource.h,1058,2010-02-08
..........\StdAfx.cpp,212,2010-02-08
..........\StdAfx.h,1054,2010-02-08
..........\ͼ10-6 a.bmp
..........\ͼ10-6 b.bmp

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

发表评论

0 个回复

  • Moravec
    说明:  在VC中实现了使用Moravec算子对遥感影像进行特征点的提取,缺点是速度较慢。不过提取效果不错!(Implemented in VC using Moravec operator of remote sensing images feature point extraction, the disadvantage is slow. However, extracting good results!)
    2011-03-30 20:47:21下载
    积分:1
  • elastix_example_v4.4
    关于elastix医学图像配准算法库的例子程序,有助于分析elastix如何操作,是一个很好的教程(this is a example set of elastix library)
    2021-03-06 17:49:30下载
    积分:1
  • ImageProcess
    实现bmp图像读入和写出,彩色图像灰度化,直方图均衡化(Implement bmp image read and write, color image graying, histogram equalization)
    2015-11-02 19:26:29下载
    积分:1
  • sift2
    SIFT特征提取 http://www.opencvchina.com/forum.php?mod=viewthread&tid=209&fromuid=267 (SIFT feature extraction http://www.opencvchina.com/forum.php?mod=viewthread& tid=209& fromuid=267)
    2012-08-19 15:09:14下载
    积分:1
  • 数字摄影测量Moravec算子点特征提取
    Moravec算子,实现对数字图像处理中的点特征提取,可用于图像拼接,特征提取,三维点生成(Moravec operator, the realization of digital image processing in point feature extraction, can be used for image stitching, feature extraction, 3D point generation)
    2017-09-10 10:56:54下载
    积分:1
  • edge
    opencv c++将彩色图像转换为灰度图像进行边缘检测,(opencv c++ to convert color images to gray-scale image edge detection,)
    2009-05-31 20:32:37下载
    积分:1
  • yaxiangsu1
    亚像素方面的相关源码!!!相信对你的学习会有帮助!(Related to source sub-pixel area!!! That would be helpful to your learning!)
    2010-11-29 16:41:02下载
    积分:1
  • vc++ 数字
    vc++ 数字图象处理 很好用我看了以后收益非浅希望大家喜欢(vc digital image processing with very good after I read greatly benefit hope you like)
    2020-06-26 09:00:01下载
    积分:1
  • tuxiangpipei
    一种基于特征点的图像匹配算法 一种基于特征点的图像匹配算法(Feature point based image matching algorithm based on feature points matching algorithm)
    2020-12-10 10:59:18下载
    积分:1
  • SiftGPU-V370
    说明:  使用gpu、cpu并行进行sift算子计算匹配,能够在原来的基础上加速处理,但对显卡要求较高,具体环境配置使用方法可以参照mannual(SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation[3], SiftGPU then uses a GPU/CPU mixed method to efficiently build compact keypoint lists. Finally keypoints are processed parallely to get their orientations and descriptors. SiftGPU is inspired by Andrea Vedaldi s sift++[2] and Sudipta N Sinha et al s GPU-SIFT[4] . Many parameters of sift++ ( for example, number of octaves, number of DOG levels, edge threshold, etc) are also available in SiftGPU. The shader programs are dynamically generated according to the parameters that user specified. SiftGPU also includes a GPU exhaustive/guided sift matcher SiftMatchGPU. It basically multiplies the descriptor matrix on GPU and find closest feature matches on GPU. Both GLSL and CUDA implementations are provided. )
    2011-02-23 10:20:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载