public class ImplGridRansacLineDetector_F32 extends GridRansacLineDetector<boofcv.struct.image.GrayF32>
GridRansacLineDetector for GrayF32edgels, maxDetectLines, minInlierSize, regionSize| Constructor and Description |
|---|
ImplGridRansacLineDetector_F32(int regionSize,
int maxDetectLines,
org.ddogleg.fitting.modelset.ModelMatcher<georegression.struct.line.LinePolar2D_F32,Edgel> robustMatcher) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
detectEdgels(int index0,
int x0,
int y0,
boofcv.struct.image.GrayF32 derivX,
boofcv.struct.image.GrayF32 derivY,
boofcv.struct.image.GrayU8 binaryEdges)
Computes edgel information for pixels which have been flagged inside a region
|
getFoundLines, processpublic ImplGridRansacLineDetector_F32(int regionSize,
int maxDetectLines,
org.ddogleg.fitting.modelset.ModelMatcher<georegression.struct.line.LinePolar2D_F32,Edgel> robustMatcher)
protected void detectEdgels(int index0,
int x0,
int y0,
boofcv.struct.image.GrayF32 derivX,
boofcv.struct.image.GrayF32 derivY,
boofcv.struct.image.GrayU8 binaryEdges)
GridRansacLineDetectordetectEdgels in class GridRansacLineDetector<boofcv.struct.image.GrayF32>x0 - offset of region top left cornery0 - offset of region top left cornerderivX - contains image derivative x-axisderivY - contains image derivative y-axisbinaryEdges - Mark indicting which pixels are edges along a line