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