Package boofcv.io.jcodec
Class JCodecVideoInterface
java.lang.Object
boofcv.io.jcodec.JCodecVideoInterface
- All Implemented Interfaces:
VideoInterface
Instance of
VideoInterface
which uses JCodecSimplified
.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JCodecVideoInterface
public JCodecVideoInterface()
-
-
Method Details
-
load
public <T extends ImageBase<T>> SimpleImageSequence<T> load(String fileName, ImageType<T> imageType) - Specified by:
load
in interfaceVideoInterface
-