MATLAB: Drawing a line over a black and white image
Posted
by Richard
on Stack Overflow
See other posts from Stack Overflow
or by Richard
Published on 2010-03-17T18:00:04Z
Indexed on
2010/03/17
18:01 UTC
Read the original article
Hit count: 314
This is quite possibly an extremely retarded question, but what is the best way to draw a line over a black and white (binary) image in MATLAB, provided the start and end coordinates are known?
Please note, I am not trying to add an annotation line, I would like the line to become part of the image.
© Stack Overflow or respective owner