MATLAB: How to find Eccentricity of an Image

Image Processing Toolboxmatlab image processing

Hi I want to find the eccentricity of an image

Best Answer

regionprops() can return eccentricity.
Related Question