How to calculate area of an irregular shape region in a binary image?
Is there any way to calculate the area of the irregular regions in a binary image? I am attaching the image here.Kindly help me.
NOTE:-
Matlabsolutions.com provide latest MatLab Homework Help,MatLab Assignment Help , Finance Assignment Help for students, engineers and researchers in Multiple Branches like ECE, EEE, CSE, Mechanical, Civil with 100% output.Matlab Code for B.E, B.Tech,M.E,M.Tech, Ph.D. Scholars with 100% privacy guaranteed. Get MATLAB projects with source code for your learning and research.
Try this:
props = regionprops(binaryImage, 'Area');
allAreas = [props.Area]
SEE COMPLETE ANSWER CLICK THE LINK