Uses of Class
boofcv.alg.filter.binary.ContourPacked
Packages that use ContourPacked
Package
Description
-
Uses of ContourPacked in boofcv.abst.filter.binary
Methods in boofcv.abst.filter.binary that return types with arguments of type ContourPackedModifier and TypeMethodDescriptionBinaryContourFinderLinearExternal.getContours()
BinaryContourInterface.getContours()
Returns a list of contours/blobs found.BinaryLabelContourFinderChang2004.getContours()
-
Uses of ContourPacked in boofcv.alg.filter.binary
Methods in boofcv.alg.filter.binary that return ContourPackedMethods in boofcv.alg.filter.binary that return types with arguments of type ContourPacked -
Uses of ContourPacked in boofcv.alg.shapes.ellipse
Methods in boofcv.alg.shapes.ellipse that return types with arguments of type ContourPackedModifier and TypeMethodDescriptionBinaryEllipseDetector.getAllContours()
BinaryEllipseDetectorPixel.getContours()
-
Uses of ContourPacked in boofcv.alg.shapes.polygon
Fields in boofcv.alg.shapes.polygon declared as ContourPackedModifier and TypeFieldDescriptionDetectPolygonFromContour.Info.contour
Contour that the shape was fit to.Methods in boofcv.alg.shapes.polygon that return types with arguments of type ContourPackedModifier and TypeMethodDescriptionDetectPolygonBinaryGrayRefine.getAllContours()
DetectPolygonFromContour.getAllContours()