Is there an easy way to add an oriented stripe to an image that writes over the pixel values rather than just using plot?
I want to have any image, pick a column pixel at the bottom of the image, specify an angle and a width and draw a stripe in that direction - for example the (quite excellent) picture below:
I pick a pixel (blue cross) and an angle (red) and draw a line with a width specified.
I had a google around with matlab functions but could only find things like plot. Many thanks!