Class GridLineModelFitter

java.lang.Object
boofcv.alg.feature.detect.line.gridline.GridLineModelFitter
All Implemented Interfaces:
ModelGenerator<LinePolar2D_F32,Edgel>

public class GridLineModelFitter extends Object implements ModelGenerator<LinePolar2D_F32,Edgel>
Used by GridRansacLineDetector to fit edgels inside a region to a line. If only two Edgels are considered then their angles are checked for consistency. If the orientations are too different then the match is discarded.