MATLAB: Tiger pugmark binary image analysis

digital image processingimage processingImage Processing Toolboxpawprint

how could i find the centroid and area of each object in the image automatically.

Best Answer

First run imclose() on it to fill in nooks and crannies. Then do imfill() to fill in holes. Then regionprops(). See im image segmentation tutorial for details if you need them: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862