boofcv.io.video
Class DynamicVideoInterface
- java.lang.Object
-
- boofcv.io.video.DynamicVideoInterface
-
- All Implemented Interfaces:
- VideoInterface
public class DynamicVideoInterface extends java.lang.Object implements VideoInterface
This video interface attempts to load a native reader. If that fails, jcodec, if that fails it just uses the built in video types.
-
-
Constructor Summary
Constructors Constructor and Description DynamicVideoInterface()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description <T extends ImageBase>
SimpleImageSequence<T>load(java.lang.String fileName, ImageType<T> imageType)static VideoInterfaceloadManager(java.lang.String pathToManager)Loads the specified defaultVideoInterface.
-
-
-
Method Detail
-
load
public <T extends ImageBase> SimpleImageSequence<T> load(java.lang.String fileName, ImageType<T> imageType)
- Specified by:
loadin interfaceVideoInterface
-
loadManager
public static VideoInterface loadManager(java.lang.String pathToManager)
Loads the specified defaultVideoInterface.- Returns:
- Video interface
-
-
DataMelt 3.0 © DataMelt by jWork.ORG