Community Profile

photo

daniel


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


trying to create a line in a image ,my code does not seem to work.
img1=zeros(1000,1000); p1=[110 400]; p2=[110 600]; img2=line(img1,p1,p2); figure(1),imshow(img2); gives this error Erro...

8 years ago | 0 answers | 0

0

answers

Question


How do you plot a line between two coordinates on a binary and color image?
new to matlab

8 years ago | 1 answer | 0

1

answer