Package boofcv.javacv
Class UtilOpenCV
java.lang.Object
boofcv.javacv.UtilOpenCV
Various utility functions for working with OpenCV
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CameraPinholeBrown
loadPinholeRadial
(String fileName) Loads a pinhole camera model with radian and tangential distortion in OpenCV formatstatic void
save
(CameraPinholeBrown model, String fileName) static org.bytedeco.javacpp.opencv_core.Mat
toMat
(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
-