- epouchs
ref epouchs(int epouchs)
Undocumented in source. Be warned that the author may not have intended to support it.
- iterations
ref iterations(int iters)
Undocumented in source. Be warned that the author may not have intended to support it.
- minCurve
ref minCurve(int minimalCurve)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCall
auto opCall(Slice!(kind, [2], T*) image)
Run RHT using non-zero points in image as edge points.
- opCall
auto opCall(Slice!(kind, [2], T*) image, Range points)
Run RHT using prepopullated array of edge points (that may be filtered beforehand).
- threshold
ref threshold(int threshold)
Set threshold for a curve to be considered in an accumulator
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.