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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -