Package boofcv.io.image
Class ImageFileListIterator<T extends ImageBase<T>>
java.lang.Object
boofcv.io.image.ImageFileListIterator<T>
- All Implemented Interfaces:
Iterator<T>
Iterator that returns images loaded from disk
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected ImageFileListIterator.HandleException
Called when it encounters image can't be read due to an exception.protected BoofLambdas.Transform<T>
Pre-processing filter that should be applied to the erad in imageprotected T
protected int
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
image
-
paths
-
index
protected int index -
filter
Pre-processing filter that should be applied to the erad in image -
exception
Called when it encounters image can't be read due to an exception.
-
-
Constructor Details
-
ImageFileListIterator
-
-
Method Details