Package boofcv.javacv
Class UtilOpenCV
java.lang.Object
boofcv.javacv.UtilOpenCV
Various utility functions for working with OpenCV
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CameraPinholeBrownloadPinholeRadial(String fileName) Loads a pinhole camera model with radian and tangential distortion in OpenCV formatstatic voidsave(CameraPinholeBrown model, String fileName) static org.bytedeco.javacpp.opencv_core.MattoMat(DMatrixRMaj in)
-
Constructor Details
-
UtilOpenCV
public UtilOpenCV()
-
-
Method Details
-
loadPinholeRadial
Loads a pinhole camera model with radian and tangential distortion in OpenCV format- Parameters:
fileName- path to file- Returns:
- CameraPinholeRadial
-
save
-
toMat
-