Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 282 Bytes

File metadata and controls

5 lines (5 loc) · 282 Bytes

Aruco_Detection

Simple code to find coordinates of an aruco marker This code captures images through the WebCam and displays the coordinates of the centre of the marker. Centre coordinates are found by averaging out the coordinates of the four corners. Optimizations are welcome.