Class ImplGridRansacLineDetector_F32

java.lang.Object
boofcv.alg.feature.detect.line.GridRansacLineDetector<GrayF32>
boofcv.alg.feature.detect.line.gridline.ImplGridRansacLineDetector_F32

public class ImplGridRansacLineDetector_F32 extends GridRansacLineDetector<GrayF32>
Implementation of GridRansacLineDetector for GrayF32
  • 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: GridRansacLineDetector
      Computes edgel information for pixels which have been flagged inside a region
      Specified by:
      detectEdgels in class GridRansacLineDetector<GrayF32>
      x0 - offset of region top left corner
      y0 - offset of region top left corner
      derivX - contains image derivative x-axis
      derivY - contains image derivative y-axis
      binaryEdges - Mark indicting which pixels are edges along a line