Package boofcv.io.image
package boofcv.io.image
-
ClassDescriptionFunctions for converting to and from
BufferedImage
.Functions for converting image formats that don't cleanly fit into any other locationFunctions for converting between different labeled image formats.Routines for converting to and fromBufferedImage
that use its internal raster for better performance.ImageFileListIterator<T extends ImageBase<T>>Iterator that returns images loaded from diskFor reading and writing images which have been labeled with polygon regions.Encodes a labeled image using Run Line Encoding (RLE) to reduce file size.Implementation ofLookUpImages
that converts the name into an integer.The image ID or name is assumed to the path to the imageLookUpImageListByIndex<Image extends ImageBase<Image>>Implementation ofLookUpImages
that converts the name into an integer and grabs images from memory.Describes region inside an image using a polygon and a regionID.SimpleImageSequence<T extends ImageBase<T>>Simplified interface for reading in a sequence of images.Class for loading and saving images.