Image processing and ArUco | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Image processing and ArUco

In open cv , what actually is ArUco ? And how can i use it for image processing using python ?

11th Nov 2019, 7:19 AM
M Harikumar
M Harikumar - avatar
1 Answer
+ 1
Hi M Harikumar. Good question! Here is what I have for you. "The aruco module is based on the ArUco library, a popular library for detection of square fiducial markers developed by Rafael Muñoz and Sergio Garrido:" Regarding the python, I am certain you may find tutorials on the process on the openCV site. Source: https://docs.opencv.org/trunk/d5/dae/tutorial_aruco_detection.html Fiducial Marker definition: "In computer vision, a fiducial marker is a known object which can be easily identified." source: http://boofcv.org/index.php?title=Tutorial_Fiducials
11th Nov 2019, 7:44 AM
Manual
Manual - avatar