Marie-Neige Chapel
Marie-Neige Chapel
You have to do export LD_LIBRARY_PATH=$(pwd)/lib:/usr/lib before running Octave
Hello. I got the same problem about the imshow in DualSGM.cpp. In the run_test function in the main.cpp file, I plot the size of the new frame and sometimes the...
It seems that the function nextImagePathForIndex is the problem. I changed the function by: ``` std::string nextImagePathForIndex(int i) { char buff[100]; sprintf(buff, "%sin%06d.jpg", PATH, i); std::string buffAsStdStr = buff; return...