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

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

于 2022-06-12 发布 文件大小:11.42 kB
0 69
下载积分: 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 个回复

  • model_kalman
    基于卡尔曼滤波技术的永磁同步电机故障诊断与容错控制源码,文章已经发表了,收录于ICACMVE‘07会议论文(Kalman filtering technique based on permanent magnet synchronous motor fault diagnosis and fault-tolerant control source, the article has published a collection of conference papers in ICACMVE)
    2020-07-08 16:08:56下载
    积分:1
  • zblh
    算法分析与设计 坐标轮换法 的程序解释 有用的着的请下载(Algorithm analysis and design coordinate rotation method, explain the procedure useful for the download please)
    2012-06-05 14:16:51下载
    积分:1
  • GPR_final2
    三维 电磁波 有限差分 本来用于计算三维GPR正演,还不是最终版,还在调试PML边界(3D FDTD)
    2014-01-03 17:03:44下载
    积分:1
  • Digital_Filter
    FIR数字滤波器设计,采用了matlab的图形界面设计。(FIR digital filter design, use of matlab graphical interface design.)
    2009-02-20 10:43:54下载
    积分:1
  • AQ430_C_Code
    matlab的关于bpsk的仿真代码,对正在学习bpsk的朋友很有帮助(simulation code, matlab on bpsk friends are learning bpsk helpful)
    2013-01-09 22:58:54下载
    积分:1
  • Top-Ten-Algorithms-In-Data-Mining
    这是数据挖掘领域总结的十大经典算法,有助于同学们研究(This is a summary of the top ten algorithms of the field of data mining to help students)
    2012-04-17 10:28:06下载
    积分:1
  • hwr
    half wave rectifier one of the best
    2012-05-02 17:17:38下载
    积分:1
  • NN
    说明:  使用MATLAB完成的经典的BPNN算法,在神经网络的课程学习上有很好的帮助(Use MATLAB to complete the BPNN classical algorithms, neural networks in the courses have a good help)
    2015-01-24 20:41:25下载
    积分:1
  • matlab)gaodeng
    matlab 高等数学技术研究,适合初学者学习(matlab mathematics technology, suitable for beginners to learn)
    2010-06-20 12:49:20下载
    积分:1
  • MIMO-capacity-research
    本程序分析了MIMO系统中发射天线数目对系统容量的影响(This program analyzes the MIMO system, the number of transmit antennas of the system capacity,)
    2013-08-15 15:30:55下载
    积分:1
  • 696516资源总数
  • 106783会员总数
  • 25今日下载