Matlab Image Processing
I'm facing a problem when displaying an image and using hold on
to then开发者_如何学Go plot hough
lines on top of it. I want to store this image in a variable including lines on it and use it further. How can I do that?
You can use the copyobj for this. Or the getframe function if you're making a movie.
精彩评论