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