Open keremakinli opened 4 years ago
First I had installed OpenCV 3.0 and that was the problem. Now I get results with OpenCV 3.4.
Btw, I had tried 4.2 as well, initially. Then, even the build was unsuccessful. A lot of variable names have been changed since 3.4.
hi, could you please send me one copy of the dataset ? thank your very much. My email address is gary.brillstar@gmail.com
Hello, I also encountered the same problem, how did you solve it?
First I had installed OpenCV 3.0 and that was the problem. Now I get results with OpenCV 3.4.
Btw, I had tried 4.2 as well, initially. Then, even the build was unsuccessful. A lot of variable names have been changed since 3.4.
Hi, which version of OpenCV do you use? I use version 3.4.14, but it gives me "no LineSegmentDetector error", so i use FastLineDetector instead, this time it compiles successful, but no result is output in "0_results ".
First I had installed OpenCV 3.0 and that was the problem. Now I get results with OpenCV 3.4. Btw, I had tried 4.2 as well, initially. Then, even the build was unsuccessful. A lot of variable names have been changed since 3.4.
Hi, which version of OpenCV do you use? I use version 3.4.14, but it gives me "no LineSegmentDetector error", so i use FastLineDetector instead, this time it compiles successful, but no result is output in "0_results ".
Hello, I used opencv310 to experiment successfully in release mode, but switched to debug mode, the code running ended in a loop and no error was reported
I have built the repo successfully and ran the program with the 7 different given image folders but what I get is "debugs". I can see the feature pairs and a line result in the debug folder. A folder in 0_results also gets created but it's empty inside. Did anyone else experience this?