hough_transform
hough_transform
Original image
Components of Sobel
vertical operators
Components of
Sobel horizontal
operators
Linking points with:-
Gradient value > 25
Gradient directions did not differ by
more than 15%
Further Processing
Short breaks are closed
Remove isolated
segments
EDGE LINKING AND
BOUNDARY DETECTION
USING HOUGH
TRANSFORM
The Hough transform is a technique which
can be used to isolate features of a particular
shape within an image.
Hough transform is most
commonly used for the detection of
regular curves such as lines, circles,
ellipses, etc.
The main advantage of the Hough
transform technique is that it is tolerant
of gaps in feature boundary descriptions
and is relatively unaffected by image
noise.
Hough
Cartecian xy
coordinate
Expected ranges of
(ρ,θ) Each of the cells
first initialized to
zero
Hough
(x-a)2+(y-b)2=r2