- boofcv.io - package boofcv.io
-
- boofcv.io.calibration - package boofcv.io.calibration
-
- boofcv.io.image - package boofcv.io.image
-
- boofcv.io.video - package boofcv.io.video
-
- boofcv.io.wrapper - package boofcv.io.wrapper
-
- boofcv.io.wrapper.images - package boofcv.io.wrapper.images
-
- BoofMjpegVideo - Class in boofcv.io.video
-
- BoofMjpegVideo() - Constructor for class boofcv.io.video.BoofMjpegVideo
-
- BoofVideoManager - Class in boofcv.io.video
-
Allows a
VideoInterface to be created abstractly without directly referencing
the codec class.
- BoofVideoManager() - Constructor for class boofcv.io.video.BoofVideoManager
-
- BufferedFileImageSequence<T extends boofcv.struct.image.ImageBase> - Class in boofcv.io.wrapper.images
-
Loads or plays a sequence of buffered images.
- BufferedFileImageSequence(ImageType<T>, File, String) - Constructor for class boofcv.io.wrapper.images.BufferedFileImageSequence
-
Will load an image sequence with no modification.
- BufferedFileImageSequence(ImageType<T>, BufferedImage[]) - Constructor for class boofcv.io.wrapper.images.BufferedFileImageSequence
-
- bufferedToGray(ByteInterleavedRaster, GrayU8) - Static method in class boofcv.io.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToGray(ShortInterleavedRaster, GrayI16) - Static method in class boofcv.io.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToGray(ByteInterleavedRaster, GrayF32) - Static method in class boofcv.io.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToGray(SunWritableRaster, GrayU8) - Static method in class boofcv.io.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToGray(SunWritableRaster, GrayF32) - Static method in class boofcv.io.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToGray(IntegerInterleavedRaster, GrayU8) - Static method in class boofcv.io.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToGray(IntegerInterleavedRaster, GrayF32) - Static method in class boofcv.io.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToGray(BufferedImage, GrayU8) - Static method in class boofcv.io.image.ConvertRaster
-
Converts a buffered image into an 8bit intensity image using the
BufferedImage's RGB interface.
- bufferedToGray(BufferedImage, InterleavedU8) - Static method in class boofcv.io.image.ConvertRaster
-
- bufferedToGray(BufferedImage, GrayI16) - Static method in class boofcv.io.image.ConvertRaster
-
Converts a buffered image into an 16bit intensity image using the
BufferedImage's RGB interface.
- bufferedToGray(BufferedImage, GrayF32) - Static method in class boofcv.io.image.ConvertRaster
-
Converts a buffered image into an 8bit intensity image using the
BufferedImage's RGB interface.
- bufferedToGray(BufferedImage, InterleavedF32) - Static method in class boofcv.io.image.ConvertRaster
-
- bufferedToGray(BufferedImage, float[], int, int) - Static method in class boofcv.io.image.ConvertRaster
-
- bufferedToInterleaved(ByteInterleavedRaster, InterleavedF32) - Static method in class boofcv.io.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToInterleaved(ByteInterleavedRaster, InterleavedU8) - Static method in class boofcv.io.image.ConvertRaster
-
- bufferedToInterleaved(SunWritableRaster, InterleavedU8) - Static method in class boofcv.io.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToInterleaved(SunWritableRaster, InterleavedF32) - Static method in class boofcv.io.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToInterleaved(IntegerInterleavedRaster, InterleavedU8) - Static method in class boofcv.io.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToInterleaved(IntegerInterleavedRaster, InterleavedF32) - Static method in class boofcv.io.image.ConvertRaster
-
- bufferedToInterleaved(BufferedImage, InterleavedF32) - Static method in class boofcv.io.image.ConvertRaster
-
- bufferedToInterleaved(BufferedImage, InterleavedU8) - Static method in class boofcv.io.image.ConvertRaster
-
Converts a buffered image into an planar image using the BufferedImage's RGB interface.
- bufferedToMulti_F32(ByteInterleavedRaster, Planar<GrayF32>) - Static method in class boofcv.io.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToMulti_F32(SunWritableRaster, Planar<GrayF32>) - Static method in class boofcv.io.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToMulti_F32(IntegerInterleavedRaster, Planar<GrayF32>) - Static method in class boofcv.io.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToMulti_F32(BufferedImage, Planar<GrayF32>) - Static method in class boofcv.io.image.ConvertRaster
-
Converts a buffered image into an planar image using the BufferedImage's RGB interface.
- bufferedToMulti_U8(ByteInterleavedRaster, Planar<GrayU8>) - Static method in class boofcv.io.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToMulti_U8(SunWritableRaster, Planar<GrayU8>) - Static method in class boofcv.io.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToMulti_U8(IntegerInterleavedRaster, Planar<GrayU8>) - Static method in class boofcv.io.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToMulti_U8(BufferedImage, Planar<GrayU8>) - Static method in class boofcv.io.image.ConvertRaster
-
Converts a buffered image into an planar image using the BufferedImage's RGB interface.
- CalibrationIO - Class in boofcv.io.calibration
-
Functions for loading and saving camera calibration related data structures from/to disk
- CalibrationIO() - Constructor for class boofcv.io.calibration.CalibrationIO
-
- checkInputs(ImageBase, BufferedImage) - Static method in class boofcv.io.image.ConvertBufferedImage
-
If null the dst is declared, otherwise it checks to see if the 'dst' as the same shape as 'src'.
- close() - Method in interface boofcv.io.image.SimpleImageSequence
-
Call when done reading the image sequence.
- close() - Method in class boofcv.io.wrapper.images.BufferedFileImageSequence
-
- close() - Method in class boofcv.io.wrapper.images.ImageStreamSequence
-
- close() - Method in class boofcv.io.wrapper.images.JpegByteImageSequence
-
- close() - Method in class boofcv.io.wrapper.images.LoadFileImageSequence
-
- close() - Method in class boofcv.io.wrapper.images.MjpegStreamSequence
-
- combine(List<String>, String) - Static method in class boofcv.io.video.CombineFilesTogether
-
- CombineFilesTogether - Class in boofcv.io.video
-
Combines a sequence of files together using a simple format.
- CombineFilesTogether() - Constructor for class boofcv.io.video.CombineFilesTogether
-
- configure(String) - Method in interface boofcv.io.ConfigureFileInterface
-
Provides an input stream to the configuration data
- ConfigureFileInterface - Interface in boofcv.io
-
Implementers of this interface can be configured using data from an InputStream
- ConvertBufferedImage - Class in boofcv.io.image
-
Functions for converting to and from BufferedImage.
- ConvertBufferedImage() - Constructor for class boofcv.io.image.ConvertBufferedImage
-
- convertFrom(BufferedImage, T, boolean) - Static method in class boofcv.io.image.ConvertBufferedImage
-
Converts a buffered image into an image of the specified type.
- convertFrom(BufferedImage, boolean, ImageType<T>) - Static method in class boofcv.io.image.ConvertBufferedImage
-
Converts a buffered image into an image of the specified type.
- convertFrom(BufferedImage, boolean, T) - Static method in class boofcv.io.image.ConvertBufferedImage
-
- convertFrom(BufferedImage, GrayU8) - Static method in class boofcv.io.image.ConvertBufferedImage
-
Converts the buffered image into an GrayU8.
- convertFrom(BufferedImage, T, Class<T>) - Static method in class boofcv.io.image.ConvertBufferedImage
-
Converts the buffered image into an GrayI16.
- convertFrom(BufferedImage, GrayF32) - Static method in class boofcv.io.image.ConvertBufferedImage
-
Converts the buffered image into an GrayF32.
- convertFromInterleaved(BufferedImage, ImageInterleaved, boolean) - Static method in class boofcv.io.image.ConvertBufferedImage
-
- convertFromMulti(BufferedImage, Planar<T>, boolean, Class<T>) - Static method in class boofcv.io.image.ConvertBufferedImage
-
Converts the buffered image into an Planar image of the specified
type.
- convertFromSingle(BufferedImage, T, Class<T>) - Static method in class boofcv.io.image.ConvertBufferedImage
-
Converts a buffered image into an image of the specified type.
- ConvertRaster - Class in boofcv.io.image
-
Routines for converting to and from BufferedImage that use its internal
raster for better performance.
- ConvertRaster() - Constructor for class boofcv.io.image.ConvertRaster
-
- convertTo(ImageBase, BufferedImage, boolean) - Static method in class boofcv.io.image.ConvertBufferedImage
-
Converts an image into a BufferedImage.
- convertTo(GrayU8, BufferedImage) - Static method in class boofcv.io.image.ConvertBufferedImage
-
Converts a GrayU8 into a BufferedImage.
- convertTo(GrayI16, BufferedImage) - Static method in class boofcv.io.image.ConvertBufferedImage
-
Converts a GrayI16 into a BufferedImage.
- convertTo(GrayF32, BufferedImage) - Static method in class boofcv.io.image.ConvertBufferedImage
-
Converts the buffered image into an GrayF32.
- convertTo(InterleavedU8, BufferedImage, boolean) - Static method in class boofcv.io.image.ConvertBufferedImage
-
- convertTo(InterleavedF32, BufferedImage, boolean) - Static method in class boofcv.io.image.ConvertBufferedImage
-
- convertTo(JComponent, BufferedImage) - Static method in class boofcv.io.image.ConvertBufferedImage
-
Draws the component into a BufferedImage.
- convertTo_F32(Planar<GrayF32>, BufferedImage, boolean) - Static method in class boofcv.io.image.ConvertBufferedImage
-
Converts a Planar GrayF32 into a BufferedImage.
- convertTo_U8(Planar<GrayU8>, BufferedImage, boolean) - Static method in class boofcv.io.image.ConvertBufferedImage
-
Converts a Planar GrayU8 into a BufferedImage.
- convertToByteArray(InputStream) - Static method in class boofcv.io.video.VideoMjpegCodec
-
- CreateMJpeg - Class in boofcv.io.video
-
- CreateMJpeg() - Constructor for class boofcv.io.video.CreateMJpeg
-
- label - Variable in class boofcv.io.PathLabel
-
- load(URL) - Static method in class boofcv.io.calibration.CalibrationIO
-
- load(File) - Static method in class boofcv.io.calibration.CalibrationIO
-
- load(String) - Static method in class boofcv.io.calibration.CalibrationIO
-
- load(Reader) - Static method in class boofcv.io.calibration.CalibrationIO
-
Loads intrinsic parameters from disk
- load(String) - Static method in class boofcv.io.UtilIO
-
- load(String, ImageType<T>) - Method in class boofcv.io.video.BoofMjpegVideo
-
- load(String, ImageType<T>) - Method in class boofcv.io.video.DynamicVideoInterface
-
- load(String, ImageType<T>) - Method in interface boofcv.io.video.VideoInterface
-
- LoadFileImageSequence<T extends boofcv.struct.image.ImageBase> - 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(String, String) - Static method in class boofcv.io.image.UtilImageIO
-
- 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.
- loadImage(String, String, Class<T>) - Static method in class boofcv.io.image.UtilImageIO
-
- loadImage(File, boolean, ImageType<T>) - Static method in class boofcv.io.image.UtilImageIO
-
- 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
-
- loadManager(String) - Static method in class boofcv.io.video.DynamicVideoInterface
-
- loadManager(String) - Static method in class boofcv.io.wrapper.DynamicWebcamInterface
-
- 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, GrayU8) - Static method in class boofcv.io.image.UtilImageIO
-
Loads a PGM image from an InputStream.
- loadPGM_U8(InputStream, GrayU8) - 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, Planar<GrayU8>, GrowQueue_I8) - Static method in class boofcv.io.image.UtilImageIO
-
Reads a PPM image file directly into a Planar image.
- loadPPM_U8(InputStream, Planar<GrayU8>, GrowQueue_I8) - Static method in class boofcv.io.image.UtilImageIO
-
Reads a PPM image file directly into a Planar image.
- loadXML(URL) - Static method in class boofcv.io.UtilIO
-
- loadXML(String, String) - Static method in class boofcv.io.UtilIO
-
- loadXML(String) - Static method in class boofcv.io.UtilIO
-
- loadXML(Reader) - Static method in class boofcv.io.UtilIO
-