主题: [MATLAB图像处理] matlab怎样求图像峰度
查看单个帖子
旧 2009-08-07, 13:59   #1
zappy
初级会员
 
注册日期: 2009-08-07
住址: 北京
帖子: 4
声望力: 0
zappy 正向着好的方向发展
问题 matlab怎样求图像峰度

matlab怎样求图像峰度系数,kurtosis
本人是新手,我直接用 kurtosis(blue1),结果出错
>> kurtosis(blue1)
??? Error using ==> minus
Integers can only be combined with integers of the same class, or scalar doubles.

Error in ==> kurtosis at 38
x0 = x - repmat(nanmean(x), tile);
请高手指教,万分感谢!
zappy 当前离线   回复时引用此帖