登录
首页 » Visual C++ » ImageMatch_RS

ImageMatch_RS

于 2014-04-29 发布 文件大小:251KB
0 156
下载积分: 1 下载次数: 11

代码说明:

  遥感专业摄影测量方向相邻影像同名点匹配的程序,可交互界面,可人工选点(Professional Photography Program sensing images of the same name adjacent to the measuring direction point matching, interactive interface that can be manually selected point)

文件列表:

ImageMatch_RS
.............\ChildFrm.cpp,1538,2007-12-08
.............\ChildFrm.h,1397,2007-12-08
.............\DIBAPI.CPP,18256,2006-11-13
.............\DIBAPI.H,1482,2005-04-12
.............\MainFrm.cpp,2528,2007-12-08
.............\MainFrm.h,1542,2007-12-08
.............\PicMatch007.aps,45320,2008-01-03
.............\PicMatch007.clw,3006,2008-01-03
.............\PicMatch007.cpp,4573,2007-12-09
.............\PicMatch007.dsp,4912,2007-12-08
.............\PicMatch007.dsw,547,2007-12-08
.............\PicMatch007.h,1411,2007-12-08
.............\PicMatch007.ncb,156672,2008-01-03
.............\PicMatch007.opt,449024,2008-01-03
.............\PicMatch007.plg,961,2008-01-03
.............\PicMatch007.rc,13465,2008-01-03
.............\PicMatch007Doc.cpp,5557,2008-01-03
.............\PicMatch007Doc.h,2276,2007-12-09
.............\PicMatch007View.cpp,9586,2007-12-09
.............\PicMatch007View.h,2186,2007-12-09
.............\ReadMe.txt,4901,2007-12-08
.............\res

.............\...\PicMatch007.rc2,403,2007-12-08


.............\resource.h,739,2007-12-09
.............\StdAfx.cpp,213,2007-12-08
.............\StdAfx.h,1056,2007-12-09

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

发表评论

0 个回复

  • EdgeDetectionAndExtraction
    边缘检测与提取,轮廓跟踪 注意事项: 运行时,文件c: est.bmp必须存在(Edge detection and extraction, contour tracing Note: run-time, file c: test.bmp must exist)
    2009-03-11 15:00:42下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • Tamura纹特征提取及应用的matlab代码 TTamura Textua
    Tamura纹理特征提取及应用的matlab代码,附有介绍绍Tamura纹理的文献和测试用图片。,已通过测试。 (Tamura texture feature extraction and application of the Matlab code, accompanied by Shao Tamura texture literature and test pictures. , Has been tested.)
    2012-06-09 11:36:52下载
    积分:1
  • Pedestrian-Detection
    改程序是用来行人检测的,有源代码,可以轻松学习并参考。(The reform program is used for pedestrian detection, source code, you can easily learn and reference.)
    2012-05-28 14:12:29下载
    积分:1
  • vc
    说明:  用c写的jpg编解码,包括jpeg2bmp和bmp2jpeg,可在vc6下调试。(With c written jpg codec, including jpeg2bmp and bmp2jpeg, may be under vc6 debugger.)
    2008-05-11 04:22:06下载
    积分:1
  • 统计独立算法求的信息熵
    一幅大小为256×256的256级灰度图像(每像素8bit) 如果图像的各个像素之间是统计独立的,求该图像的信息熵 -离散无记忆信源 如果图像的各个像素之间不是统计独立的,求该图像的信息熵 -图像像素的概率分布模型(A 256 gray scale image (8bit per pixel) with a size of 256 x 256 If each pixel of the image is statistically independent, the information entropy of the image is calculated Discrete memoryless source If each pixel of the image is not statistically independent, the information entropy of the image is calculated Probability distribution model of image pixels)
    2017-11-24 21:49:34下载
    积分:1
  • m
    说明:  用Visual C++实现模糊图像恢复处理程序实例(Using Visual C++ fuzzy image restoration processing examples)
    2009-10-17 20:48:58下载
    积分:1
  • c_tuxing
    c#数字图像处理算法典型实例,本资料从数学角度来讲解图片处理的各种方法,是个不可多得的实例(c# a typical example of the digital image processing algorithms, the data from a mathematical point of view to explain the various methods of image processing, is a rare instance)
    2012-08-24 23:49:56下载
    积分:1
  • HOG-adaboost
    HOG adaboost pedestrian-detect
    2014-04-09 02:59:39下载
    积分:1
  • liantongbiaoji
    图像处理方面,用VC++实现的连通区域标记的程序。(Image processing, with VC++ implementation of the procedures connected region markers.)
    2011-12-20 16:58:30下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载