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

搜索资源列表

  1. imhist

    0下载:
  2. 直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-color histogram amendments and command line compiler transformation process following vcvars32 rc bmp.rc c l colorope.c
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:21698
    • 提供者:qq
  1. imhist

    0下载:
  2. 用opencv实现彩色图像直方图 用单通道实现
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:1583
    • 提供者:罗文灿
  1. imhist

    0下载:
  2. 图像处理的程序,应该对大家很有帮助的! 大家看看!
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:7866
    • 提供者:cc
  1. imhist.cpp

    0下载:
  2. 图像直方图的代码。 同时还有对数组进行类似直方图统计的程序。
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:861
    • 提供者:RL
  1. Matlab中图像函数大全

    0下载:
  2. Matlab中图像函数大全 图像增强 1. 直方图均衡化的 Matlab 实现 1.1 imhist 函数 功能:计算和显示图像的色彩直方图 格式:imhist(I,n) imhist(X,map) 说明:imhist(I,n) 其中,n 为指定的灰度级数目,缺省值为256;imhist(X,map) 就算和显示索引色图像 X 的直方图,map 为调色板。用 stem(x,counts) 同样可以显示直方图。
  3. 所属分类:文档资料

    • 发布日期:2012-03-19
    • 文件大小:17817
    • 提供者:colebin@163.com
  1. imhist

    0下载:
  2. 实现图像的直方图,该函数功能强大,已经通过matlab运行-it can realize a image s hist!
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:3557
    • 提供者:胡幸福
  1. imhist

    0下载:
  2. 本实验主要编写了一个计算直方图的程序,实现了直方图均衡化转换技术,并采用了直方图均衡化技术,对图像3.08(a)进行增强。-Histogram equalization
  3. 所属分类:Graph program

    • 发布日期:2017-05-02
    • 文件大小:1017585
    • 提供者:刘国胜
  1. imhist

    0下载:
  2. opencv 单通道图像的直方图(亮度与直方图)-single image histogram opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:94424
    • 提供者:joyboble
  1. imhist

    0下载:
  2. opencv里面像matlab那样显示直方图,解决了opencv没有显示直方图的缺陷。-opencv as it shows as histogram matlab to solve opencv histogram did not show defects.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2302118
    • 提供者:power
  1. imhist

    0下载:
  2. 以Microsoft Visual C++ 6.0为平台,基于opencv来实现图像的灰度直方图-With Microsoft Visual C++ 6.0 as a platform, based on the images to achieve opencv histogram
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1352959
    • 提供者:左加阔
  1. WORD

    0下载:
  2. I = imread( C:\MATLAB701\toolbox\images\imdemos\coins.png ) imshow(I) figure, imhist(I,64)
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:17822
    • 提供者:
  1. imhist

    0下载:
  2. histogram equalization
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2730
    • 提供者:ethan
  1. imhist

    0下载:
  2. 生成并绘制图像的直方图函数,Generate and draw the image histogram function-Generate and draw the image histogram function
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1739
    • 提供者:wang
  1. MATLAB_function

    0下载:
  2. matlab function 图像增强 1. 直方图均衡化的 Matlab 实现 1.1 imhist 函数 功能:计算和显示图像的色彩直方图 格式:imhist(I,n) imhist(X,map)-matlab function
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:12368
    • 提供者:jack
  1. imhist

    0下载:
  2. 本源码是关于图像直方图的绘制原理,也就是matlab中imhist函数的实现方法。对初学图像的人有帮助。-imhist fuction
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:534659
    • 提供者:xiong yanfan
  1. 3

    0下载:
  2. 使用函数imhist(f)得到火星卫星Phobos的直方图-use function“imhist”to process the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:216539
    • 提供者:乐淘淘
  1. 5

    0下载:
  2. 计算并绘制直方图. 绘制直方图的方法有很多,在此我用MATTAB中的一些代表性的绘制选项,使用函数bar\imhist-use function "bar"
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:101256
    • 提供者:乐淘淘
  1. imhist

    0下载:
  2. 这是用C语言编写的灰度直方图,在matlab软件下可以运行。不是用imhist直接调用。-It is written in C language histogram in matlab software can run. Not called directly by imhist.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:50424
    • 提供者:
  1. imhist

    0下载:
  2. 计算并绘制图像的直方图,本设计中绘制了四种形式的直方图,imhist,bar,stem,plot进行比较和区别!-Calculated and plotted the histogram of the image, the design of four forms of the histograms drawn, imhist, bar, stem, plot and compare the difference!
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:129971
    • 提供者:林彩
  1. imhist

    0下载:
  2. matlab中调用imhist函数来求图像的灰度直方图分布的方法,下载使用的话,只需要选择图像并改变改动图像的路径即可-imhist in Matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:56314
    • 提供者:
« 12 »
搜珍网 www.dssz.com