- label - Variable in class boofcv.io.PathLabel
-
- load(String, ImageType<T>) - Method in class boofcv.io.video.BoofMjpegVideo
-
- load(String, ImageType<T>) - Method in interface boofcv.io.video.VideoInterface
-
- LoadFileImageSequence<T extends boofcv.struct.image.ImageSingleBand> - Class in boofcv.io.wrapper.images
-
Loads all the images in a directory that have the specified suffix.
- LoadFileImageSequence(ImageType<T>, String, String) - Constructor for class boofcv.io.wrapper.images.LoadFileImageSequence
-
Will load an image sequence with no modification.
- LoadFileImageSequence(ImageType<T>, String, String, int) - Constructor for class boofcv.io.wrapper.images.LoadFileImageSequence
-
Will load an image sequence and then scale the images
- loadImage(String) - Static method in class boofcv.io.image.UtilImageIO
-
A function that load the specified image.
- loadImage(URL) - Static method in class boofcv.io.image.UtilImageIO
-
A function that load the specified image.
- loadImage(String, Class<T>) - Static method in class boofcv.io.image.UtilImageIO
-
Loads the image and converts into the specified image type.
- loadImages(String, String) - Static method in class boofcv.io.image.UtilImageIO
-
Loads all the image in the specified directory which match the provided regex
- loadLibrary(String) - Static method in class boofcv.io.UtilIO
-
- loadLibrarySmart(String) - Static method in class boofcv.io.UtilIO
-
- loadManager(String) - Static method in class boofcv.io.video.BoofVideoManager
-
- loadManagerDefault() - Static method in class boofcv.io.video.BoofVideoManager
-
- loadPGM(String, BufferedImage) - Static method in class boofcv.io.image.UtilImageIO
-
Loads a PGM image from a file.
- loadPGM(InputStream, BufferedImage) - Static method in class boofcv.io.image.UtilImageIO
-
Loads a PGM image from an InputStream.
- loadPGM_U8(String, ImageUInt8) - Static method in class boofcv.io.image.UtilImageIO
-
Loads a PGM image from an InputStream.
- loadPGM_U8(InputStream, ImageUInt8) - Static method in class boofcv.io.image.UtilImageIO
-
Loads a PGM image from an InputStream.
- loadPPM(String, BufferedImage) - Static method in class boofcv.io.image.UtilImageIO
-
Loads a PPM image from a file.
- loadPPM(InputStream, BufferedImage) - Static method in class boofcv.io.image.UtilImageIO
-
Loads a PPM image from an InputStream.
- loadPPM_U8(String, MultiSpectral<ImageUInt8>, GrowQueue_I8) - Static method in class boofcv.io.image.UtilImageIO
-
Reads a PPM image file directly into a MultiSpectral image.
- loadPPM_U8(InputStream, MultiSpectral<ImageUInt8>, GrowQueue_I8) - Static method in class boofcv.io.image.UtilImageIO
-
Reads a PPM image file directly into a MultiSpectral image.
- loadXML(String) - Static method in class boofcv.io.UtilIO
-
- loadXML(Reader) - Static method in class boofcv.io.UtilIO
-