登录
首页 » Visual C++ » DIB_USE

DIB_USE

于 2010-06-28 发布 文件大小:42KB
0 148
下载积分: 1 下载次数: 21

代码说明:

  打开BMP图像 IHS Brovey图像融合(Open the BMP image IHS Brovey Image Fusion)

文件列表:

DIB_USE
.......\DIB_USE.APS,44964,2010-06-19
.......\DIB_USE.clw,3254,2010-06-26
.......\DIB_USE.cpp,4227,2010-04-20
.......\DIB_USE.dsp,4707,2010-06-18
.......\DIB_USE.dsw,539,2010-04-20
.......\DIB_USE.h,1367,2010-04-20
.......\DIB_USE.ncb,66560,2010-06-26
.......\DIB_USE.opt,54784,2010-06-26
.......\DIB_USE.plg,248,2010-06-26
.......\DIB_USE.rc,12981,2010-06-19
.......\DIB_USEDoc.cpp,2316,2010-04-20
.......\DIB_USEDoc.h,1573,2010-06-19
.......\DIB_USEView.cpp,4102,2010-06-25
.......\DIB_USEView.h,1907,2010-04-20
.......\IMGFUSION.cpp,8582,2010-06-19
.......\IMGFUSION.h,1511,2010-06-19
.......\MainFrm.cpp,2510,2010-06-18
.......\MainFrm.h,1467,2010-06-18
.......\ReadMe.txt,4335,2010-04-20
.......\res

.......\...\DIB_USE.rc2,399,2010-04-20


.......\Resource.h,1054,2010-06-19
.......\StdAfx.cpp,209,2010-04-20
.......\StdAfx.h,1054,2010-04-20

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

发表评论

0 个回复

  • opencv4.3
    自主选择性的查看一幅图像中的部分区域的颜色直方图:允许用户在一幅图像中选择一个矩形区域,通过按住鼠标键画一个矩形,当鼠标放开是,高亮显示矩形框,同时在另一个独立的窗口中,使用画图函数画一个图表(选定区域的颜色直方图),分别用蓝,绿,红表示选中区域中每种颜色的像素数量。(Self-selective color in an image to view a partial area of ​ ​ the histogram: Allows the user to select a rectangular area in an image by holding down the mouse button to draw a rectangle when the mouse is released, the highlighted rectangle, Meanwhile in a separate window, using the drawing functions to draw a chart (selected color histogram region), respectively, with blue, green, red indicates the number of pixels in the selected area of ​ ​ each color.)
    2014-02-13 16:18:41下载
    积分:1
  • Graph_Cut
    Graph Cutshi是最近在计算机视觉中研究和应用比较多的优化算法,典型的用于stereo matching, image restortion, texture synthesis等应用,以上代码给出了graph cut,mean shift, 以及相关的ppm/pgm图像借口,本来是用于stereo matching的,已经把相关的matching的实现代码给去掉了。大家可以以此为平台做一些相关的研究和应用。 (Graph Cutshi recently in computer vision research and application of a relatively large number of optimization algorithms, typical for the stereo matching, image restortion, texture synthesis applications, the above code gives the graph cut, mean shift, and the associated ppm/pgm images an excuse, it is used for stereo matching, and has been related to matching the code to realize removed. U.S. can also be used as a platform to do some related research and applications.)
    2008-03-03 22:26:01下载
    积分:1
  • cvpr01_zollei1109
    医学图像配准,医学图像2D_3D配准,基于vc++开发。(The registration of pre-operative volumetric datasets to intra-operative two-dimensional images provides an im- provedway of verifying patient positionandmedical instru- ment location. In applications from orthopedics to neuro- surgery, it has a great value in maintaining up-to-date in- formation about changes due to intervention. We propose a mutual information-based registration algorithm which es- tablishes the proper alignment via a stochastic gradient as- centstrategy. Ourmaincontributionliesinestimatingprob- ability density measures of image intensities with a sparse histogrammingmethodwhichcouldlead to potentialspeed- up over existing registration procedures and deriving the gradient estimates required by the maximization procedure. Experimental results are presented on fluoroscopy and CT datasets of a real skull, and on a CT-derived dataset of a real skull, a plastic skull and a plastic lumbar spine seg- ment.)
    2014-09-09 16:29:28下载
    积分:1
  • mesh_simplification
    网格简化, 将复杂的带有很多细节的物体的三维立体网格进行任意比例的简化,使得其减少点和面片的数量并保持物体的基本特征,以达到加快图像显示及压缩文件的效果。(Mesh simplification, the complex three-dimensional grid with many of the details of the object simplified in any proportion, such that it reduce the number of points and surfaces of the sheet and keep the basic characteristics of the object, in order to achieve the speed up of the image display and the effect of the compressed file .)
    2014-12-21 14:36:07下载
    积分:1
  • 利用数字软件halocn来进行缺陷检测
    利用数字图像处理软件halocn来进行缺陷检测,附带有之前做工程项目的原图源代码,还有ppt和实验指导书(Halocn using digital image processing software for defect detection, comes with artwork done before the project source code, as well as ppt and experimental instructions)
    2020-06-30 03:40:01下载
    积分:1
  • weighted-spatial-
    多径条件下基于加权空间平滑的阵元幅相误差校正(Multipath based on weighted spatial smoothing array element amplitude and phase error correction)
    2013-12-12 13:20:38下载
    积分:1
  • realtimesuperpixel-master
    运用基于密度的聚类算法实现了超像素的分割(The segmentation of super pixels is realized by using the clustering algorithm based on density)
    2018-01-11 11:54:41下载
    积分:1
  • quanjingtupinheyuchuli
    一种有效的全景图拼合预处理算法.适用于图像的拼接。是论文!(An effective pre-processing algorithm together panorama. Splicing applied to images. Is a thesis!)
    2008-04-15 16:42:03下载
    积分:1
  • Kmeans
    说明:  基于Kmeans算法的图像分割,一般Kmeans是数据挖掘中用来聚类的,本试验利用图像中的灰度值作为Kmeans算法的原始点,进行图像分割(Kmeans algorithm based on image segmentation, data mining in general Kmeans is used to clustering, the trial use of the image gray value as the original algorithm Kmeans spots for Image Segmentation)
    2021-04-06 16:49:03下载
    积分:1
  • charrecognition
    《VC++数字图像识别技术典型案例》第九章光学字符识别技术,包括预处理、边缘跟踪和特征提取算法("VC Digital Image Recognition Technology typical case," the ninth chapter of optical character recognition technologies, including pretreatment, Edge tracking and feature extraction algorithm)
    2007-05-28 20:52:03下载
    积分:1
  • 696524资源总数
  • 103978会员总数
  • 64今日下载