MATLAB: What is the meaning of this statement ? stats = regionprops(BW);

regionprops(bw)

If a property is not specified, then what does regionprops(BW) mean?

Best Answer

"If you specify 'basic', or do not specify the properties argument, regionprops computes only the 'Area', 'Centroid', and 'BoundingBox' measurements."