How to calculate the area of ​​a lake using binary image?

6 views (last 30 days)
At I'm trying to use is the following:
  1. Load image, transform to binary ; Using BWboundaries.
  2. Find edge/perimeter ;
  3. Attempt to join edges ;
  4. Fill perimeter with red ;
  5. Measure Area and Perimeter using regionprops
  6. Plot line horizontal or vertical ;
  7. Stipulate value of axis of that coordinates on the edges, and distance in pixels (after converting for meters).

Answers (1)

Image Analyst
Image Analyst on 5 Apr 2014
Sure, it's possible. See my image segmentation tutorial: http://www.mathworks.com/matlabcentral/fileexchange/25157-image-segmentation-tutorial-blobsdemo Feel free to adapt it to use your image. If you have questions, attach your m-file and image (original image, not the annotated version). It's not too hard. I could do the whole exercise in about 4 minutes. Explain what you want me to do for you. I assume you don't want me to just do the whole exercise for you so that you can turn in my code to your professor, so say what you want. You haven't really asked a question except "How to calculate the area of a lake using binary image?" but the answer to that is in the problem statement (use regionprops).

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!