use opencv 4.6

This commit is contained in:
ackimixs
2024-04-08 15:42:45 +02:00
parent f11021e61e
commit ffc63b692b

View File

@@ -1,4 +1,4 @@
#include <opencv2/opencv.hpp>
#include <opencv2/aruco.hpp>
int main(int argc, char** argv) {
cv::Ptr<cv::aruco::Dictionary> dictionary = cv::aruco::getPredefinedDictionary(cv::aruco::DICT_4X4_50);