MATLAB: How to calculate Area ?

image processingImage Processing Toolbox

Hey every body….
I am asking "how can i compute area of the bounding box and convex hull where i had already get it's parameters?"
Thank you

Best Answer

If you have the vertices of the convex hull, use the polyarea() command.