Class MjpegStreamSequence<T extends ImageBase<T>>

java.lang.Object
boofcv.io.wrapper.images.MjpegStreamSequence<T>
All Implemented Interfaces:
SimpleImageSequence<T>

public class MjpegStreamSequence<T extends ImageBase<T>> extends Object implements SimpleImageSequence<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.