Uses of Class
boofcv.struct.feature.MatrixOfList
Packages that use MatrixOfList
-
Uses of MatrixOfList in boofcv.alg.feature.detect.line
Methods in boofcv.alg.feature.detect.line that return MatrixOfListModifier and TypeMethodDescriptionGridRansacLineDetector.getFoundLines()
Returns all the found line segments contained in a grid.Methods in boofcv.alg.feature.detect.line with parameters of type MatrixOfListModifier and TypeMethodDescriptionvoid
ConnectLinesGrid.process
(MatrixOfList<LineSegment2D_F32> grid) static void
LineImageOps.pruneClutteredGrids
(MatrixOfList<LineSegment2D_F32> lines, int threshold)