Skip navigation links
B C D E G H I J L M N O P R S U V W 

B

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.

C

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
 

D

DefaultMediaManager - Class in boofcv.io.wrapper
 
DefaultMediaManager() - Constructor for class boofcv.io.wrapper.DefaultMediaManager
 
deleteRecursive(File) - Static method in class boofcv.io.UtilIO
Deletes all the file/directory and all of its children
doRun() - Method in class boofcv.io.ProgressMonitorThread
 
DynamicVideoInterface - Class in boofcv.io.video
This video interface attempts to load a native reader.
DynamicVideoInterface() - Constructor for class boofcv.io.video.DynamicVideoInterface
 
DynamicWebcamInterface - Class in boofcv.io.wrapper
 
DynamicWebcamInterface() - Constructor for class boofcv.io.wrapper.DynamicWebcamInterface
 

E

EOI - Static variable in class boofcv.io.video.VideoMjpegCodec
 
extractBuffered(InterleavedU8) - Static method in class boofcv.io.image.ConvertBufferedImage
Creates a new BufferedImage that internally uses the same data as the provided InterleavedU8.
extractBuffered(GrayU8) - Static method in class boofcv.io.image.ConvertBufferedImage
Creates a new BufferedImage that internally uses the same data as the provided GrayU8.
extractGrayU8(BufferedImage) - Static method in class boofcv.io.image.ConvertBufferedImage
For BufferedImage stored as a byte array internally it extracts an image.
extractInterleavedU8(BufferedImage) - Static method in class boofcv.io.image.ConvertBufferedImage
For BufferedImage stored as a byte array internally it extracts an interleaved image.

G

getCommentChar() - Method in class boofcv.io.SimpleNumberSequenceReader
 
getCommentChar() - Method in class boofcv.io.SimpleStringNumberReader
 
getDouble() - Method in class boofcv.io.SimpleStringNumberReader
 
getFileToBase() - Static method in class boofcv.io.UtilIO
 
getFrameNumber() - Method in interface boofcv.io.image.SimpleImageSequence
Returns the number of the current frame in the sequence.
getFrameNumber() - Method in class boofcv.io.wrapper.images.BufferedFileImageSequence
 
getFrameNumber() - Method in class boofcv.io.wrapper.images.ImageStreamSequence
 
getFrameNumber() - Method in class boofcv.io.wrapper.images.JpegByteImageSequence
 
getFrameNumber() - Method in class boofcv.io.wrapper.images.LoadFileImageSequence
 
getFrameNumber() - Method in class boofcv.io.wrapper.images.MjpegStreamSequence
 
getGuiImage() - Method in interface boofcv.io.image.SimpleImageSequence
Returns the image in the original format that it was read in as.
getGuiImage() - Method in class boofcv.io.wrapper.images.BufferedFileImageSequence
 
getGuiImage() - Method in class boofcv.io.wrapper.images.ImageStreamSequence
 
getGuiImage() - Method in class boofcv.io.wrapper.images.JpegByteImageSequence
 
getGuiImage() - Method in class boofcv.io.wrapper.images.LoadFileImageSequence
 
getGuiImage() - Method in class boofcv.io.wrapper.images.MjpegStreamSequence
 
getImageType() - Method in interface boofcv.io.image.SimpleImageSequence
Returns the type of class used to store the output image
getImageType() - Method in class boofcv.io.wrapper.images.BufferedFileImageSequence
 
getImageType() - Method in class boofcv.io.wrapper.images.ImageStreamSequence
 
getImageType() - Method in class boofcv.io.wrapper.images.JpegByteImageSequence
 
getImageType() - Method in class boofcv.io.wrapper.images.LoadFileImageSequence
 
getImageType() - Method in class boofcv.io.wrapper.images.MjpegStreamSequence
 
getIndex() - Method in class boofcv.io.wrapper.images.LoadFileImageSequence
 
getLabel() - Method in class boofcv.io.PathLabel
 
getNextHeight() - Method in interface boofcv.io.image.SimpleImageSequence
Returns the height of the next image
getNextHeight() - Method in class boofcv.io.wrapper.images.BufferedFileImageSequence
 
getNextHeight() - Method in class boofcv.io.wrapper.images.ImageStreamSequence
 
getNextHeight() - Method in class boofcv.io.wrapper.images.JpegByteImageSequence
 
getNextHeight() - Method in class boofcv.io.wrapper.images.LoadFileImageSequence
 
getNextHeight() - Method in class boofcv.io.wrapper.images.MjpegStreamSequence
 
getNextWidth() - Method in interface boofcv.io.image.SimpleImageSequence
Returns the width of the next image
getNextWidth() - Method in class boofcv.io.wrapper.images.BufferedFileImageSequence
 
getNextWidth() - Method in class boofcv.io.wrapper.images.ImageStreamSequence
 
getNextWidth() - Method in class boofcv.io.wrapper.images.JpegByteImageSequence
 
getNextWidth() - Method in class boofcv.io.wrapper.images.LoadFileImageSequence
 
getNextWidth() - Method in class boofcv.io.wrapper.images.MjpegStreamSequence
 
getPath() - Method in class boofcv.io.PathLabel
 
getPath(int) - Method in class boofcv.io.PathLabel
 
getPathToBase() - Static method in class boofcv.io.UtilIO
Steps back until it finds the base BoofCV directory.
getString() - Method in class boofcv.io.SimpleStringNumberReader
 
grayToBuffered(GrayU8, ByteInterleavedRaster) - Static method in class boofcv.io.image.ConvertRaster
 
grayToBuffered(GrayI16, ByteInterleavedRaster) - Static method in class boofcv.io.image.ConvertRaster
 
grayToBuffered(GrayF32, ByteInterleavedRaster) - Static method in class boofcv.io.image.ConvertRaster
 
grayToBuffered(GrayI16, ShortInterleavedRaster) - Static method in class boofcv.io.image.ConvertRaster
 
grayToBuffered(GrayU8, IntegerInterleavedRaster) - Static method in class boofcv.io.image.ConvertRaster
 
grayToBuffered(GrayI16, IntegerInterleavedRaster) - Static method in class boofcv.io.image.ConvertRaster
 
grayToBuffered(GrayF32, IntegerInterleavedRaster) - Static method in class boofcv.io.image.ConvertRaster
 
grayToBuffered(GrayU8, BufferedImage) - Static method in class boofcv.io.image.ConvertRaster
 
grayToBuffered(GrayI16, BufferedImage) - Static method in class boofcv.io.image.ConvertRaster
 
grayToBuffered(GrayF32, BufferedImage) - Static method in class boofcv.io.image.ConvertRaster
 

H

hasNext() - Method in interface boofcv.io.image.SimpleImageSequence
If a new image is available.
hasNext() - Method in class boofcv.io.wrapper.images.BufferedFileImageSequence
True if there is another image to read and false if there are no more.
hasNext() - Method in class boofcv.io.wrapper.images.ImageStreamSequence
 
hasNext() - Method in class boofcv.io.wrapper.images.JpegByteImageSequence
 
hasNext() - Method in class boofcv.io.wrapper.images.LoadFileImageSequence
True if there is another image to read and false if there are no more.
hasNext() - Method in class boofcv.io.wrapper.images.MjpegStreamSequence
 

I

ImageStreamSequence<T extends boofcv.struct.image.ImageBase> - Class in boofcv.io.wrapper.images
Given a sequence of images encoded with CombineFilesTogether, it will read the files from the stream and decode them.
ImageStreamSequence(InputStream, boolean, ImageType<T>) - Constructor for class boofcv.io.wrapper.images.ImageStreamSequence
 
ImageStreamSequence(String, boolean, ImageType<T>) - Constructor for class boofcv.io.wrapper.images.ImageStreamSequence
 
init(int, int, ImageType<T>) - Method in interface boofcv.io.VideoCallBack
Called when the camera has been initialized and the image properties are known.
INSTANCE - Static variable in class boofcv.io.wrapper.DefaultMediaManager
 
interleavedToBuffered(InterleavedU8, IntegerInterleavedRaster) - Static method in class boofcv.io.image.ConvertRaster
 
interleavedToBuffered(InterleavedU8, ByteInterleavedRaster) - Static method in class boofcv.io.image.ConvertRaster
 
interleavedToBuffered(InterleavedU8, BufferedImage) - Static method in class boofcv.io.image.ConvertRaster
 
interleavedToBuffered(InterleavedF32, IntegerInterleavedRaster) - Static method in class boofcv.io.image.ConvertRaster
 
interleavedToBuffered(InterleavedF32, ByteInterleavedRaster) - Static method in class boofcv.io.image.ConvertRaster
 
interleavedToBuffered(InterleavedF32, BufferedImage) - Static method in class boofcv.io.image.ConvertRaster
 
isLoop() - Method in class boofcv.io.wrapper.images.LoadFileImageSequence
 
isString() - Method in class boofcv.io.SimpleStringNumberReader
 
isSubImage(BufferedImage) - Static method in class boofcv.io.image.ConvertBufferedImage
Checks to see if the input image is a subImage().

J

JpegByteImageSequence<T extends boofcv.struct.image.ImageBase> - Class in boofcv.io.wrapper.images
Create a sequence from an array of jpeg images in byte[] array format.
JpegByteImageSequence(ImageType<T>, List<byte[]>, boolean) - Constructor for class boofcv.io.wrapper.images.JpegByteImageSequence
 
JpegByteImageSequence(Class<T>, List<byte[]>, boolean) - Constructor for class boofcv.io.wrapper.images.JpegByteImageSequence
 

L

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
Loads the specified default VideoInterface.
loadManager(String) - Static method in class boofcv.io.video.DynamicVideoInterface
Loads the specified default VideoInterface.
loadManager(String) - Static method in class boofcv.io.wrapper.DynamicWebcamInterface
Loads the specified default VideoInterface.
loadManagerDefault() - Static method in class boofcv.io.video.BoofVideoManager
Loads the default VideoInterface.
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
 

M

main(String[]) - Static method in class boofcv.io.video.CombineFilesTogether
 
main(String[]) - Static method in class boofcv.io.video.CreateMJpeg
 
main(String[]) - Static method in class boofcv.io.wrapper.images.ImageStreamSequence
 
MediaManager - Interface in boofcv.io
Abstract interface for accessing files, images, and videos.
MjpegStreamSequence<T extends boofcv.struct.image.ImageBase> - Class in boofcv.io.wrapper.images
Instead of loading and decompressing the whole MJPEG at once, it loads the images one at a time until it reaches the end of the file.
MjpegStreamSequence(InputStream, ImageType<T>) - Constructor for class boofcv.io.wrapper.images.MjpegStreamSequence
 
MjpegStreamSequence(String, ImageType<T>) - Constructor for class boofcv.io.wrapper.images.MjpegStreamSequence
 
MODEL_OMNIDIRECTIONAL_UNIVERSAL - Static variable in class boofcv.io.calibration.CalibrationIO
 
MODEL_PINHOLE - Static variable in class boofcv.io.calibration.CalibrationIO
 
MODEL_PINHOLE_RADIAL_TAN - Static variable in class boofcv.io.calibration.CalibrationIO
 
MODEL_STEREO - Static variable in class boofcv.io.calibration.CalibrationIO
 
monitor - Variable in class boofcv.io.ProgressMonitorThread
 
multToBuffered_F32(Planar<GrayF32>, ByteInterleavedRaster) - Static method in class boofcv.io.image.ConvertRaster
 
multToBuffered_F32(Planar<GrayF32>, IntegerInterleavedRaster) - Static method in class boofcv.io.image.ConvertRaster
 
multToBuffered_F32(Planar<GrayF32>, BufferedImage) - Static method in class boofcv.io.image.ConvertRaster
 
multToBuffered_U8(Planar<GrayU8>, ByteInterleavedRaster) - Static method in class boofcv.io.image.ConvertRaster
 
multToBuffered_U8(Planar<GrayU8>, IntegerInterleavedRaster) - Static method in class boofcv.io.image.ConvertRaster
 
multToBuffered_U8(Planar<GrayU8>, BufferedImage) - Static method in class boofcv.io.image.ConvertRaster
 

N

next() - Method in interface boofcv.io.image.SimpleImageSequence
Returns the next image available in the sequence.
next() - Method in class boofcv.io.SimpleStringNumberReader
 
next() - Method in class boofcv.io.wrapper.images.BufferedFileImageSequence
Loads the next image into a BufferedImage and returns it.
next() - Method in class boofcv.io.wrapper.images.ImageStreamSequence
 
next() - Method in class boofcv.io.wrapper.images.JpegByteImageSequence
 
next() - Method in class boofcv.io.wrapper.images.LoadFileImageSequence
Loads the next image into a BufferedImage and returns it.
next() - Method in class boofcv.io.wrapper.images.MjpegStreamSequence
 
nextDouble() - Method in class boofcv.io.SimpleStringNumberReader
 
nextFrame(T, Object, long) - Method in interface boofcv.io.VideoCallBack
Passes in the next frame in the sequence.
nextString() - Method in class boofcv.io.SimpleStringNumberReader
 

O

open(String, int, int, ImageType<T>) - Method in class boofcv.io.wrapper.DynamicWebcamInterface
 
open(String, int, int, ImageType<T>) - Method in interface boofcv.io.wrapper.WebcamInterface
 
openCamera(String, int, int, ImageType<T>) - Method in interface boofcv.io.MediaManager
Opens the specified webcam.
openCamera(String, int, int, ImageType<T>) - Method in class boofcv.io.wrapper.DefaultMediaManager
 
openFile(String) - Method in interface boofcv.io.MediaManager
 
openFile(String) - Method in class boofcv.io.wrapper.DefaultMediaManager
 
openImage(String) - Method in interface boofcv.io.MediaManager
 
openImage(String) - Method in class boofcv.io.wrapper.DefaultMediaManager
 
openVideo(String, ImageType<T>) - Method in interface boofcv.io.MediaManager
 
openVideo(String, ImageType<T>) - Method in class boofcv.io.wrapper.DefaultMediaManager
 
orderBandsBufferedFromRGB(ByteInterleavedRaster, int) - Static method in class boofcv.io.image.ConvertBufferedImage
The image the BufferedImage was created from had RGB or RGBA color order.
orderBandsBufferedFromRGB(IntegerInterleavedRaster, int) - Static method in class boofcv.io.image.ConvertBufferedImage
The image the BufferedImage was created from had RGB or RGBA color order.
orderBandsBufferedFromRgb(Planar<T>, BufferedImage) - Static method in class boofcv.io.image.ConvertBufferedImage
 
orderBandsIntoBuffered(Planar, BufferedImage) - Static method in class boofcv.io.image.ConvertBufferedImage
Returns a new image with the color bands in the appropriate ordering.
orderBandsIntoRGB(Planar<T>, BufferedImage) - Static method in class boofcv.io.image.ConvertBufferedImage
If a Planar was created from a BufferedImage its colors might not be in the expected order.
orderBandsIntoRGB(ImageInterleaved, BufferedImage) - Static method in class boofcv.io.image.ConvertBufferedImage
 
orderBandsIntoRGB(InterleavedU8, BufferedImage) - Static method in class boofcv.io.image.ConvertBufferedImage
 
orderBandsIntoRGB(InterleavedF32, BufferedImage) - Static method in class boofcv.io.image.ConvertBufferedImage
 

P

path - Variable in class boofcv.io.PathLabel
 
path(String) - Static method in class boofcv.io.UtilIO
Searches for the root BoofCV directory and returns an absolute path from it.
pathExample(String) - Static method in class boofcv.io.UtilIO
Returns an absolute path to the file that is relative to the example directory
PathLabel - Class in boofcv.io
Object containing the path to a file and a label that is used to refer to the file
PathLabel(String, String) - Constructor for class boofcv.io.PathLabel
 
PathLabel(String, String...) - Constructor for class boofcv.io.PathLabel
Specifies a label with multiple paths.
ProgressMonitorThread - Class in boofcv.io
 
ProgressMonitorThread(ProgressMonitor) - Constructor for class boofcv.io.ProgressMonitorThread
 

R

read(Reader) - Method in class boofcv.io.SimpleNumberSequenceReader
 
read(Reader) - Method in class boofcv.io.SimpleStringNumberReader
 
read(InputStream) - Method in class boofcv.io.video.VideoMjpegCodec
 
readFrame(DataInputStream) - Method in class boofcv.io.video.VideoMjpegCodec
Read a single frame at a time
readNext(DataInputStream, GrowQueue_I8) - Static method in class boofcv.io.video.CombineFilesTogether
 
remainingTokens() - Method in class boofcv.io.SimpleStringNumberReader
 
reset() - Method in interface boofcv.io.image.SimpleImageSequence
Start reading the sequence from the start
reset() - Method in class boofcv.io.wrapper.images.BufferedFileImageSequence
 
reset() - Method in class boofcv.io.wrapper.images.ImageStreamSequence
 
reset() - Method in class boofcv.io.wrapper.images.JpegByteImageSequence
 
reset() - Method in class boofcv.io.wrapper.images.LoadFileImageSequence
 
reset() - Method in class boofcv.io.wrapper.images.MjpegStreamSequence
 
run() - Method in class boofcv.io.ProgressMonitorThread
 

S

save(T, Writer) - Static method in class boofcv.io.calibration.CalibrationIO
Saves intrinsic camera model to disk
save(T, String) - Static method in class boofcv.io.calibration.CalibrationIO
 
save(T, File) - Static method in class boofcv.io.calibration.CalibrationIO
 
save(StereoParameters, Writer) - Static method in class boofcv.io.calibration.CalibrationIO
Saves stereo camera model to disk
save(StereoParameters, String) - Static method in class boofcv.io.calibration.CalibrationIO
 
save(StereoParameters, File) - Static method in class boofcv.io.calibration.CalibrationIO
 
save(Object, String) - Static method in class boofcv.io.UtilIO
 
saveImage(BufferedImage, String) - Static method in class boofcv.io.image.UtilImageIO
Saves the BufferedImage to the specified file.
saveImage(ImageBase, String) - Static method in class boofcv.io.image.UtilImageIO
Saves the BoofCV formatted image.
savePGM(GrayU8, String) - Static method in class boofcv.io.image.UtilImageIO
Saves an image in PGM format.
savePPM(Planar<GrayU8>, String, GrowQueue_I8) - Static method in class boofcv.io.image.UtilImageIO
Saves an image in PPM format.
saveXML(Object, String) - Static method in class boofcv.io.UtilIO
 
selectFile(boolean) - Static method in class boofcv.io.UtilIO
Opens up a dialog box asking the user to select a file.
setIndex(int) - Method in class boofcv.io.wrapper.images.LoadFileImageSequence
 
setLoop(boolean) - Method in interface boofcv.io.image.SimpleImageSequence
Sets if the video should loop or not
setLoop(boolean) - Method in class boofcv.io.wrapper.images.BufferedFileImageSequence
 
setLoop(boolean) - Method in class boofcv.io.wrapper.images.ImageStreamSequence
 
setLoop(boolean) - Method in class boofcv.io.wrapper.images.JpegByteImageSequence
 
setLoop(boolean) - Method in class boofcv.io.wrapper.images.LoadFileImageSequence
 
setLoop(boolean) - Method in class boofcv.io.wrapper.images.MjpegStreamSequence
 
SimpleImageSequence<T extends boofcv.struct.image.ImageBase> - Interface in boofcv.io.image
Simplified interface for reading in a sequence of images.
SimpleNumberSequenceReader - Class in boofcv.io
Reads one or more lines of pure numbers while skipping over lines which begin with the comment character.
SimpleNumberSequenceReader(char) - Constructor for class boofcv.io.SimpleNumberSequenceReader
 
SimpleStringNumberReader - Class in boofcv.io
Reads one or more lines of pure numbers while skipping over lines which begin with the comment character.
SimpleStringNumberReader(char) - Constructor for class boofcv.io.SimpleStringNumberReader
 
SOI - Static variable in class boofcv.io.video.VideoMjpegCodec
 
start(String, int, int, VideoCallBack<T>) - Method in interface boofcv.io.VideoController
 
stopped() - Method in interface boofcv.io.VideoCallBack
Called when the video stream has stopped.
stopRequested() - Method in interface boofcv.io.VideoCallBack
Used to inform the video stream if a request has been made to stop processing the video sequence.
stopThread() - Method in class boofcv.io.ProgressMonitorThread
 
stripAlphaChannel(BufferedImage) - Static method in class boofcv.io.image.ConvertBufferedImage
Returns an image which doesn't have an alpha channel.

U

UtilImageIO - Class in boofcv.io.image
Class for loading and saving images.
UtilImageIO() - Constructor for class boofcv.io.image.UtilImageIO
 
UtilIO - Class in boofcv.io
 
UtilIO() - Constructor for class boofcv.io.UtilIO
 

V

VideoCallBack<T extends boofcv.struct.image.ImageBase> - Interface in boofcv.io
Callback for video streams.
VideoController<T extends boofcv.struct.image.ImageBase> - Interface in boofcv.io
Starts processing a video sequence.
VideoInterface - Interface in boofcv.io.video
Abstract interface for loading video streams.
VideoMjpegCodec - Class in boofcv.io.video
Very simple MJPEG reader
VideoMjpegCodec() - Constructor for class boofcv.io.video.VideoMjpegCodec
 

W

WebcamInterface - Interface in boofcv.io.wrapper
 
B C D E G H I J L M N O P R S U V W 
Skip navigation links