| Interface | Description |
|---|---|
| ConfigureFileInterface |
Implementers of this interface can be configured using data from an
InputStream |
| MediaManager |
Abstract interface for accessing files, images, and videos.
|
| VideoCallBack<T extends boofcv.struct.image.ImageBase<T>> |
Callback for video streams.
|
| VideoController<T extends boofcv.struct.image.ImageBase<T>> |
Starts processing a video sequence.
|
| Class | Description |
|---|---|
| PathLabel |
Object containing the path to a file and a label that is used to refer to the file
|
| ProgressMonitorThread | |
| SimpleNumberSequenceReader |
Reads one or more lines of pure numbers while skipping over lines which begin with the
comment character.
|
| SimpleStringNumberReader |
Reads one or more lines of pure numbers while skipping over lines which begin with the
comment character.
|
| UtilIO |