update for 4.6

This commit is contained in:
ackimixs
2024-01-15 21:33:09 +01:00
parent 068be877ba
commit 6e2f019d68

View File

@@ -55,7 +55,7 @@ int main()
std::vector<int> markerIds;
std::vector<std::vector<cv::Point2f>> markerCorners;
cv::aruco::detectMarkers(frame, dictionary, markerCorners, markerIds, detectorParams);
cv::aruco::detectMarkers(frame, &dictionary, markerCorners, markerIds, &detectorParams);
// 4.9
// detector.detectMarkers(frame, markerCorners, markerIds);