资源简介

matlab实现gamma校正的算法,用以调整光照不均的图像。

资源截图

代码片段和文件信息

% 下为背景灰度估计子程序
function backgray=estibackground(x)
meanx=mean(x(:));
stdx=std(x(:));
minx=min(x(:));
backgray=max(minxmeanx-3*stdx);

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        148  2011-06-17 17:37  gamma\estibackground.m

     文件        639  2011-08-10 13:14  gamma\xiaochuguangzhaobujun.m

     目录          0  2011-08-24 11:51  gamma

----------- ---------  ---------- -----  ----

                  787                    3


评论

共有 条评论