登录
首页 » Visual C++ » ImageMatch

ImageMatch

于 2016-04-29 发布 文件大小:5218KB
0 136
下载积分: 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 个回复

  • report-of-tuxingxue
    实验一 直线生成算法 实验二 圆弧生成算法 实验三 窗口菜单交互界面 实验四 区域填充算法 实验五 裁剪算法算法 实验六 图形软件开发包/库应用 实验七 曲线的生成算法 实验八 曲面生成算法 实验九 二维图形变换(Experimental line generation algorithm experiment two arcs to generate the algorithm experimental three-window menu interface experiment four regional filling algorithm experimental five-clipping algorithm algorithm experiment six graphics software development package/library application experiment seven curve generation algorithm experiment eight surface generation algorithm experiments ninety-two dimensional graphics transform)
    2020-10-22 13:57:23下载
    积分:1
  • 19
    说明:  对图像进行中值滤波,去除噪声,并与原图像进行比较(Median filter on the image to remove noise, compared with the original image)
    2011-04-09 19:28:58下载
    积分:1
  • gmm
    EM算法以及混合高斯模型,c++实现,控制台程序,函数调用很简单方便。可以在低版本vc6.0运行。(EM algorithm and hybrid Gauss model, c++ implementation, the console program, function call is very simple and convenient. Can be run at low vc6.0.)
    2015-11-19 16:20:15下载
    积分:1
  • LSM_Match
    最小二乘匹配,图像匹配算法,需要初始匹配坐标,可以达到亚像素精度(least squares matching, image matching algorithm, the initial need to match coordinates, can reach sub-pixel accuracy)
    2006-10-26 14:25:05下载
    积分:1
  • ImageCutofRGB565BMP
    裁剪以RGB565格式保存的BMP文件,涉及位图掩码内容(imagecut of the BMP picture which saved with RGB565 format and mask)
    2015-01-22 10:57:48下载
    积分:1
  • Pyramid-methods-in-image-processing
    Pyramid methods in image processing
    2013-12-05 20:08:18下载
    积分:1
  • SIFT
    针对大尺度图像配准和不同传感器图像配准问题, 介绍了一种基于 SIFT 的图像配准方 法。(For large-scale image registration and image registration problem from different sensors, introduces a SIFT-based image registration method.)
    2013-07-18 15:13:18下载
    积分:1
  • GMS-Feature-Matcher-master
    说明:  利用GMS对特征点匹配进行约束,降低误匹配率,代码包含python版本,C++版本,matlab版本。(GMS is used to constrain the matching of feature points to reduce the error matching rate. The code includes Python version, C + + version and Matlab version.)
    2021-05-06 16:31:53下载
    积分:1
  • display_video
    对视频进行基本的处理,例如载入视频,显示视频,控制播放(Basic video processing, such as loading the video, show video, control playback)
    2011-08-28 16:14:12下载
    积分:1
  • edge_detect
    边沿检测与提取,轮廓跟踪的图象算法 用VC++实现,下载可以正常运行(Edge detection and extraction, contour tracing algorithm using image VC++ Realization can download the normal operation of)
    2008-04-25 22:20:43下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载