A template that bootstraps a full Randomized Hough transform implementation.
The basic primitives required are as follows.
Types: Curve and Key tuples that define curve parameters and accumulator key for the curve.
Functions: curveKey - accumulator key for a curve, onCurve - test if a point is on curve,
fitCurve - fit a curve to a given random access range of points.
A template that bootstraps a full Randomized Hough transform implementation. The basic primitives required are as follows.
Types: Curve and Key tuples that define curve parameters and accumulator key for the curve. Functions: curveKey - accumulator key for a curve, onCurve - test if a point is on curve, fitCurve - fit a curve to a given random access range of points.