MATLAB: How to count number of vertical and horizontal lines in an image using matlab

horizontal linehoughimage processingImage Processing Toolboxvertical line

Hi guys
How do you use hough transform to count number of vertical and horizontal lines that are detected in an image?
Marcus

Best Answer

You detect them and count them. What example from the help are you running?
Related Question