Skip to content

make error in ubuntu #1

@lihan2016nju

Description

@lihan2016nju

Hi, I am trying to run your code to create a disparity map with ubuntu. But when i run the make there are two errors.
So, should I add something in #include ?
Thanks!

[ 82%] Building CXX object CMakeFiles/epipolar.dir/epipolar.cpp.o
/home/panda/Desktop/disparity-map-master/epipolar.cpp: In function ‘void cacheDescriptorVals()’:
/home/panda/Desktop/disparity-map-master/epipolar.cpp:82:3: error: ‘OrbDescriptorExtractor’ was not declared in this scope
   OrbDescriptorExtractor extractor;
   ^
/home/panda/Desktop/disparity-map-master/epipolar.cpp:89:3: error: ‘extractor’ was not declared in this scope
   extractor.compute(img_left, kpl, img_left_desc);
   ^
CMakeFiles/epipolar.dir/build.make:62: recipe for target 'CMakeFiles/epipolar.dir/epipolar.cpp.o' failed
make[2]: *** [CMakeFiles/epipolar.dir/epipolar.cpp.o] Error 1
CMakeFiles/Makefile2:215: recipe for target 'CMakeFiles/epipolar.dir/all' failed
make[1]: *** [CMakeFiles/epipolar.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions