• 大小: 4.08MB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2023-09-16
  • 语言: Matlab
  • 标签: RSIHE  MATLAB  

资源简介

RSIHE算法(Recursive sub-image histogram equalization),积分已降到最低。基本原理是将图像分割为等面积的2^r部分,各部分分别进行直方图均衡。文件中包含RSIHE的matlab源代码,论文,以及输入图像

资源截图

代码片段和文件信息

function Xm=cdfdivcal(hdivarea)

SUM(1)=h(1);
for i=2:256
SUM(i)=h(i)+SUM(i-1);
end

index=find(SUM>=divarea);
Xm=index(1);

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      636066  2013-03-04 08:54  ICCompound.bmp
     文件      751554  2013-03-04 08:58  ICCompound1.bmp
     文件      757070  2013-03-04 08:57  LogicIC.bmp
     文件        1043  2013-03-04 10:46  rsihe.m
     文件     2982851  2013-02-27 16:09  RSIHE-Recursive sub-image histogram equalization applied to gray scale images.pdf
     文件      648702  2013-03-04 08:52  SEM.bmp
     文件      758578  2013-03-04 08:55  WireBonding.bmp
     文件      644454  2013-03-04 08:48  bamboo.bmp
     文件         133  2013-03-04 10:19  cdfdivcal.m

评论

共有 条评论