Hi @Kiwi_gamer01 ,
May be cv::aruco::detectMarkers() is what you are looking for:
https://docs.opencv.org/4.5.1/d9/d6a/group__aruco.html#gab9159aa69250d8d3642593e508cb6baa
The corners output gives you the four corners of each detected marker.
Hi @Kiwi_gamer01 ,
May be cv::aruco::detectMarkers() is what you are looking for:
https://docs.opencv.org/4.5.1/d9/d6a/group__aruco.html#gab9159aa69250d8d3642593e508cb6baa
The corners output gives you the four corners of each detected marker.