Edge Linking Via Hough Transform
Edge Linking Via Hough Transform
Edge Linking Via Hough Transform
Boundary Detection
• Ideal case:
– Techniques detecting intensity discontinuities
should yield pixels lying only on edges ( or the
boundary between regions).
• Real life:
– The detected set of pixels very rarely
describes a complete edge due to effects
from: noise, breaks in the edge due to non-
uniform illumination.
Edge Linking &
Boundary Detection
• Solution:
f ( x, y ) f ( x, y) T
( x, y ) ( x, y) A
• Problem:
– But: b = -xia + yi
equation of single line on
ab plane
Global Processing via
the Hough Transform
Global Processing via
the Hough Transform
• A line in the (x,y) plane passes through
several points of interest and has a set
of specific (a,b) values.
x cos y sin
Global Processing via
the Hough Transform
• Hough transform is applicable to any
function of the form g(v,c) = 0.
– v: vector of coordinates, c: coefficients.
( x c1 ) 2 ( y c2 ) 2 c32