public class DynamicVideoInterface extends java.lang.Object implements VideoInterface
| Constructor and Description |
|---|
DynamicVideoInterface() |
| Modifier and Type | Method and Description |
|---|---|
<T extends boofcv.struct.image.ImageBase<T>> |
load(java.lang.String fileName,
boofcv.struct.image.ImageType<T> imageType) |
static VideoInterface |
loadManager(java.lang.String pathToManager)
Loads the specified default
VideoInterface. |
public <T extends boofcv.struct.image.ImageBase<T>> SimpleImageSequence<T> load(java.lang.String fileName, boofcv.struct.image.ImageType<T> imageType)
load in interface VideoInterfacepublic static VideoInterface loadManager(java.lang.String pathToManager)
VideoInterface.