mirror of
https://github.com/modelec/detection_pot.git
synced 2026-01-18 16:47:33 +01:00
update for 4.6
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user