Joan Pep Company-Corcoles

Results 7 comments of Joan Pep Company-Corcoles

Hello, I have modified the code for OpenCV3, I think the problem is because OpenCV4 does no more install the deprecated (1.0) c-api header. [ https://answers.opencv.org/question/225224/opencvcvh-not-found/ ]. The previous website...

No sorry, I couldn't solve it.

Hello, I have found the same issue as wangzilongmax. I'm using Ubuntu 18.04, and I have tried with the PCL 1.7 and 1.9. The installation of the PCL has been...

Hello again, the problem persist with the function added. Do you also have this problem? I had some time to debug and I have found that the problem occurs when...

I upload the code and the problem persist. I have the same problem as yanyan-li. The following output is from the ICL-NUIM of_kt0 dataset. img_width = 640 img_height = 480...

Hello, 1. The function size() of OpenCV requires (). You can find the problem https://github.com/yanyan-li/PlanarSLAM/blob/2720f5c112bbb401604623fc3df716936b857894/src/Tracking.cc#L63 2. The problem persists with all the datasets. I think the problem is related to...

Hello, Commenting the following lines in the CMakeLists.txt **solved** the related problem: set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -O3 -march=native ") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -O3 -march=native") add_definitions(${PCL_DEFINITIONS})