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
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ImageFileListIterator.HandleExceptionCalled 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 Tprotected int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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