Package boofcv.io.wrapper.images
-
Class Summary Class Description BufferedFileImageSequence<T extends ImageBase<T>> Loads or plays a sequence of buffered images.ImageStreamSequence<T extends ImageBase<T>> Given a sequence of images encoded withCombineFilesTogether
, it will read the files from the stream and decode them.JpegByteImageSequence<T extends ImageBase<T>> Create a sequence from an array of jpeg images in byte[] array format.LoadFileImageSequence<T extends ImageBase<T>> Loads all the images in a directory that have the specified suffix.LoadFileImageSequence2<T extends ImageBase<T>> Loads and optionally scales all the images in a list.MjpegStreamSequence<T extends ImageBase<T>> 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.