OpenCv2.4.13 + Aruco
Hello, I have problem to compile OpenCv with Aruco 2.0.13, i'ts my first time to use Cmake.! So I put link to Aruco in "Source code", and link to build folder. Configure to VS 2013 WIN64 with Specify native compilers, and I have error. I attach in picture.
Please explain to me in a simple way how to compile aruco. I have Windows 10, VS 2013.
I tried to use this guide: Tutorial
I was able to compile everything correctly, I added to the VS 2013 and operates aruco but the library does not have files there aruco.h, cvdrawingutils.h. Only charuco and dictionary
Or how to add these files to the files that I was able to compile from the guide.
it won't work with opencv2.4
please get opencv master (3.1 currently) , and try again.
I get opencv master, and again I put link to Aruco in "Source code", and link to build folder. Then CMake Error at CMakeLists.txt:51 (FIND_PACKAGE): By not providing "FindOpenCV.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "OpenCV", but CMake did not find one.
Could not find a package configuration file provided by "OpenCV" with any of the following names:
So I link to openCV master 3.1 in OPENCV_DIR and again compiel but: Found OpenCV Windows Pack but it has no binaries compatible with your configuration.
I must complie OpenCV-master and add Aruco in opencv_contrib and compile or what?
instead of an outdated 3rd party tutorial, please follow build iinstructions here
currently, it seems:
opencv_contrib/modules
correctly (pointing it at only the aruco folder is wrong)opencv_contrib/modules i compile with openCV, and it's a aruco and work in there but not include aruco.h, cvdrawingutils.h, only aruco.hpp, charuco and dictionary.
That's why I wanted to compile aruco 2.0.13, because there are those files
no idea, why you'd expect it to be otherwise.
wait, can it simply be, the onfusion is about the original aruco lib with the (aruco based) extensions in opencv_contrib, which kinda focus on calibration ?
in that case, - apologies, i probably misread your post entirely.
yes, I want to add oryginal aruco lib, to openCV, but I dont know how.
well, my bad then, sorry for confusion & waste of time.
So unfortunately do not help?