登录
首页 » Visual C++ » ImageMatch

ImageMatch

于 2014-04-29 发布 文件大小:250KB
0 225
下载积分: 1 下载次数: 10

代码说明:

  遥感摄影测量专业相邻相片同名点之间的匹配,交互界面,可以人工选点(Remote Sensing Photogrammetry Professional adjacent matching interface point between the photo of the same name, you can manually choose the point)

文件列表:

ImageMatch
..........\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 个回复

  • 1111222223333334444445533332345554
    VC计算机图形学原理及算法教程 VC计算机图形学入门教程(VC theory and algorithms of computer graphics computer graphics tutorial Tutorial VC)
    2013-11-18 15:30:26下载
    积分:1
  • VC-tu-xiang-chu-li
    图形图像处理算法大全,包含各种算法的源码,只要经过简单修改就可变为程序(Daquan graphic image processing algorithms, including the source code for various algorithms, as long as you can into a program after a simple modification )
    2011-05-20 16:45:34下载
    积分:1
  • Wavelet-transform-image
    图像分割处理的小波变换算法源代码,使用vc++(Wavelet transform image segmentation algorithm source code vc++)
    2012-03-25 13:55:21下载
    积分:1
  • leida5.9
    雷达扫描程序,图形界面中显示雷达的运动情况。程序简单。可以学习 (AppWizard has created this spp application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your OpenGl application. )
    2011-05-21 16:53:01下载
    积分: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
  • medical-picture-process
    《医学图像编程技术》,周振环。一书的源码(the source code of the "medical picture programing")
    2012-03-14 15:02:31下载
    积分:1
  • stereo
    立体视觉代码。主要过程包括:harris角点检测,zncc最优策略匹配,扩散得到更多特征对应,计算disparity和对应颜色值。另外提供了两幅图片以及对应的特征匹配的结果和disparity图像。(Three-dimensional visual codes. The main process includes: harris corner detection, zncc optimal strategy for matching, the proliferation of more features of the corresponding calculation of disparity and the corresponding color value. Also provides a picture and two corresponding feature matching results and disparity images.)
    2020-06-29 14:40:02下载
    积分:1
  • readpic
    说明:  VC bmp图像数据读取和输出代码程序,经过编译可行(compiled vc program in reading image )
    2010-04-07 11:02:37下载
    积分:1
  • Visual-C-MATLAB-image-processing
    本书系统地介绍了图像处理与识别的基本原理、典型方法和实用技术。全书共分12章,第1章~第6章是图像处理与识别的基础内容,包括图像科学综述、MATLAB语言图像编程、图像增强、图像分割、图像特征提取和图像识别;第7章~第10章是图像处理与识别的工程实例,涵盖了医学图像处理、文字识别和自导引小车路径识别等应用实例,并结合理论算法,提供了大量MATLAB代码程序,以帮助读者掌握如何使用MATLAB语言快速进行算法的仿真、调试和估计等方法。第11章~第12章,是两个综合性较强的实例,分别是Visual C++实现的基于神经网络的文字识别系统和车牌定位系统。 本书附带的光盘给出了各个章节列举的实例的源代码,同时赠送了28个常用数字图像处理算法的Visual C++代码实现。 本书讲解深入浅出,实例程序丰富,注重理论与实践相结合。本书可作为计算机应用、自动化、图像处理与模式识别、机电一体化专业的高年级本科生或研究生的参考书,也可供从事图像处理与识别的研究人员和工程技术人员阅读参考。(This book introduces the basic principles of image processing and recognition of the typical methods and practical skills . The book is divided into 12 chapters , Chapter 1- Chapter 6 is the basis of the content of image processing and recognition , including images scientific overview , MATLAB programming language images, image enhancement, image segmentation, image feature extraction and image recognition Chapter 7- Section Chapter 10 is a project example image processing and recognition , covering the medical image processing, character recognition and self- guided trolley path recognition example , the combination of theory and algorithms, for a lot of MATLAB code procedures to help readers learn how to use MATLAB language fast simulation , debugging and estimation methods algorithm. Chapter 11- Chapter 12 , are two examples of highly integrated , namely Visual C++ implementation based on neural network character recognition system and a license plate positioning system. The book)
    2014-03-26 11:09:37下载
    积分:1
  • 24BMP256ColorGray
    本代码实现的功能:24位位图(BMP)的灰度化。具体实现过程:打开图像文件,找到数据区(每3个字节代表一个象素的R,G,B值),循环扫描,根据RGB的权重,计算出灰度值. 如果要得到256色灰度图,则要新建一个调色板,修改信息头和文件头.(Realize the function of the code: 24-bit bitmap (BMP) of the gray. Concrete realization of the process: Open the image file, locate the data area (3 bytes per pixel on behalf of a R, G, B values), cyclic scan, according to the weight of RGB, gray value is calculated. If you want to get 256 colors grayscale, would create a new palette, modify the header and file header information.)
    2020-07-01 01:20:02下载
    积分:1
  • 696518资源总数
  • 105651会员总数
  • 15今日下载