c++ - Error "namespace cv::aruco has no member :CharucoBoard" -
i trying calibrate cameras using charucoboard (chessboard + aruco) class in c++, getting following error while importing charuco class: ""namespace cv::aruco has no member :charucoboard". in fact, unable import of "charuco" related functionalities. have compiled opencv3.3.0 libraries , able use entire "aruco" class except "charuco" functions. please point me have possible gone wrong there?
Comments
Post a Comment