Class ImageStreamSequence<T extends ImageBase<T>>

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

public class ImageStreamSequence<T extends ImageBase<T>> extends Object implements SimpleImageSequence<T>
Given a sequence of images encoded with CombineFilesTogether, it will read the files from the stream and decode them. Only one image is read at a time and if it is initialized from a file the sequence can be restarted.