Skip navigation links
B C D E F 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<T>> - 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(DataBufferByte, WritableRaster, GrayU8) - Static method in class boofcv.io.image.ConvertRaster
A faster convert that works directly with a specific raster
bufferedToGray(DataBufferUShort, WritableRaster, GrayI16) - Static method in class boofcv.io.image.ConvertRaster
A faster convert that works directly with a specific raster
bufferedToGray(DataBufferByte, WritableRaster, GrayF32) - Static method in class boofcv.io.image.ConvertRaster
A faster convert that works directly with a specific raster
bufferedToGray(BufferedImage, byte[], int, int) - Static method in class boofcv.io.image.ConvertRaster
 

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
 
checkCopy(BufferedImage, BufferedImage) - Static method in class boofcv.io.image.ConvertBufferedImage
Copies the original image into the output image.
checkDeclare(int, int, BufferedImage, int) - Static method in class boofcv.io.image.ConvertBufferedImage
If the provided image does not have the same shape and same type a new one is declared and returned.
checkDeclare(BufferedImage, BufferedImage) - Static method in class boofcv.io.image.ConvertBufferedImage
 
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.
convertFrom(BufferedImage, Class, boolean) - Static method in class boofcv.io.image.ConvertBufferedImage
 
convertFromInterleaved(BufferedImage, ImageInterleaved, boolean) - Static method in class boofcv.io.image.ConvertBufferedImage
 
convertFromPlanar(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 ype.
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.

F

findMatches(File, String) - Static method in class boofcv.io.UtilIO
Looks for file names which match the regex in the directory.
from_1BU8_to_F32(GrayF32, byte[], int, int) - Static method in class boofcv.io.image.ConvertRaster
 
from_1BU8_to_PLF32(Planar<GrayF32>, byte[], int, int) - Static method in class boofcv.io.image.ConvertRaster
 
from_1BU8_to_PLU8(Planar<GrayU8>, byte[], int, int) - Static method in class boofcv.io.image.ConvertRaster
 
from_1BU8_to_U8(GrayU8, byte[], int, int, int, int) - Static method in class boofcv.io.image.ConvertRaster
 
from_3BU8_to_F32(GrayF32, byte[], int, int) - Static method in class boofcv.io.image.ConvertRaster
 
from_3BU8_to_PLF32(Planar<GrayF32>, byte[], int, int) - Static method in class boofcv.io.image.ConvertRaster
 
from_3BU8_to_PLU8(Planar<GrayU8>, byte[], int, int) - Static method in class boofcv.io.image.ConvertRaster
 
from_3BU8_to_U8(GrayU8, byte[], int, int) - Static method in class boofcv.io.image.ConvertRaster
 
from_4BU8_to_F32(GrayF32, byte[], int, int) - Static method in class boofcv.io.image.ConvertRaster
 
from_4BU8_to_PLF32(Planar<GrayF32>, byte[], int, int) - Static method in class boofcv.io.image.ConvertRaster
 
from_4BU8_to_PLU8(Planar<GrayU8>, byte[], int, int) - Static method in class boofcv.io.image.ConvertRaster
 
from_4BU8_to_U8(GrayU8, byte[], int, int) - Static method in class boofcv.io.image.ConvertRaster
 

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
 
getGithubURL(String, String) - Static method in class boofcv.io.UtilIO
 
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
 
getOffset(WritableRaster) - Static method in class boofcv.io.image.ConvertRaster
 
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.
getSourcePath(String, String) - Static method in class boofcv.io.UtilIO
Constructs the path for a source code file residing in the examples or demonstrations directory In the case of the file not being in either directory, an empty string is returned The expected parameters are class.getPackage().getName(), class.getSimpleName()
getString() - Method in class boofcv.io.SimpleStringNumberReader
 

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<T>> - 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
 
indexOfSourceStart(String) - Static method in class boofcv.io.UtilIO
Finds the first javadoc OR the start of the class, which ever comes first.
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
 
isKnownByteFormat(BufferedImage) - Static method in class boofcv.io.image.ConvertBufferedImage
Checks to see if it is a known byte format
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<T>> - 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
 
listAll(String) - Static method in class boofcv.io.UtilIO
 
listByPrefix(String, String) - Static method in class boofcv.io.UtilIO
Loads a list of files with the specified prefix.
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<T>> - 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.

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<T>> - 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_MONO_PLANE - Static variable in class boofcv.io.calibration.CalibrationIO
 
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_RIGID_BODY - Static variable in class boofcv.io.calibration.CalibrationIO
 
MODEL_STEREO - Static variable in class boofcv.io.calibration.CalibrationIO
 
MODEL_VISUAL_DEPTH - Static variable in class boofcv.io.calibration.CalibrationIO
 
monitor - Variable in class boofcv.io.ProgressMonitorThread
 

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(DataBufferByte, WritableRaster, int) - Static method in class boofcv.io.image.ConvertBufferedImage
The image the BufferedImage was created from had RGB or RGBA color order.
orderBandsBufferedFromRGB(DataBufferInt, WritableRaster, 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
 
readAsString(String) - Static method in class boofcv.io.UtilIO
Reads an entire file and converts it into a text string
readAsString(InputStream) - Static method in class boofcv.io.UtilIO
Reads an entire file and converts it into a text string
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(Se3_F64, File) - Static method in class boofcv.io.calibration.CalibrationIO
 
save(Se3_F64, String) - Static method in class boofcv.io.calibration.CalibrationIO
 
save(Se3_F64, Writer) - Static method in class boofcv.io.calibration.CalibrationIO
 
save(VisualDepthParameters, File) - Static method in class boofcv.io.calibration.CalibrationIO
 
save(VisualDepthParameters, String) - Static method in class boofcv.io.calibration.CalibrationIO
 
save(VisualDepthParameters, Writer) - Static method in class boofcv.io.calibration.CalibrationIO
 
save(MonoPlaneParameters, Writer) - 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.
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<T>> - 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
 
stride(WritableRaster) - Static method in class boofcv.io.image.ConvertRaster
 
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

VERSION - Static variable in class boofcv.io.calibration.CalibrationIO
 
VideoCallBack<T extends boofcv.struct.image.ImageBase<T>> - Interface in boofcv.io
Callback for video streams.
VideoController<T extends boofcv.struct.image.ImageBase<T>> - 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 F G H I J L M N O P R S U V W 
Skip navigation links