Kurtosis and skewness detection
Show older comments
I want to calculate Kurtosis and skewness of a region whose area is 1287 and perimeter is 166.3575, but kurtosis value of total image is obtain. How Kurtosis value of a single region is obtained.
Accepted Answer
More Answers (1)
Matt J
on 24 Dec 2013
if A is your image and bw is a binary mask of the desired region then
data=A(bw)
will be the data in the region in one-dimensional form. You can do any statistical analysis on this just as you would for any 1D data set.
Categories
Find more on Image Arithmetic in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!