CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 直方图匹配

搜索资源列表

  1. histogram-matching

    1下载:
  2. 直方图匹配,用C++编写的代码,效果我已经用Photoshop(直接查看其灰度直方图即可)和基于HIS变换的影像融合检验过了,效果是正确的。具体原理可以参考武大贾永红的《数字图像处理》一书。如果读者觉得执行效率偏低,可以把代码中标明的可以注释的部分注释掉即可,不过这样效果会差一些-Histogram matching, in C++. The results have been verified by the software PhotoShop by checking the histogr
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:198904
    • 提供者:M R
  1. image-fusion

    0下载:
  2. 影像融合,包括基于高通滤波的加权融合和非加权融合、基于HIS变换的融合,其中基于HIS变换的融合需要较多时间,这是由于直方图匹配要花费很多时间,具体算法可以参考武大贾永红的《数字图像处理》一书-Image fusion, including the weighted and unweighted fusion based on highpass filter and the fusion based on HIS transformation. Among them, the fusion ba
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:91734
    • 提供者:M R
  1. POINT-OPERATION

    0下载:
  2. 能够打开图像文件绘制其直方图,并且实现各种处理 如 线性点运算,灰度拉伸,直方图均衡,直方图匹配等 笔者已经调通!-Be able to open the image file to draw its histogram, and achieve a variety of treatments such as linear point operations, gray stretch, histogram equalization, histogram matching。
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:111103
    • 提供者:jinyufeng
  1. shuzituxiang

    0下载:
  2. 包括数字图像直方图绘制,数字图像直方图匹配,数字图像基于阈值分割算法-Including digital image histogram drawing, digital image histogram matching, digital image segmentation algorithm based on the threshold
  3. 所属分类:Special Effects

    • 发布日期:2017-11-27
    • 文件大小:4301
    • 提供者:吴迪
  1. zft

    0下载:
  2. 实现了对图像直方图的操作,如直方图显示,直方图匹配,直方图均衡等-The image histogram operations, such as histogram display, histogram matching, histogram equalization
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:65534
    • 提供者:江子巷
  1. zhifangtupipei

    0下载:
  2. 直方图匹配代码,完全可用,利用直方图匹配可以跟踪到运动目标,并用方框表示-Histogram matching code, fully available, histogram matching can track a moving target, and represented by a box
  3. 所属分类:Special Effects

    • 发布日期:2017-12-06
    • 文件大小:708
    • 提供者:zjzssxs
  1. matlab-and-C-histogram

    0下载:
  2. matlab C语言混合编程 读取bmp图像 直方图匹配 直方图均衡-matlab c read bmp image histogram match histogram uniform
  3. 所属分类:File Operate

    • 发布日期:2017-11-05
    • 文件大小:7010
    • 提供者:彭家德
  1. point-operation

    0下载:
  2. 本程序中主要是图像中点的处理,包括负片、灰度拉伸、直方图计算、直方图均衡化、直方图匹配和线性点运算-This program is the midpoint of the image processing, including negatives, gray stretch, histogram calculation, histogram equalization, histogram matching and linear point operations
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:107927
    • 提供者:张雯
  1. Digital-Image-Processing

    0下载:
  2. 本程序中主要实现了图像的点操作,具体内容有负片显示、灰度拉伸、线性点运算、直方图计算、直方图均衡化、直方图匹配-Image point operations, including the negative display, gray stretch, linear point operations, histogram calculation, histogram equalization, histogram matching
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:109005
    • 提供者:张雯
  1. PictView

    0下载:
  2. 该软件实现图像的浏览,比较简单,但上传一下,希望对刚学VC++的朋友有所帮助。包括:检索图像 基于彩色图片转换成灰度矩阵, 直方图匹配。-The software image browser, relatively simple, but upload, I hope to be helpful just learning VC++ friends. Including: retrieve images based on color images converted to grayscale m
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-19
    • 文件大小:29747354
    • 提供者:张鹏灵
  1. point-operation

    0下载:
  2. 灰度图绘制直方图,直方图均衡化,直方图拉伸、直方图匹配等功能。-Grayscale histograms, histogram equalization, histogram stretching, histogram matching functions.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:116967
    • 提供者:jh
  1. New-folder

    0下载:
  2. 这是我自己在mfc下利用gdal库实现的遥感影像显示模块,能显示绝大部分的遥感影像格式数据。打开影像是可以同时打开多幅影像,程序默认对每幅影像建立各自的金字塔文件以便后面操作,同时程序默认将影像拉伸到0-255范围以防有的影像是11位的或更大的而显示不出来。打开影像后可进行简单的拉框放缩、移动、复位、旋转、链接显示、直方图、缩略图等操作,还有基本的影像增强处理,如伪彩色变换、饱和度亮度调节、直方图匹配、各种滤波等。影像处理实现了几何校正、投影变换、裁剪等操作。界面开发时用的是mfc的ROBBON
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:13575071
    • 提供者:Richard
  1. picprocessing

    0下载:
  2. VC++6.0环境下的几个数字图像处理实验,包含图像灰度变换、直方图均衡化、直方图匹配、邻域平均、局域增强、中值滤波、图像的锐化等-VC++6.0 environment Several digital image processing experiments, including gray transform, histogram equalization, histogram matching, neighborhood average, local increase, median fil
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-10
    • 文件大小:2508119
    • 提供者:chaos
  1. zch

    0下载:
  2. 对图像进行各种处理。直方图匹配,傅立叶变换、灰度对数线性变换 等-Variety of image processing. Histogram matching, Fourier transform, gray log-linear transformation, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6224934
    • 提供者:myboxin
  1. Histogram-matching-algorithm

    0下载:
  2. 直方图匹配算法在超声弹性成像上的应用研究_何颖妮_邵党国_刘东权.zip-Histogram matching algorithm on the application of ultrasound elastography research _ Ho Ying Ni _ State _ Liu Shao party rights. Zip
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:446134
    • 提供者:Can
  1. histogram-matching-

    0下载:
  2. opencv直方图匹配示例代码,初学者可以借鉴-opencv histogram matching sample code, beginners can learn from it
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:91776
    • 提供者:zhangl
  1. histogram

    0下载:
  2. 在matlab中实现直方图均衡化操作及直方图匹配操作,自编代码实现运算-Histogram equalization and histogram match.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:827
    • 提供者:liangkai
  1. Histogram_Matching

    1下载:
  2. 这是笔者做实验的源码,辛辛苦写了一个月。在现在直方图匹配算法的基础上修改实现分段直方图去云,该算法目前可以正常运行,效果虽然不是很好,但是,算法考虑了很多的因素。如:考虑了遥感影像四个波段的波谱曲线的特征、考虑了地物的典型波谱曲线,考虑了地物的信息代表性等,所以实验对相关研究具有重要的参考意义。-This is the author experiment source code, Cincinnati hard to write for a month. In the present histo
  3. 所属分类:Special Effects

    • 发布日期:2014-06-07
    • 文件大小:136192
    • 提供者:
  1. zhifangtupipei

    0下载:
  2. 输入两幅图像进行直方图匹配,matlab程序-Enter the two image histogram matching, matlab program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:760
    • 提供者:huanglianjing
  1. zuoye_234

    0下载:
  2. 数字图像处理_Matlab 直方图均衡化和直方图匹配实验(包含作业原题源程序)-Digital image processing _Matlab histogram equalization and histogram matching experiments (including operating the original title of the source)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:966
    • 提供者:wanglong
« 1 2 3 4 56 7 8 9 10 11 »
搜珍网 www.dssz.com