Has anyone successfully installed OpenCV 3.2.0 with extra modules (opencv_contrib) on Jetson TX2? I cannot get it to build sfm and tracking modules. Outtake from cmake:
- -- Glog: YES
- ...
- -- Module opencv_sfm disabled because the following dependencies are not found: Glog/Gflags
- -- Module opencv_tracking disabled because opencv_dnn dependency can't be resolved!
I installed glog and gflags with:
sudo apt-get install libgflags-dev libgoogle-glog-dev
Best regards, Arvids