How to draw multiple lines to a binary image?

7 views (last 30 days)
Hi all,
I want to be able to draw multiple lines in a binary image "I". For example I will draw the first line using the right-click on "I" like (imline) function, then I will go to another location and draw another line and so on .
Once I finished, I double click on the last line I draw and all the lines will be added to the image, maybe using (createMask).
Any idea how to do that?
Other ways and suggestions are appreciated.
Thank you.
Meshoo

Accepted Answer

Image Analyst
Image Analyst on 21 Oct 2014
See attached demo (below the image that it creates).

More Answers (0)

Community Treasure Hunt

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

Start Hunting!