LBD_and_LineMatching icon indicating copy to clipboard operation
LBD_and_LineMatching copied to clipboard

image_process(argv[1], argv[2], argv[3], false);

Open sharpenHolic opened this issue 4 years ago • 3 comments

/home/tianbot/LBD_and_LineMatching/Demo_LBD_single.cpp: In function ‘int main(int, char**)’: /home/tianbot/LBD_and_LineMatching/Demo_LBD_single.cpp:21:51: error: could not convert ‘false’ from ‘bool’ to ‘std::__cxx11::string {aka std::__cxx11::basic_string}’ image_process(argv[1], argv[2], argv[3], false); ^ CMakeFiles/Test_Single_LMA.dir/build.make:62: recipe for target 'CMakeFiles/Test_Single_LMA.dir/Demo_LBD_single.cpp.o' failed make[2]: *** [CMakeFiles/Test_Single_LMA.dir/Demo_LBD_single.cpp.o] Error 1 CMakeFiles/Makefile2:141: recipe for target 'CMakeFiles/Test_Single_LMA.dir/all' failed make[1]: *** [CMakeFiles/Test_Single_LMA.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2

I make the project meeting with this problem, can you tell how to deal with it?

sharpenHolic avatar Sep 26 '20 06:09 sharpenHolic

I also encountered this problem. I solved it by replacing false with ”false“.

ccccwb avatar Nov 19 '20 08:11 ccccwb

I also encountered this problem. I solved it by replacing false with ”false“.

it works,thanks!

rick137-1 avatar Oct 13 '21 08:10 rick137-1

it works,thanks!

githubwys avatar Jun 16 '23 03:06 githubwys