Uses of Class
boofcv.io.image.PolygonRegion
-
Uses of PolygonRegion in boofcv.io.image
Modifier and TypeMethodDescriptionstatic GrayS32
ConvertLabeledImageFormats.convert
(List<PolygonRegion> regions, int width, int height, @Nullable GrayS32 output) Converts from a set of polygon regions into a labeled image.static void
LabeledImagePolygonCodec.decode
(InputStream reader, ImageDimension shape, DogArray<PolygonRegion> regions) Decodes the stream and reads the labeled imagestatic void
LabeledImagePolygonCodec.encode
(List<PolygonRegion> regions, int width, int height, OutputStream writer, String... comments) Saves polygon regions which have been used to label an image.