How to reflect vertical projection to orginal image
Show older comments
Hi,
I created and vertical projection of a binary image, I get the local minimas for the projection and want to draw these points on the binary image as * or whatever, the question is how to map the index and value of minima values on the binary image ?
Answers (1)
Image Analyst
on 10 Mar 2013
0 votes
Once you've projected your 2D image into 1D, you'd need to draw a line on the original 2D image with line(). You can put a * with plot() if you want where the lines cross.
Categories
Find more on Biomedical Imaging in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!