public interface SimpleImageSequence<T extends boofcv.struct.image.ImageBase>
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Call when done reading the image sequence.
|
int |
getFrameNumber()
Returns the number of the current frame in the sequence.
|
<InternalImage> |
getGuiImage()
Returns the image in the original format that it was read in as.
|
boofcv.struct.image.ImageType<T> |
getImageType()
Returns the type of class used to store the output image
|
int |
getNextHeight()
Returns the height of the next image
|
int |
getNextWidth()
Returns the width of the next image
|
boolean |
hasNext()
If a new image is available.
|
T |
next()
Returns the next image available in the sequence.
|
void |
reset()
Start reading the sequence from the start
|
void |
setLoop(boolean loop)
Sets if the video should loop or not
|
int getNextWidth()
int getNextHeight()
boolean hasNext()
T next()
<InternalImage> InternalImage getGuiImage()
void close()
int getFrameNumber()
void setLoop(boolean loop)
loop - true for looping forever, false for onceboofcv.struct.image.ImageType<T> getImageType()
void reset()