登录
首页 » Matlab » matlab彩色灰度图直方图均衡化代码

matlab彩色灰度图直方图均衡化代码

于 2022-06-12 发布 文件大小:11.42 kB
0 74
下载积分: 2 下载次数: 1

代码说明:

matlab灰度图直方图均衡化代码, sourcePic=imread("D:图像处理软件工作区1--图片库2 (3).jpg"); %读取原图象    [m,n,o]=size(sourcePic);    figure(1)  imshow(sourcePic);    gp=zeros(1,256); %创建一个全零矩阵,1×256,计算各灰度出现的概率    for i=1:256    gp(i)=length(find(sourcePic == (i-1)))/(m*n);    end    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% &

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

发表评论

0 个回复

  • funking_v58
    LDPC码的完整的编译码,关于神经网络控制,一个很有用的程序。( Complete codec LDPC code, On neural network control, A very useful program.)
    2016-04-24 13:09:41下载
    积分:1
  • svd2fun
    自己写的多分辨率SVD函数,普通SVD也包含在内,采用类似小波多分辨率分析进行SVD降噪、降维,奇异点求解(Multi-resolution SVD function, using wavelet-like multi-resolution analysis for SVD noise reduction, dimension reduction, singular point solution)
    2020-12-24 20:09:04下载
    积分:1
  • Demo
    music fastfoward highpitch lowpitch maidou load music
    2010-10-31 23:16:53下载
    积分:1
  • Rayleigh-channel-analysis
    Rayleigh信道性能分析:包含三个文件,分别计算概率密度函数、累积分布函数和误符号率(Rayleigh channel performance analysis: contains three files, calculate the probability density function, cumulative distribution function and the symbol error rate)
    2014-11-15 11:46:45下载
    积分:1
  • sparse_in_frequency
    Sparse in frequency Compressive Sensing
    2013-12-31 15:41:15下载
    积分:1
  • ONE-DIMENSION-FDTD
    upml边界条件下的FDTD程序,感觉很不错,分享给大家吧,也希望大家能更多的分享自己的程序。谢谢(boundary conditions under upml FDTD program, I feel very good, for everyone to share it, I hope you will be able to share their program more. Thank you)
    2014-01-15 13:09:30下载
    积分:1
  • boundary_condition_methods
    此文件包含有多种emd端点处理方法程序,其中调试过几种,效果有些可以,一些一般,有待改进,大家共同探讨.(This file contains a variety of treatment methods emd endpoint procedures, which some debugging, the effect of some can, some general, be improved, we can jointly explore.)
    2013-08-27 18:32:57下载
    积分:1
  • bizhang
    避障程序演示,运用遗传分析法。。。。。。(Obstacle avoidance program demonstrates the use of genetic analysis.......)
    2014-09-14 21:51:40下载
    积分:1
  • 00-FUNDAMENTALS_ALL_CHAPTERS_EDU_July_2010
    OCTEON Programmer’s Guide Introduction Version for Cavium Networks University Program
    2014-10-15 20:59:57下载
    积分:1
  • Kalman-Filter-explained
    Good book on Kalman filter I have ever seen
    2013-03-20 19:04:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载