Class ImplGridRansacLineDetector_F32
java.lang.Object
boofcv.alg.feature.detect.line.GridRansacLineDetector<GrayF32>
boofcv.alg.feature.detect.line.gridline.ImplGridRansacLineDetector_F32
Implementation of
GridRansacLineDetector for GrayF32-
Field Summary
Fields inherited from class boofcv.alg.feature.detect.line.GridRansacLineDetector
edgels, maxDetectLines, minInlierSize, regionSize -
Constructor Summary
ConstructorsConstructorDescriptionImplGridRansacLineDetector_F32(int regionSize, int maxDetectLines, ModelMatcher<LinePolar2D_F32, Edgel> robustMatcher) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddetectEdgels(int index0, int x0, int y0, GrayF32 derivX, GrayF32 derivY, GrayU8 binaryEdges) Computes edgel information for pixels which have been flagged inside a regionMethods inherited from class boofcv.alg.feature.detect.line.GridRansacLineDetector
getFoundLines, process
-
Constructor Details
-
ImplGridRansacLineDetector_F32
public ImplGridRansacLineDetector_F32(int regionSize, int maxDetectLines, ModelMatcher<LinePolar2D_F32, Edgel> robustMatcher)
-
-
Method Details
-
detectEdgels
protected void detectEdgels(int index0, int x0, int y0, GrayF32 derivX, GrayF32 derivY, GrayU8 binaryEdges) Description copied from class:GridRansacLineDetectorComputes edgel information for pixels which have been flagged inside a region- Specified by:
detectEdgelsin classGridRansacLineDetector<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
-