CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - matlab histogram

搜索资源列表

  1. color_hist256

    2下载:
  2. 自己编写的提取RGB图像的包含256bin的一维直方图,首先把rgb图像转换为hsv图像,然后量化三个分量图像,最后提取一维直方图,可用于图像检索。-I have written extract contains RGB images 256bin one-dimensional histogram, first of all put rgb image is converted to hsv images, then quantified the three-component image,
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:580
    • 提供者:杨红菊
  1. hw

    0下载:
  2. 实现您自己的直方图均衡或匹配算法。提交您的代码和演示图像。以及和MATLAB的函数histeq()的比较结果。-Realize your own Histogram equalization or matching algorithm. Submit your code and demo images. Compare your result with matlab function histeq().
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:79850
    • 提供者:秦稼轩
  1. chip_histogram_features

    0下载:
  2. 直方图特征的计算,包括方差,峰度,熵值等。-Histogram of the characteristics of the calculation, including the variance, kurtosis, entropy and so on.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-14
    • 文件大小:2830
    • 提供者:李伟
  1. imageprocessing

    0下载:
  2. 自己编写的基于直方图均衡化以及边缘增强的程序!-I have written based on histogram equalization and edge enhancement procedure!
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:708497
    • 提供者:代松
  1. bian_yuan_te_zheng_ti_qu

    0下载:
  2. 边缘方向直方图matlab程序,直方图为提取8个方向的的统计概率-Edge direction histogram matlab program, the histogram for the extraction of eight directions of the statistical probability
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:938
    • 提供者:yijing
  1. zhifangtujunhenghua

    0下载:
  2. 直方图均衡化即归一化matlab程序,编写的目的也是为了模式识别处理样本。-Histogram equalization matlab that the normalization process, the preparation was also intended to deal with sample pattern recognition.
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:8269
    • 提供者:
  1. Histogram

    0下载:
  2. 用MATLAB实现直方图阈值法 matlab实现-Histogram threshold method matlab realize in MATLAB
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:6548
    • 提供者:张艾瑞
  1. PixelProcess

    1下载:
  2. 此程序为基本的图像直方图处理,图像像素的填充处理及像素的平移处理,经过调试可以直接用-This program for basic image histogram processing, image processing and pixel fill-pixel translational processing, through commissioning can be directly used
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:1051
    • 提供者:熊淑芬
  1. texture

    2下载:
  2. 可以对一幅图像提取边缘直方图,很有用的,用与图像匹配-Can extract the edge of an image histogram, useful, and image matching using
  3. 所属分类:Special Effects

    • 发布日期:2015-09-30
    • 文件大小:5262
    • 提供者:dd
  1. MatlabImageProcess

    0下载:
  2. Matlab写的图像处理中的基本算法包括直方图均衡化,拉普拉斯锐化,Sobel锐化,含GUI界面-Matlab Image Processing written by the basic algorithm, including histogram equalization, sharpening Laplace, Sobel sharpening, with GUI interface
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:5730
    • 提供者:张宏欣
  1. Extraction

    0下载:
  2. 利用颜色直方图的最大值提取彩色图像的主色调的方法,编程实现- using color histogram of the maximum tone Extract color images of the main method of programming
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1484
    • 提供者:王丽娟
  1. Matlab

    0下载:
  2. 1、图像的读取2、灰度直方图及直方图均衡化3、图像的代数运算4、图像滤波处理5、傅立叶变换6、图像压缩-1, the read image 2, histogram equalization and histogram 3, image algebra 4, image filtering to deal with 5, 6, Fourier transform, image compression
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:6335
    • 提供者:阿伟
  1. junhenghua

    0下载:
  2. 这里有好几个直方图均衡化的源代码,希望对大家有用.-There are several histogram equalization of the source code, in the hope that useful to everyone.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:3793
    • 提供者:zzl
  1. k_gray_histeq

    0下载:
  2. 直方图均衡化的MATLAB程序,自己编写的算法,大家可以下载使用,看看效果-Histogram equalization of the MATLAB process, I have written algorithms, can be downloaded using the U.S. to see the effect of
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:958
    • 提供者:changhe.cheng
  1. tuxiangzenqiang

    0下载:
  2. 第十三章 MATLAB 图像增强 13.1 灰度变换增强 13.1.1 像素值及其统计特性 13.1.2 直方图灰度变换 13.1.3 直方图均衡化 13.1.4 直方图规定化 13.2 空域滤波增强 13.2.1 平滑滤波器 13.2.2 锐化滤波器 13.3 频域增强 13.3.1 低通滤波器 13.3.2 高通滤波器 13.3.3 同态滤波器 13.3.4 频域增强 MATLAB 实例 13.4 色彩增强
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:4288
    • 提供者:王万国
  1. tuxiangzengqiang

    2下载:
  2. 本程序基于Matlab,初步实现图像增强的基本操作,实现 图像明暗度调整, 图像旋转,更改颜色显示方式,直接灰度调整,图像求反,动态范围压缩,显示原始图像直方图,直方图均衡化,滤波增强等功能-This procedure based on Matlab, the initial realization of the basic operation of image enhancement, image brightness adjustment, image rotation, change t
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-23
    • 文件大小:2441251
    • 提供者:funfunhit
  1. Image_Enhancement_in_Frequency_Domain

    0下载:
  2. 本程序对图像依次进行二阶拉普拉斯高通滤波、高频加强过滤、直方图均衡-This procedure was followed on the image to the second order Laplacian high-pass filtering, high frequency to enhance filtering, histogram equalization
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:177777
    • 提供者:shen hong
  1. EmdL1_v2

    0下载:
  2. NOTES: 1. This implemention borrowed some basic framework from Rabner s original EMD code. 2. Histogram matrices are assumed to be arranged in the "matlab" style, i.e, the [i,j,k]-th element is located in the position i*(n2*n3) + j*(n3
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:11399
    • 提供者:束鑫
  1. lrg21

    0下载:
  2. 图象直方图及均衡.图象直方图的计算方法以及直方图均衡化图象增强技术处理过程。-Image histogram and balanced. Image histogram calculation method as well as the histogram equalization process image enhancement technology.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:952
    • 提供者:赵少敏
  1. 3

    0下载:
  2. 图像处理常用攻击源码,直方图均匀化,图像锐化,锐化处理 -Common source of image processing attacks, histogram homogenization, image sharpening, sharpening
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:13962
    • 提供者:wangwei
« 1 2 3 45 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com