Ask Your Question

rm_ein's profile - activity

2020-03-25 09:52:59 -0600 received badge  Enthusiast
2020-02-25 10:43:55 -0600 marked best answer OpenCV 4.2: The method drawFrameAxes​(Mat, Mat, Mat, Mat, Mat, float) is undefined for the type Calib3d

I am using Opencv 4.2 for camera calibration in Android(Java). Want to draw axes on my marker, but I am not able to use the function drawFrameAxes(). Other functions from Calib3d class are visible to the compiler, but I am getting compiler error on using drawFrameAxes(). I checked the jar file as well and it has this function. Does anyone know what might be causing it?

2020-02-25 10:39:35 -0600 commented question OpenCV 4.2: The method drawFrameAxes​(Mat, Mat, Mat, Mat, Mat, float) is undefined for the type Calib3d

Copied the function from JavaDoc, which added a hidden character. The hidden character was not visible in IntelliJ. Type

2020-02-25 07:46:23 -0600 asked a question OpenCV 4.2: The method drawFrameAxes​(Mat, Mat, Mat, Mat, Mat, float) is undefined for the type Calib3d

OpenCV 4.2: The method drawFrameAxes​(Mat, Mat, Mat, Mat, Mat, float) is undefined for the type Calib3d I am using Openc