Uses of Class
boofcv.alg.feature.detect.edge.EdgeContour
Packages that use EdgeContour
-
Uses of EdgeContour in boofcv.alg.feature.detect.edge
Methods in boofcv.alg.feature.detect.edge that return types with arguments of type EdgeContourModifier and TypeMethodDescriptionCannyEdge.getContours()
HysteresisEdgeTracePoints.getContours()
Returns the found contours. -
Uses of EdgeContour in boofcv.gui.binary
Method parameters in boofcv.gui.binary with type arguments of type EdgeContourModifier and TypeMethodDescriptionstatic BufferedImage
VisualizeBinaryData.renderContours
(List<EdgeContour> edges, @org.jetbrains.annotations.Nullable int[] colors, int width, int height, @Nullable BufferedImage out)