Package boofcv.io.jcodec
Class UtilJCodec
java.lang.Object
boofcv.io.jcodec.UtilJCodec
Help functions for working with JCodec.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
convertToBoof
(org.jcodec.common.model.Picture input, ImageBase output) Converts an image in JCodec format into one in BoofCV format.
-
Constructor Details
-
UtilJCodec
public UtilJCodec()
-
-
Method Details
-
convertToBoof
Converts an image in JCodec format into one in BoofCV format.- Parameters:
input
- JCodec imageoutput
- BoofCV image
-