hengli / camodocal

CamOdoCal: Automatic Intrinsic and Extrinsic Calibration of a Rig with Multiple Generic Cameras and Odometry
Other
1.18k stars 390 forks source link

intrinsic_calib not found in bin directory #81

Closed ptzu closed 6 years ago

ptzu commented 6 years ago

Hi, I followed the step in readme, and I successfully built the code. Then I tried to run example, but I can't find intrinsic_calib and stereo_calib exec file. There are only dbow2_demo and train_voctree. Did I miss anything? Thanks.

GUO-W commented 6 years ago

@abcd40404 same error. Have you solved it yet?

ptzu commented 6 years ago

@GUO-W Nope.

yuyadanyadan commented 6 years ago

need to use the opencv > 3.0.0 with cuda and opencv_contrib

ptzu commented 6 years ago

@yuyadanyadan Thanks for reply, it works.

TengFeiHan0 commented 5 years ago

@abcd40404 I got the same error and followed your instructions to install opencv_contrib,opencv and cuda. Screenshot from 2019-08-07 17-02-26

However,

Looking for C++ include opencv2/face/facerec.hpp
-- Looking for C++ include opencv2/face/facerec.hpp - not found
-- OPENCV_CONTRIB NOT PRESENT, DISABLING LOTS OF FUNCTIONALITY, SEE https://github.com/opencv/opencv_contrib
-- Looking for C++ include opencv2/xfeatures2d/nonfree.hpp
-- Looking for C++ include opencv2/xfeatures2d/nonfree.hpp - not found
-- OPENCV_XFEATURES2D_NONFREE NOT PRESENT, DISABLING LOTS OF FUNCTIONALITY, SEE https://github.com/opencv/opencv_contrib
-- Looking for C++ include opencv2/cudafeatures2d.hpp
-- Looking for C++ include opencv2/cudafeatures2d.hpp - not found
-- OPENCV_CUDAFEATURES2D NOT PRESENT, DISABLING LOTS OF FUNCTIONALITY

these warnings still exist. If possible, could you give me suggestions? @GUO-W @yuyadanyadan

TrinhNC commented 4 years ago

@TengFeiHan0 have you solved this problem?

Tetsujinfr commented 3 years ago

Getting same issue with opencv contrib not present while I definitely have it and I am using it in other projects.

Looking for a solution but by any chance did anyone fix this one already?