From: Alex on
In regionprops function what is the clear definition of :
'MaxIntensity' & 'MinIntensity'

since the image is binary what is the meaning of :Scalar specifying the value of the pixel with the greatest intensity in the region.

please help me with this concept .....................

by the way how can someone change the values of egionsprops from pixel to spatial and mm ?

e.g. in eccentricity,area and etc.

any useful suggestion highly appreciated.
From: ImageAnalyst on
They are used when you pass in the original gray scale image from
which the binary image was made, and the intensities refer to that
original gray scale image, not the binary image.

Calibration is done after the fact. Get your regionprops measurements
and then multiply by the distance/pixel, or (distance/pixel)^2
whenever/whichever is appropriate for the measurement that you want in
calibrated units.