资源简介

本代码主要是关于图像的一阶统计特征(灰度直方图的统计特征)。

资源截图

代码片段和文件信息

function feature=histo_stati(Img)
%function:  First order statistics feature (histogram and its statistics features)

[widthheight]=size(Img);
[histolevel]=imhist(Img);
histo=histo./(width*height);

%%    average gray level 
AGL=sum(histo.*level);

%%  standard de

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

     文件        552  2018-08-13 11:28  histo_stati.m

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

                  552                    1


评论

共有 条评论