#include<iostream>#include<opencv2/core.hpp>#include<opencv2/opencv.hpp>#include<opencv2/core/core.hpp>#include<opencv2/objdetect/aruco_detector.hpp>intmain(intargc,charconst*argv[]){//std::cout << "先生成一个aruco marker" << std::endl;//std::cout << "保存生成的aruco marker" << s...