zappy
2009-08-07, 13:59
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);
请高手指教,万分感谢!
本人是新手,我直接用 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);
请高手指教,万分感谢!