Various shapes (straight lines, circles, ellipses, etc.) in the image can
be described by a general equation:
A specific 2D image shape can therefore be represented either locally in the
image space by the pixels on the boundary of the shape (such as edge
detection), or globally in the parameter space by the parameters
. These two representations are linked by the Hough transform:
Every point in the 2D image space is transformed to a hyper-surface in
the n-dimensional parameter space;
Every point
in the nD parameter space describes
a specific instance of the shape of interest in the 2D image space.