DSPRelated.com
Forums

Drawing lines in output image

Started by MOINUL ISLAM June 14, 2006
Hi,

I have a problem with drawing line between two cordinates in an output image file. I want to display a line in an image generated by imshow().
Can anybody give me the solution to this?

Thanks.
Hi,
>
> I have a problem with drawing line between two cordinates in an output image file. I want to display a line in an image generated by imshow().
> Can anybody give me the solution to this?
>
> Thanks.

line('xdata', [left right], 'ydata', [top bottom])