LBD_and_LineMatching
LBD_and_LineMatching copied to clipboard
anny@danny-K46CM:~/LBD_and_LineMatching-master/build$ ./Test_Single_LMA LinesInImage1.png LinesInImage2.png a.png terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_M_construct null not valid 已放弃 (核心已转储) what's wrong with this
/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]:...
hello,I have some questions.What's the meaning of parameters in build/falseLlines.txt and build/eigenVec.txt?
after sudo apt-get install libarpack++2-dev make /usr/include/arpack++/arseig.h:178:14: error: ‘ChangeShift’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
when i use cmake to build this project ,and then i compile that ,i face some problems,and can you give me more details about running on win+VS2013?
hello! I have a question to ask you, I hope you can help me solve it. in CMakelists.txt: TARGET_LINK_LIBRARIES(LineMatchingLib ${OpenCV_LIBS} arpack /usr/lib/x86_64-linux-gnu/libsuperlu.so arpack++) Can you explain the meaning of this...
你好请问为什么会出现这种情况啊是core的问题吗