|
|
@ -89,9 +89,11 @@ using namespace cv; |
|
|
|
|
|
|
|
|
|
|
|
using namespace cv::segmentation; // FIXIT
|
|
|
|
using namespace cv::segmentation; // FIXIT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef HAVE_OPENCV_OBJDETECT |
|
|
|
using namespace cv::aruco; |
|
|
|
using namespace cv::aruco; |
|
|
|
typedef aruco::DetectorParameters aruco_DetectorParameters; |
|
|
|
typedef aruco::DetectorParameters aruco_DetectorParameters; |
|
|
|
typedef QRCodeDetectorAruco::Params QRCodeDetectorAruco_Params; |
|
|
|
typedef QRCodeDetectorAruco::Params QRCodeDetectorAruco_Params; |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#ifdef HAVE_OPENCV_DNN |
|
|
|
#ifdef HAVE_OPENCV_DNN |
|
|
|
using namespace cv::dnn; |
|
|
|
using namespace cv::dnn; |
|
|
|