Search code examples
c++opencvbuildcompilationaugmented-reality

ArUco program from scratch


I'm using the ArUco library with OpenCV (more information here) but I can't find a way to build and run a program from scratch.

Once I installed the library I have access to different examples but if I want for instance to create a new file and add the library headers inside it, how can I compile and run it ? (with a command line or IDE, anything is fine)

Thank you


Solution

  • I sent and email to the library's author and he added clear instructions at the end of the project webpage :)