Uses of Class
boofcv.alg.filter.binary.Contour
-
Uses of Contour in boofcv.alg.filter.binary
Modifier and TypeMethodDescriptionBinaryImageOps.contour
(GrayU8 input, ConnectRule rule, @Nullable GrayS32 output) Given a binary image, connect together pixels to form blobs/clusters using the specified connectivity rule.BinaryImageOps.contourExternal
(GrayU8 input, ConnectRule rule) Finds the external contours only in the imageBinaryImageOps.convertContours
(BinaryContourInterface alg) -
Uses of Contour in boofcv.gui.binary
Modifier and TypeMethodDescriptionstatic void
VisualizeBinaryData.render
(List<Contour> contours, int[] colors, BufferedImage out) Renders only the external contours.static void
VisualizeBinaryData.render
(List<Contour> contours, @Nullable Color internal, @Nullable Color external, double stroke, double scale, Graphics2D g2) static BufferedImage
VisualizeBinaryData.render
(List<Contour> contours, Color color, BufferedImage out) static BufferedImage
VisualizeBinaryData.renderContours
(List<Contour> contours, @org.jetbrains.annotations.Nullable int[] colorExternal, int colorInternal, int width, int height, @Nullable BufferedImage out) Draws contours.static BufferedImage
VisualizeBinaryData.renderContours
(List<Contour> contours, int colorExternal, int colorInternal, int width, int height, @Nullable BufferedImage out) Draws contours.