Browse Source

first commit

Lenotary 3 years ago
commit
b8acbe6833
83 changed files with 7261 additions and 0 deletions
  1. 8 0
      .idea/.gitignore
  2. 1 0
      .idea/.name
  3. 8 0
      .idea/libraries/ROS.xml
  4. 8 0
      .idea/libraries/workspace.xml
  5. 2 0
      .idea/lidar_to_camera.iml
  6. 4 0
      .idea/misc.xml
  7. 8 0
      .idea/modules.xml
  8. 11 0
      .idea/ros.xml
  9. 6 0
      .idea/vcs.xml
  10. 25 0
      CMakeLists.txt
  11. 93 0
      README.md
  12. 673 0
      cmake-build-debug/CMakeCache.txt
  13. 73 0
      cmake-build-debug/CMakeFiles/3.10.2/CMakeCCompiler.cmake
  14. 75 0
      cmake-build-debug/CMakeFiles/3.10.2/CMakeCXXCompiler.cmake
  15. BIN
      cmake-build-debug/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin
  16. BIN
      cmake-build-debug/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin
  17. 15 0
      cmake-build-debug/CMakeFiles/3.10.2/CMakeSystem.cmake
  18. 598 0
      cmake-build-debug/CMakeFiles/3.10.2/CompilerIdC/CMakeCCompilerId.c
  19. BIN
      cmake-build-debug/CMakeFiles/3.10.2/CompilerIdC/a.out
  20. 576 0
      cmake-build-debug/CMakeFiles/3.10.2/CompilerIdCXX/CMakeCXXCompilerId.cpp
  21. BIN
      cmake-build-debug/CMakeFiles/3.10.2/CompilerIdCXX/a.out
  22. 16 0
      cmake-build-debug/CMakeFiles/CMakeDirectoryInformation.cmake
  23. 55 0
      cmake-build-debug/CMakeFiles/CMakeError.log
  24. 661 0
      cmake-build-debug/CMakeFiles/CMakeOutput.log
  25. 263 0
      cmake-build-debug/CMakeFiles/Makefile.cmake
  26. 182 0
      cmake-build-debug/CMakeFiles/Makefile2
  27. 5 0
      cmake-build-debug/CMakeFiles/TargetDirectories.txt
  28. 3 0
      cmake-build-debug/CMakeFiles/clion-environment.txt
  29. 120 0
      cmake-build-debug/CMakeFiles/clion-log.txt
  30. 1 0
      cmake-build-debug/CMakeFiles/cmake.check_cache
  31. BIN
      cmake-build-debug/CMakeFiles/feature_tests.bin
  32. 34 0
      cmake-build-debug/CMakeFiles/feature_tests.c
  33. 405 0
      cmake-build-debug/CMakeFiles/feature_tests.cxx
  34. 56 0
      cmake-build-debug/CMakeFiles/lccp.dir/DependInfo.cmake
  35. 401 0
      cmake-build-debug/CMakeFiles/lccp.dir/build.make
  36. 10 0
      cmake-build-debug/CMakeFiles/lccp.dir/cmake_clean.cmake
  37. 2 0
      cmake-build-debug/CMakeFiles/lccp.dir/depend.make
  38. 10 0
      cmake-build-debug/CMakeFiles/lccp.dir/flags.make
  39. 0 0
      cmake-build-debug/CMakeFiles/lccp.dir/link.txt
  40. 3 0
      cmake-build-debug/CMakeFiles/lccp.dir/progress.make
  41. 1 0
      cmake-build-debug/CMakeFiles/progress.marks
  42. 390 0
      cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir/CXX.includecache
  43. 49 0
      cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir/DependInfo.cmake
  44. 155 0
      cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir/build.make
  45. 11 0
      cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir/cmake_clean.cmake
  46. 79 0
      cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir/depend.internal
  47. 79 0
      cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir/depend.make
  48. 10 0
      cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir/flags.make
  49. 1 0
      cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir/link.txt
  50. 4 0
      cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir/progress.make
  51. BIN
      cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o
  52. BIN
      cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o
  53. 49 0
      cmake-build-debug/CMakeFiles/show_lidar_top_view.dir/DependInfo.cmake
  54. 155 0
      cmake-build-debug/CMakeFiles/show_lidar_top_view.dir/build.make
  55. 11 0
      cmake-build-debug/CMakeFiles/show_lidar_top_view.dir/cmake_clean.cmake
  56. 2 0
      cmake-build-debug/CMakeFiles/show_lidar_top_view.dir/depend.make
  57. 10 0
      cmake-build-debug/CMakeFiles/show_lidar_top_view.dir/flags.make
  58. 1 0
      cmake-build-debug/CMakeFiles/show_lidar_top_view.dir/link.txt
  59. 4 0
      cmake-build-debug/CMakeFiles/show_lidar_top_view.dir/progress.make
  60. 299 0
      cmake-build-debug/Makefile
  61. 951 0
      cmake-build-debug/camera_fusion.cbp
  62. 49 0
      cmake-build-debug/cmake_install.cmake
  63. BIN
      cmake-build-debug/project_lidar_to_camera
  64. BIN
      dat/C51_LidarPts_0000.dat
  65. BIN
      dat/C51_LidarPts_0001.dat
  66. BIN
      dat/C51_LidarPts_0002.dat
  67. BIN
      dat/C51_LidarPts_0003.dat
  68. BIN
      dat/C51_LidarPts_0004.dat
  69. BIN
      dat/C51_LidarPts_0005.dat
  70. BIN
      dat/C51_LidarPts_0006.dat
  71. BIN
      dat/C51_LidarPts_0007.dat
  72. BIN
      dat/C51_LidarPts_0008.dat
  73. BIN
      dat/C51_LidarPts_0009.dat
  74. 34 0
      dat/calib_cam_to_cam.txt
  75. 5 0
      dat/calib_velo_to_cam.txt
  76. BIN
      images/0000000000.png
  77. BIN
      images/s_thrun.jpg
  78. 12 0
      src/dataStructures.h
  79. 163 0
      src/lccp.cpp
  80. 120 0
      src/project_lidar_to_camera.cpp
  81. 70 0
      src/show_lidar_top_view.cpp
  82. 111 0
      src/structIO.cpp
  83. 25 0
      src/structIO.hpp

+ 8 - 0
.idea/.gitignore

@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
+# 基于编辑器的 HTTP 客户端请求
+/httpRequests/

+ 1 - 0
.idea/.name

@@ -0,0 +1 @@
+camera_fusion

+ 8 - 0
.idea/libraries/ROS.xml

@@ -0,0 +1,8 @@
+<component name="libraryTable">
+  <library name="ROS">
+    <CLASSES>
+      <root url="file://$USER_HOME$" />
+    </CLASSES>
+    <SOURCES />
+  </library>
+</component>

+ 8 - 0
.idea/libraries/workspace.xml

@@ -0,0 +1,8 @@
+<component name="libraryTable">
+  <library name="workspace">
+    <CLASSES />
+    <SOURCES>
+      <root url="file://$USER_HOME$" />
+    </SOURCES>
+  </library>
+</component>

+ 2 - 0
.idea/lidar_to_camera.iml

@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module classpath="CMake" type="CPP_MODULE" version="4" />

+ 4 - 0
.idea/misc.xml

@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="CMakeWorkspace" PROJECT_DIR="$PROJECT_DIR$" />
+</project>

+ 8 - 0
.idea/modules.xml

@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="ProjectModuleManager">
+    <modules>
+      <module fileurl="file://$PROJECT_DIR$/.idea/lidar_to_camera.iml" filepath="$PROJECT_DIR$/.idea/lidar_to_camera.iml" />
+    </modules>
+  </component>
+</project>

+ 11 - 0
.idea/ros.xml

@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="ROSSettings">
+    <option name="rosPath" value="" />
+    <option name="workspacePath" value="" />
+    <option name="additionalSources" value="" />
+    <option name="excludedXmls" value="" />
+    <option name="knownKeys" value="" />
+    <option name="depSources" value="https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/base.yaml&quot;https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/python.yaml&quot;https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/ruby.yaml" />
+  </component>
+</project>

+ 6 - 0
.idea/vcs.xml

@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="VcsDirectoryMappings">
+    <mapping directory="$PROJECT_DIR$" vcs="Git" />
+  </component>
+</project>

+ 25 - 0
CMakeLists.txt

@@ -0,0 +1,25 @@
+cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
+
+add_definitions(-std=c++11)
+
+set(CXX_FLAGS "-Wall" "-pedantic")
+set(CMAKE_CXX_FLAGS, "${CXX_FLAGS}")
+
+project(camera_fusion)
+
+find_package(OpenCV 4.1 REQUIRED)
+find_package(PCL 1.7 REQUIRED)
+include_directories(${OpenCV_INCLUDE_DIRS})
+link_directories(${PCL_LIBRARY_DIRS})
+
+link_directories(${OpenCV_LIBRARY_DIRS})
+add_definitions(${OpenCV_DEFINITIONS})
+
+# Executables for exercises
+add_executable(lccp src/lccp.cpp)
+add_executable(show_lidar_top_view src/show_lidar_top_view.cpp src/structIO.cpp)
+target_link_libraries(show_lidar_top_view ${OpenCV_LIBRARIES})
+target_link_libraries(lccp ${OpenCV_LIBRARIES} ${PCL_LIBRARIES})
+
+add_executable(project_lidar_to_camera src/project_lidar_to_camera.cpp src/structIO.cpp)
+target_link_libraries(project_lidar_to_camera ${OpenCV_LIBRARIES})

+ 93 - 0
README.md

@@ -0,0 +1,93 @@
+
+
+# Lidar 3D  Cloud Projection
+
+This Project present how to associate regions in a camera image with Lidar points in 3D space. 
+
+![](https://williamhyin-1301408646.cos.ap-shanghai.myqcloud.com/img/20200425193128.png)
+
+![](https://williamhyin-1301408646.cos.ap-shanghai.myqcloud.com/img/20200425152627.png)
+
+**For more details, please check my [blog](https://blog.csdn.net/williamhyin/article/details/105758006).**
+
+## Dependencies for Running Locally
+* cmake >= 2.8
+  * All OSes: [click here for installation instructions](https://cmake.org/install/)
+* make >= 4.1 (Linux, Mac), 3.81 (Windows)
+  * Linux: make is installed by default on most Linux distros
+  * Mac: [install Xcode command line tools to get make](https://developer.apple.com/xcode/features/)
+  * Windows: [Click here for installation instructions](http://gnuwin32.sourceforge.net/packages/make.htm)
+* Git LFS
+  * Weight files are handled using [LFS](https://git-lfs.github.com/)
+* OpenCV >= 4.1
+  * This must be compiled from source using the `-D OPENCV_ENABLE_NONFREE=ON` cmake flag for testing the SIFT and SURF detectors.
+  * The OpenCV 4.1.0 source code can be found [here](https://github.com/opencv/opencv/tree/4.1.0)
+* gcc/g++ >= 5.4
+  * Linux: gcc / g++ is installed by default on most Linux distros
+  * Mac: same deal as make - [install Xcode command line tools](https://developer.apple.com/xcode/features/)
+  * Windows: recommend using [MinGW](http://www.mingw.org/)
+
+## Basic Build Instructions
+
+1. Clone this repo.
+
+3. Make a build directory in the top level project directory: `mkdir build && cd build`
+
+4. Compile: `cmake .. && make`
+
+5. Run it: `./project_lidar_to_camera`.
+
+   
+
+## Steps
+
+1. Filtering Lidar Points
+
+   The code below shows how a filter can be applied to remove Lidar points that do not satisfy a set of constraints, i.e. they are …
+
+   1. … positioned behind the Lidar sensor and thus have a negative x coordinate.
+   2. … too far away in x-direction and thus exceeding an upper distance limit.
+   3. … too far off to the sides in y-direction and thus not relevant for collision detection
+   4. … too close to the road surface in negative z-direction.
+   5. … showing a reflectivity close to zero, which might indicate low reliability.
+
+   ```c++
+   for(auto it=lidarPoints.begin(); it!=lidarPoints.end(); ++it) {
+       float maxX = 25.0, maxY = 6.0, minZ = -1.4; 
+       if(it->x > maxX || it->x < 0.0 || abs(it->y) > maxY || it->z < minZ || it->r<0.01 )
+       {
+       	continue; // skip to next point
+   	}
+   }
+   ```
+
+   
+
+2. Convert current Lidar point into homogeneous coordinates and store it in the 4D variable X.
+
+   ```
+    X.at<double>(0, 0) = it->x;
+    X.at<double>(1, 0) = it->y;
+    X.at<double>(2, 0) = it->z;
+    X.at<double>(3, 0) = 1;
+   ```
+
+   
+
+2. Then, apply the projection equation to map X onto the image plane of the camera and Store the result in Y.
+
+   ```
+   Y = P_rect_00 * R_rect_00 * RT * X;
+   ```
+
+   
+
+3. Once this is done, transform Y back into Euclidean coordinates and store the result in the variable pt.
+
+   ```
+   cv::Point pt;
+   pt.x = Y.at<double>(0, 0) / Y.at<double>(0, 2);
+   pt.y = Y.at<double>(1, 0) / Y.at<double>(0, 2);
+   ```
+
+   

File diff suppressed because it is too large
+ 673 - 0
cmake-build-debug/CMakeCache.txt


+ 73 - 0
cmake-build-debug/CMakeFiles/3.10.2/CMakeCCompiler.cmake

@@ -0,0 +1,73 @@
+set(CMAKE_C_COMPILER "/usr/bin/cc")
+set(CMAKE_C_COMPILER_ARG1 "")
+set(CMAKE_C_COMPILER_ID "GNU")
+set(CMAKE_C_COMPILER_VERSION "7.5.0")
+set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
+set(CMAKE_C_COMPILER_WRAPPER "")
+set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11")
+set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert")
+set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
+set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
+set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
+
+set(CMAKE_C_PLATFORM_ID "Linux")
+set(CMAKE_C_SIMULATE_ID "")
+set(CMAKE_C_SIMULATE_VERSION "")
+
+
+
+set(CMAKE_AR "/usr/bin/ar")
+set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-7")
+set(CMAKE_RANLIB "/usr/bin/ranlib")
+set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-7")
+set(CMAKE_LINKER "/usr/bin/ld")
+set(CMAKE_COMPILER_IS_GNUCC 1)
+set(CMAKE_C_COMPILER_LOADED 1)
+set(CMAKE_C_COMPILER_WORKS TRUE)
+set(CMAKE_C_ABI_COMPILED TRUE)
+set(CMAKE_COMPILER_IS_MINGW )
+set(CMAKE_COMPILER_IS_CYGWIN )
+if(CMAKE_COMPILER_IS_CYGWIN)
+  set(CYGWIN 1)
+  set(UNIX 1)
+endif()
+
+set(CMAKE_C_COMPILER_ENV_VAR "CC")
+
+if(CMAKE_COMPILER_IS_MINGW)
+  set(MINGW 1)
+endif()
+set(CMAKE_C_COMPILER_ID_RUN 1)
+set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
+set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
+set(CMAKE_C_LINKER_PREFERENCE 10)
+
+# Save compiler ABI information.
+set(CMAKE_C_SIZEOF_DATA_PTR "8")
+set(CMAKE_C_COMPILER_ABI "ELF")
+set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
+
+if(CMAKE_C_SIZEOF_DATA_PTR)
+  set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
+endif()
+
+if(CMAKE_C_COMPILER_ABI)
+  set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
+endif()
+
+if(CMAKE_C_LIBRARY_ARCHITECTURE)
+  set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
+endif()
+
+set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
+if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
+  set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
+endif()
+
+
+
+
+
+set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s")
+set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
+set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")

+ 75 - 0
cmake-build-debug/CMakeFiles/3.10.2/CMakeCXXCompiler.cmake

@@ -0,0 +1,75 @@
+set(CMAKE_CXX_COMPILER "/usr/bin/c++")
+set(CMAKE_CXX_COMPILER_ARG1 "")
+set(CMAKE_CXX_COMPILER_ID "GNU")
+set(CMAKE_CXX_COMPILER_VERSION "7.5.0")
+set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
+set(CMAKE_CXX_COMPILER_WRAPPER "")
+set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14")
+set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17")
+set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
+set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
+set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
+set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
+
+set(CMAKE_CXX_PLATFORM_ID "Linux")
+set(CMAKE_CXX_SIMULATE_ID "")
+set(CMAKE_CXX_SIMULATE_VERSION "")
+
+
+
+set(CMAKE_AR "/usr/bin/ar")
+set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-7")
+set(CMAKE_RANLIB "/usr/bin/ranlib")
+set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-7")
+set(CMAKE_LINKER "/usr/bin/ld")
+set(CMAKE_COMPILER_IS_GNUCXX 1)
+set(CMAKE_CXX_COMPILER_LOADED 1)
+set(CMAKE_CXX_COMPILER_WORKS TRUE)
+set(CMAKE_CXX_ABI_COMPILED TRUE)
+set(CMAKE_COMPILER_IS_MINGW )
+set(CMAKE_COMPILER_IS_CYGWIN )
+if(CMAKE_COMPILER_IS_CYGWIN)
+  set(CYGWIN 1)
+  set(UNIX 1)
+endif()
+
+set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
+
+if(CMAKE_COMPILER_IS_MINGW)
+  set(MINGW 1)
+endif()
+set(CMAKE_CXX_COMPILER_ID_RUN 1)
+set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
+set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;mm;CPP)
+set(CMAKE_CXX_LINKER_PREFERENCE 30)
+set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
+
+# Save compiler ABI information.
+set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
+set(CMAKE_CXX_COMPILER_ABI "ELF")
+set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
+
+if(CMAKE_CXX_SIZEOF_DATA_PTR)
+  set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
+endif()
+
+if(CMAKE_CXX_COMPILER_ABI)
+  set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
+endif()
+
+if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
+  set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
+endif()
+
+set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
+if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
+  set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
+endif()
+
+
+
+
+
+set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc")
+set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
+set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")

BIN
cmake-build-debug/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin


BIN
cmake-build-debug/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin


+ 15 - 0
cmake-build-debug/CMakeFiles/3.10.2/CMakeSystem.cmake

@@ -0,0 +1,15 @@
+set(CMAKE_HOST_SYSTEM "Linux-5.4.0-66-generic")
+set(CMAKE_HOST_SYSTEM_NAME "Linux")
+set(CMAKE_HOST_SYSTEM_VERSION "5.4.0-66-generic")
+set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
+
+
+
+set(CMAKE_SYSTEM "Linux-5.4.0-66-generic")
+set(CMAKE_SYSTEM_NAME "Linux")
+set(CMAKE_SYSTEM_VERSION "5.4.0-66-generic")
+set(CMAKE_SYSTEM_PROCESSOR "x86_64")
+
+set(CMAKE_CROSSCOMPILING "FALSE")
+
+set(CMAKE_SYSTEM_LOADED 1)

+ 598 - 0
cmake-build-debug/CMakeFiles/3.10.2/CompilerIdC/CMakeCCompilerId.c

@@ -0,0 +1,598 @@
+#ifdef __cplusplus
+# error "A C++ compiler has been selected for C."
+#endif
+
+#if defined(__18CXX)
+# define ID_VOID_MAIN
+#endif
+#if defined(__CLASSIC_C__)
+/* cv-qualifiers did not exist in K&R C */
+# define const
+# define volatile
+#endif
+
+
+/* Version number components: V=Version, R=Revision, P=Patch
+   Version date components:   YYYY=Year, MM=Month,   DD=Day  */
+
+#if defined(__INTEL_COMPILER) || defined(__ICC)
+# define COMPILER_ID "Intel"
+# if defined(_MSC_VER)
+#  define SIMULATE_ID "MSVC"
+# endif
+  /* __INTEL_COMPILER = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
+# if defined(__INTEL_COMPILER_UPDATE)
+#  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
+# else
+#  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER   % 10)
+# endif
+# if defined(__INTEL_COMPILER_BUILD_DATE)
+  /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
+#  define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
+# endif
+# if defined(_MSC_VER)
+   /* _MSC_VER = VVRR */
+#  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+#  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+
+#elif defined(__PATHCC__)
+# define COMPILER_ID "PathScale"
+# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
+# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
+# if defined(__PATHCC_PATCHLEVEL__)
+#  define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
+# endif
+
+#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
+# define COMPILER_ID "Embarcadero"
+# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
+# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
+# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__     & 0xFFFF)
+
+#elif defined(__BORLANDC__)
+# define COMPILER_ID "Borland"
+  /* __BORLANDC__ = 0xVRR */
+# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
+# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
+
+#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
+# define COMPILER_ID "Watcom"
+   /* __WATCOMC__ = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
+# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
+# if (__WATCOMC__ % 10) > 0
+#  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
+# endif
+
+#elif defined(__WATCOMC__)
+# define COMPILER_ID "OpenWatcom"
+   /* __WATCOMC__ = VVRP + 1100 */
+# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
+# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
+# if (__WATCOMC__ % 10) > 0
+#  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
+# endif
+
+#elif defined(__SUNPRO_C)
+# define COMPILER_ID "SunPro"
+# if __SUNPRO_C >= 0x5100
+   /* __SUNPRO_C = 0xVRRP */
+#  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
+#  define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
+#  define COMPILER_VERSION_PATCH HEX(__SUNPRO_C    & 0xF)
+# else
+   /* __SUNPRO_CC = 0xVRP */
+#  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
+#  define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
+#  define COMPILER_VERSION_PATCH HEX(__SUNPRO_C    & 0xF)
+# endif
+
+#elif defined(__HP_cc)
+# define COMPILER_ID "HP"
+  /* __HP_cc = VVRRPP */
+# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
+# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
+# define COMPILER_VERSION_PATCH DEC(__HP_cc     % 100)
+
+#elif defined(__DECC)
+# define COMPILER_ID "Compaq"
+  /* __DECC_VER = VVRRTPPPP */
+# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
+# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000  % 100)
+# define COMPILER_VERSION_PATCH DEC(__DECC_VER         % 10000)
+
+#elif defined(__IBMC__) && defined(__COMPILER_VER__)
+# define COMPILER_ID "zOS"
+  /* __IBMC__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMC__    % 10)
+
+#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
+# define COMPILER_ID "XL"
+  /* __IBMC__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMC__    % 10)
+
+#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
+# define COMPILER_ID "VisualAge"
+  /* __IBMC__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMC__    % 10)
+
+#elif defined(__PGI)
+# define COMPILER_ID "PGI"
+# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
+# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
+# if defined(__PGIC_PATCHLEVEL__)
+#  define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
+# endif
+
+#elif defined(_CRAYC)
+# define COMPILER_ID "Cray"
+# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
+# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
+
+#elif defined(__TI_COMPILER_VERSION__)
+# define COMPILER_ID "TI"
+  /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
+# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
+# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000   % 1000)
+# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__        % 1000)
+
+#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
+# define COMPILER_ID "Fujitsu"
+
+#elif defined(__TINYC__)
+# define COMPILER_ID "TinyCC"
+
+#elif defined(__BCC__)
+# define COMPILER_ID "Bruce"
+
+#elif defined(__SCO_VERSION__)
+# define COMPILER_ID "SCO"
+
+#elif defined(__clang__) && defined(__apple_build_version__)
+# define COMPILER_ID "AppleClang"
+# if defined(_MSC_VER)
+#  define SIMULATE_ID "MSVC"
+# endif
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+# if defined(_MSC_VER)
+   /* _MSC_VER = VVRR */
+#  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+#  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
+
+#elif defined(__clang__)
+# define COMPILER_ID "Clang"
+# if defined(_MSC_VER)
+#  define SIMULATE_ID "MSVC"
+# endif
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+# if defined(_MSC_VER)
+   /* _MSC_VER = VVRR */
+#  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+#  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+
+#elif defined(__GNUC__)
+# define COMPILER_ID "GNU"
+# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
+# if defined(__GNUC_MINOR__)
+#  define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
+# endif
+# if defined(__GNUC_PATCHLEVEL__)
+#  define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+
+#elif defined(_MSC_VER)
+# define COMPILER_ID "MSVC"
+  /* _MSC_VER = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
+# if defined(_MSC_FULL_VER)
+#  if _MSC_VER >= 1400
+    /* _MSC_FULL_VER = VVRRPPPPP */
+#   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
+#  else
+    /* _MSC_FULL_VER = VVRRPPPP */
+#   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
+#  endif
+# endif
+# if defined(_MSC_BUILD)
+#  define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
+# endif
+
+#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
+# define COMPILER_ID "ADSP"
+#if defined(__VISUALDSPVERSION__)
+  /* __VISUALDSPVERSION__ = 0xVVRRPP00 */
+# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
+# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
+# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8  & 0xFF)
+#endif
+
+#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
+# define COMPILER_ID "IAR"
+# if defined(__VER__)
+#  define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
+#  define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
+#  define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
+#  define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
+# endif
+
+#elif defined(__ARMCC_VERSION)
+# define COMPILER_ID "ARMCC"
+#if __ARMCC_VERSION >= 1000000
+  /* __ARMCC_VERSION = VRRPPPP */
+  # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
+  # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
+  # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION     % 10000)
+#else
+  /* __ARMCC_VERSION = VRPPPP */
+  # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
+  # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
+  # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION    % 10000)
+#endif
+
+
+#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
+# define COMPILER_ID "SDCC"
+# if defined(__SDCC_VERSION_MAJOR)
+#  define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
+#  define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
+#  define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
+# else
+  /* SDCC = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(SDCC/100)
+#  define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(SDCC    % 10)
+# endif
+
+#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
+# define COMPILER_ID "MIPSpro"
+# if defined(_SGI_COMPILER_VERSION)
+  /* _SGI_COMPILER_VERSION = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
+#  define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION    % 10)
+# else
+  /* _COMPILER_VERSION = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
+#  define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION    % 10)
+# endif
+
+
+/* These compilers are either not known or too old to define an
+  identification macro.  Try to identify the platform and guess that
+  it is the native compiler.  */
+#elif defined(__sgi)
+# define COMPILER_ID "MIPSpro"
+
+#elif defined(__hpux) || defined(__hpua)
+# define COMPILER_ID "HP"
+
+#else /* unknown compiler */
+# define COMPILER_ID ""
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+   getting matched.  Store it in a pointer rather than an array
+   because some compilers will just produce instructions to fill the
+   array rather than assigning a pointer to a static array.  */
+char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
+#ifdef SIMULATE_ID
+char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
+#endif
+
+#ifdef __QNXNTO__
+char const* qnxnto = "INFO" ":" "qnxnto[]";
+#endif
+
+#if defined(__CRAYXE) || defined(__CRAYXC)
+char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
+#endif
+
+#define STRINGIFY_HELPER(X) #X
+#define STRINGIFY(X) STRINGIFY_HELPER(X)
+
+/* Identify known platforms by name.  */
+#if defined(__linux) || defined(__linux__) || defined(linux)
+# define PLATFORM_ID "Linux"
+
+#elif defined(__CYGWIN__)
+# define PLATFORM_ID "Cygwin"
+
+#elif defined(__MINGW32__)
+# define PLATFORM_ID "MinGW"
+
+#elif defined(__APPLE__)
+# define PLATFORM_ID "Darwin"
+
+#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
+# define PLATFORM_ID "Windows"
+
+#elif defined(__FreeBSD__) || defined(__FreeBSD)
+# define PLATFORM_ID "FreeBSD"
+
+#elif defined(__NetBSD__) || defined(__NetBSD)
+# define PLATFORM_ID "NetBSD"
+
+#elif defined(__OpenBSD__) || defined(__OPENBSD)
+# define PLATFORM_ID "OpenBSD"
+
+#elif defined(__sun) || defined(sun)
+# define PLATFORM_ID "SunOS"
+
+#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
+# define PLATFORM_ID "AIX"
+
+#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
+# define PLATFORM_ID "IRIX"
+
+#elif defined(__hpux) || defined(__hpux__)
+# define PLATFORM_ID "HP-UX"
+
+#elif defined(__HAIKU__)
+# define PLATFORM_ID "Haiku"
+
+#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
+# define PLATFORM_ID "BeOS"
+
+#elif defined(__QNX__) || defined(__QNXNTO__)
+# define PLATFORM_ID "QNX"
+
+#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
+# define PLATFORM_ID "Tru64"
+
+#elif defined(__riscos) || defined(__riscos__)
+# define PLATFORM_ID "RISCos"
+
+#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
+# define PLATFORM_ID "SINIX"
+
+#elif defined(__UNIX_SV__)
+# define PLATFORM_ID "UNIX_SV"
+
+#elif defined(__bsdos__)
+# define PLATFORM_ID "BSDOS"
+
+#elif defined(_MPRAS) || defined(MPRAS)
+# define PLATFORM_ID "MP-RAS"
+
+#elif defined(__osf) || defined(__osf__)
+# define PLATFORM_ID "OSF1"
+
+#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
+# define PLATFORM_ID "SCO_SV"
+
+#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
+# define PLATFORM_ID "ULTRIX"
+
+#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
+# define PLATFORM_ID "Xenix"
+
+#elif defined(__WATCOMC__)
+# if defined(__LINUX__)
+#  define PLATFORM_ID "Linux"
+
+# elif defined(__DOS__)
+#  define PLATFORM_ID "DOS"
+
+# elif defined(__OS2__)
+#  define PLATFORM_ID "OS2"
+
+# elif defined(__WINDOWS__)
+#  define PLATFORM_ID "Windows3x"
+
+# else /* unknown platform */
+#  define PLATFORM_ID
+# endif
+
+#else /* unknown platform */
+# define PLATFORM_ID
+
+#endif
+
+/* For windows compilers MSVC and Intel we can determine
+   the architecture of the compiler being used.  This is because
+   the compilers do not have flags that can change the architecture,
+   but rather depend on which compiler is being used
+*/
+#if defined(_WIN32) && defined(_MSC_VER)
+# if defined(_M_IA64)
+#  define ARCHITECTURE_ID "IA64"
+
+# elif defined(_M_X64) || defined(_M_AMD64)
+#  define ARCHITECTURE_ID "x64"
+
+# elif defined(_M_IX86)
+#  define ARCHITECTURE_ID "X86"
+
+# elif defined(_M_ARM64)
+#  define ARCHITECTURE_ID "ARM64"
+
+# elif defined(_M_ARM)
+#  if _M_ARM == 4
+#   define ARCHITECTURE_ID "ARMV4I"
+#  elif _M_ARM == 5
+#   define ARCHITECTURE_ID "ARMV5I"
+#  else
+#   define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
+#  endif
+
+# elif defined(_M_MIPS)
+#  define ARCHITECTURE_ID "MIPS"
+
+# elif defined(_M_SH)
+#  define ARCHITECTURE_ID "SHx"
+
+# else /* unknown architecture */
+#  define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__WATCOMC__)
+# if defined(_M_I86)
+#  define ARCHITECTURE_ID "I86"
+
+# elif defined(_M_IX86)
+#  define ARCHITECTURE_ID "X86"
+
+# else /* unknown architecture */
+#  define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
+# if defined(__ICCARM__)
+#  define ARCHITECTURE_ID "ARM"
+
+# elif defined(__ICCAVR__)
+#  define ARCHITECTURE_ID "AVR"
+
+# else /* unknown architecture */
+#  define ARCHITECTURE_ID ""
+# endif
+#else
+#  define ARCHITECTURE_ID
+#endif
+
+/* Convert integer to decimal digit literals.  */
+#define DEC(n)                   \
+  ('0' + (((n) / 10000000)%10)), \
+  ('0' + (((n) / 1000000)%10)),  \
+  ('0' + (((n) / 100000)%10)),   \
+  ('0' + (((n) / 10000)%10)),    \
+  ('0' + (((n) / 1000)%10)),     \
+  ('0' + (((n) / 100)%10)),      \
+  ('0' + (((n) / 10)%10)),       \
+  ('0' +  ((n) % 10))
+
+/* Convert integer to hex digit literals.  */
+#define HEX(n)             \
+  ('0' + ((n)>>28 & 0xF)), \
+  ('0' + ((n)>>24 & 0xF)), \
+  ('0' + ((n)>>20 & 0xF)), \
+  ('0' + ((n)>>16 & 0xF)), \
+  ('0' + ((n)>>12 & 0xF)), \
+  ('0' + ((n)>>8  & 0xF)), \
+  ('0' + ((n)>>4  & 0xF)), \
+  ('0' + ((n)     & 0xF))
+
+/* Construct a string literal encoding the version number components. */
+#ifdef COMPILER_VERSION_MAJOR
+char const info_version[] = {
+  'I', 'N', 'F', 'O', ':',
+  'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
+  COMPILER_VERSION_MAJOR,
+# ifdef COMPILER_VERSION_MINOR
+  '.', COMPILER_VERSION_MINOR,
+#  ifdef COMPILER_VERSION_PATCH
+   '.', COMPILER_VERSION_PATCH,
+#   ifdef COMPILER_VERSION_TWEAK
+    '.', COMPILER_VERSION_TWEAK,
+#   endif
+#  endif
+# endif
+  ']','\0'};
+#endif
+
+/* Construct a string literal encoding the internal version number. */
+#ifdef COMPILER_VERSION_INTERNAL
+char const info_version_internal[] = {
+  'I', 'N', 'F', 'O', ':',
+  'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
+  'i','n','t','e','r','n','a','l','[',
+  COMPILER_VERSION_INTERNAL,']','\0'};
+#endif
+
+/* Construct a string literal encoding the version number components. */
+#ifdef SIMULATE_VERSION_MAJOR
+char const info_simulate_version[] = {
+  'I', 'N', 'F', 'O', ':',
+  's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
+  SIMULATE_VERSION_MAJOR,
+# ifdef SIMULATE_VERSION_MINOR
+  '.', SIMULATE_VERSION_MINOR,
+#  ifdef SIMULATE_VERSION_PATCH
+   '.', SIMULATE_VERSION_PATCH,
+#   ifdef SIMULATE_VERSION_TWEAK
+    '.', SIMULATE_VERSION_TWEAK,
+#   endif
+#  endif
+# endif
+  ']','\0'};
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+   getting matched.  Store it in a pointer rather than an array
+   because some compilers will just produce instructions to fill the
+   array rather than assigning a pointer to a static array.  */
+char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
+char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
+
+
+
+
+#if !defined(__STDC__)
+# if defined(_MSC_VER) && !defined(__clang__)
+#  define C_DIALECT "90"
+# else
+#  define C_DIALECT
+# endif
+#elif __STDC_VERSION__ >= 201000L
+# define C_DIALECT "11"
+#elif __STDC_VERSION__ >= 199901L
+# define C_DIALECT "99"
+#else
+# define C_DIALECT "90"
+#endif
+const char* info_language_dialect_default =
+  "INFO" ":" "dialect_default[" C_DIALECT "]";
+
+/*--------------------------------------------------------------------------*/
+
+#ifdef ID_VOID_MAIN
+void main() {}
+#else
+# if defined(__CLASSIC_C__)
+int main(argc, argv) int argc; char *argv[];
+# else
+int main(int argc, char* argv[])
+# endif
+{
+  int require = 0;
+  require += info_compiler[argc];
+  require += info_platform[argc];
+  require += info_arch[argc];
+#ifdef COMPILER_VERSION_MAJOR
+  require += info_version[argc];
+#endif
+#ifdef COMPILER_VERSION_INTERNAL
+  require += info_version_internal[argc];
+#endif
+#ifdef SIMULATE_ID
+  require += info_simulate[argc];
+#endif
+#ifdef SIMULATE_VERSION_MAJOR
+  require += info_simulate_version[argc];
+#endif
+#if defined(__CRAYXE) || defined(__CRAYXC)
+  require += info_cray[argc];
+#endif
+  require += info_language_dialect_default[argc];
+  (void)argv;
+  return require;
+}
+#endif

BIN
cmake-build-debug/CMakeFiles/3.10.2/CompilerIdC/a.out


+ 576 - 0
cmake-build-debug/CMakeFiles/3.10.2/CompilerIdCXX/CMakeCXXCompilerId.cpp

@@ -0,0 +1,576 @@
+/* This source file must have a .cpp extension so that all C++ compilers
+   recognize the extension without flags.  Borland does not know .cxx for
+   example.  */
+#ifndef __cplusplus
+# error "A C compiler has been selected for C++."
+#endif
+
+
+/* Version number components: V=Version, R=Revision, P=Patch
+   Version date components:   YYYY=Year, MM=Month,   DD=Day  */
+
+#if defined(__COMO__)
+# define COMPILER_ID "Comeau"
+  /* __COMO_VERSION__ = VRR */
+# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
+# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
+
+#elif defined(__INTEL_COMPILER) || defined(__ICC)
+# define COMPILER_ID "Intel"
+# if defined(_MSC_VER)
+#  define SIMULATE_ID "MSVC"
+# endif
+  /* __INTEL_COMPILER = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
+# if defined(__INTEL_COMPILER_UPDATE)
+#  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
+# else
+#  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER   % 10)
+# endif
+# if defined(__INTEL_COMPILER_BUILD_DATE)
+  /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
+#  define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
+# endif
+# if defined(_MSC_VER)
+   /* _MSC_VER = VVRR */
+#  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+#  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+
+#elif defined(__PATHCC__)
+# define COMPILER_ID "PathScale"
+# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
+# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
+# if defined(__PATHCC_PATCHLEVEL__)
+#  define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
+# endif
+
+#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
+# define COMPILER_ID "Embarcadero"
+# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
+# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
+# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__     & 0xFFFF)
+
+#elif defined(__BORLANDC__)
+# define COMPILER_ID "Borland"
+  /* __BORLANDC__ = 0xVRR */
+# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
+# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
+
+#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
+# define COMPILER_ID "Watcom"
+   /* __WATCOMC__ = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
+# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
+# if (__WATCOMC__ % 10) > 0
+#  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
+# endif
+
+#elif defined(__WATCOMC__)
+# define COMPILER_ID "OpenWatcom"
+   /* __WATCOMC__ = VVRP + 1100 */
+# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
+# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
+# if (__WATCOMC__ % 10) > 0
+#  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
+# endif
+
+#elif defined(__SUNPRO_CC)
+# define COMPILER_ID "SunPro"
+# if __SUNPRO_CC >= 0x5100
+   /* __SUNPRO_CC = 0xVRRP */
+#  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
+#  define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
+#  define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC    & 0xF)
+# else
+   /* __SUNPRO_CC = 0xVRP */
+#  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
+#  define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
+#  define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC    & 0xF)
+# endif
+
+#elif defined(__HP_aCC)
+# define COMPILER_ID "HP"
+  /* __HP_aCC = VVRRPP */
+# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
+# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
+# define COMPILER_VERSION_PATCH DEC(__HP_aCC     % 100)
+
+#elif defined(__DECCXX)
+# define COMPILER_ID "Compaq"
+  /* __DECCXX_VER = VVRRTPPPP */
+# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
+# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000  % 100)
+# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER         % 10000)
+
+#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
+# define COMPILER_ID "zOS"
+  /* __IBMCPP__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMCPP__    % 10)
+
+#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
+# define COMPILER_ID "XL"
+  /* __IBMCPP__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMCPP__    % 10)
+
+#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
+# define COMPILER_ID "VisualAge"
+  /* __IBMCPP__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMCPP__    % 10)
+
+#elif defined(__PGI)
+# define COMPILER_ID "PGI"
+# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
+# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
+# if defined(__PGIC_PATCHLEVEL__)
+#  define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
+# endif
+
+#elif defined(_CRAYC)
+# define COMPILER_ID "Cray"
+# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
+# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
+
+#elif defined(__TI_COMPILER_VERSION__)
+# define COMPILER_ID "TI"
+  /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
+# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
+# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000   % 1000)
+# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__        % 1000)
+
+#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
+# define COMPILER_ID "Fujitsu"
+
+#elif defined(__SCO_VERSION__)
+# define COMPILER_ID "SCO"
+
+#elif defined(__clang__) && defined(__apple_build_version__)
+# define COMPILER_ID "AppleClang"
+# if defined(_MSC_VER)
+#  define SIMULATE_ID "MSVC"
+# endif
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+# if defined(_MSC_VER)
+   /* _MSC_VER = VVRR */
+#  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+#  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
+
+#elif defined(__clang__)
+# define COMPILER_ID "Clang"
+# if defined(_MSC_VER)
+#  define SIMULATE_ID "MSVC"
+# endif
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+# if defined(_MSC_VER)
+   /* _MSC_VER = VVRR */
+#  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+#  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+
+#elif defined(__GNUC__) || defined(__GNUG__)
+# define COMPILER_ID "GNU"
+# if defined(__GNUC__)
+#  define COMPILER_VERSION_MAJOR DEC(__GNUC__)
+# else
+#  define COMPILER_VERSION_MAJOR DEC(__GNUG__)
+# endif
+# if defined(__GNUC_MINOR__)
+#  define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
+# endif
+# if defined(__GNUC_PATCHLEVEL__)
+#  define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+
+#elif defined(_MSC_VER)
+# define COMPILER_ID "MSVC"
+  /* _MSC_VER = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
+# if defined(_MSC_FULL_VER)
+#  if _MSC_VER >= 1400
+    /* _MSC_FULL_VER = VVRRPPPPP */
+#   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
+#  else
+    /* _MSC_FULL_VER = VVRRPPPP */
+#   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
+#  endif
+# endif
+# if defined(_MSC_BUILD)
+#  define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
+# endif
+
+#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
+# define COMPILER_ID "ADSP"
+#if defined(__VISUALDSPVERSION__)
+  /* __VISUALDSPVERSION__ = 0xVVRRPP00 */
+# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
+# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
+# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8  & 0xFF)
+#endif
+
+#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
+# define COMPILER_ID "IAR"
+# if defined(__VER__)
+#  define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
+#  define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
+#  define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
+#  define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
+# endif
+
+#elif defined(__ARMCC_VERSION)
+# define COMPILER_ID "ARMCC"
+#if __ARMCC_VERSION >= 1000000
+  /* __ARMCC_VERSION = VRRPPPP */
+  # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
+  # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
+  # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION     % 10000)
+#else
+  /* __ARMCC_VERSION = VRPPPP */
+  # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
+  # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
+  # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION    % 10000)
+#endif
+
+
+#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
+# define COMPILER_ID "MIPSpro"
+# if defined(_SGI_COMPILER_VERSION)
+  /* _SGI_COMPILER_VERSION = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
+#  define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION    % 10)
+# else
+  /* _COMPILER_VERSION = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
+#  define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION    % 10)
+# endif
+
+
+/* These compilers are either not known or too old to define an
+  identification macro.  Try to identify the platform and guess that
+  it is the native compiler.  */
+#elif defined(__sgi)
+# define COMPILER_ID "MIPSpro"
+
+#elif defined(__hpux) || defined(__hpua)
+# define COMPILER_ID "HP"
+
+#else /* unknown compiler */
+# define COMPILER_ID ""
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+   getting matched.  Store it in a pointer rather than an array
+   because some compilers will just produce instructions to fill the
+   array rather than assigning a pointer to a static array.  */
+char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
+#ifdef SIMULATE_ID
+char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
+#endif
+
+#ifdef __QNXNTO__
+char const* qnxnto = "INFO" ":" "qnxnto[]";
+#endif
+
+#if defined(__CRAYXE) || defined(__CRAYXC)
+char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
+#endif
+
+#define STRINGIFY_HELPER(X) #X
+#define STRINGIFY(X) STRINGIFY_HELPER(X)
+
+/* Identify known platforms by name.  */
+#if defined(__linux) || defined(__linux__) || defined(linux)
+# define PLATFORM_ID "Linux"
+
+#elif defined(__CYGWIN__)
+# define PLATFORM_ID "Cygwin"
+
+#elif defined(__MINGW32__)
+# define PLATFORM_ID "MinGW"
+
+#elif defined(__APPLE__)
+# define PLATFORM_ID "Darwin"
+
+#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
+# define PLATFORM_ID "Windows"
+
+#elif defined(__FreeBSD__) || defined(__FreeBSD)
+# define PLATFORM_ID "FreeBSD"
+
+#elif defined(__NetBSD__) || defined(__NetBSD)
+# define PLATFORM_ID "NetBSD"
+
+#elif defined(__OpenBSD__) || defined(__OPENBSD)
+# define PLATFORM_ID "OpenBSD"
+
+#elif defined(__sun) || defined(sun)
+# define PLATFORM_ID "SunOS"
+
+#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
+# define PLATFORM_ID "AIX"
+
+#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
+# define PLATFORM_ID "IRIX"
+
+#elif defined(__hpux) || defined(__hpux__)
+# define PLATFORM_ID "HP-UX"
+
+#elif defined(__HAIKU__)
+# define PLATFORM_ID "Haiku"
+
+#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
+# define PLATFORM_ID "BeOS"
+
+#elif defined(__QNX__) || defined(__QNXNTO__)
+# define PLATFORM_ID "QNX"
+
+#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
+# define PLATFORM_ID "Tru64"
+
+#elif defined(__riscos) || defined(__riscos__)
+# define PLATFORM_ID "RISCos"
+
+#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
+# define PLATFORM_ID "SINIX"
+
+#elif defined(__UNIX_SV__)
+# define PLATFORM_ID "UNIX_SV"
+
+#elif defined(__bsdos__)
+# define PLATFORM_ID "BSDOS"
+
+#elif defined(_MPRAS) || defined(MPRAS)
+# define PLATFORM_ID "MP-RAS"
+
+#elif defined(__osf) || defined(__osf__)
+# define PLATFORM_ID "OSF1"
+
+#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
+# define PLATFORM_ID "SCO_SV"
+
+#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
+# define PLATFORM_ID "ULTRIX"
+
+#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
+# define PLATFORM_ID "Xenix"
+
+#elif defined(__WATCOMC__)
+# if defined(__LINUX__)
+#  define PLATFORM_ID "Linux"
+
+# elif defined(__DOS__)
+#  define PLATFORM_ID "DOS"
+
+# elif defined(__OS2__)
+#  define PLATFORM_ID "OS2"
+
+# elif defined(__WINDOWS__)
+#  define PLATFORM_ID "Windows3x"
+
+# else /* unknown platform */
+#  define PLATFORM_ID
+# endif
+
+#else /* unknown platform */
+# define PLATFORM_ID
+
+#endif
+
+/* For windows compilers MSVC and Intel we can determine
+   the architecture of the compiler being used.  This is because
+   the compilers do not have flags that can change the architecture,
+   but rather depend on which compiler is being used
+*/
+#if defined(_WIN32) && defined(_MSC_VER)
+# if defined(_M_IA64)
+#  define ARCHITECTURE_ID "IA64"
+
+# elif defined(_M_X64) || defined(_M_AMD64)
+#  define ARCHITECTURE_ID "x64"
+
+# elif defined(_M_IX86)
+#  define ARCHITECTURE_ID "X86"
+
+# elif defined(_M_ARM64)
+#  define ARCHITECTURE_ID "ARM64"
+
+# elif defined(_M_ARM)
+#  if _M_ARM == 4
+#   define ARCHITECTURE_ID "ARMV4I"
+#  elif _M_ARM == 5
+#   define ARCHITECTURE_ID "ARMV5I"
+#  else
+#   define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
+#  endif
+
+# elif defined(_M_MIPS)
+#  define ARCHITECTURE_ID "MIPS"
+
+# elif defined(_M_SH)
+#  define ARCHITECTURE_ID "SHx"
+
+# else /* unknown architecture */
+#  define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__WATCOMC__)
+# if defined(_M_I86)
+#  define ARCHITECTURE_ID "I86"
+
+# elif defined(_M_IX86)
+#  define ARCHITECTURE_ID "X86"
+
+# else /* unknown architecture */
+#  define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
+# if defined(__ICCARM__)
+#  define ARCHITECTURE_ID "ARM"
+
+# elif defined(__ICCAVR__)
+#  define ARCHITECTURE_ID "AVR"
+
+# else /* unknown architecture */
+#  define ARCHITECTURE_ID ""
+# endif
+#else
+#  define ARCHITECTURE_ID
+#endif
+
+/* Convert integer to decimal digit literals.  */
+#define DEC(n)                   \
+  ('0' + (((n) / 10000000)%10)), \
+  ('0' + (((n) / 1000000)%10)),  \
+  ('0' + (((n) / 100000)%10)),   \
+  ('0' + (((n) / 10000)%10)),    \
+  ('0' + (((n) / 1000)%10)),     \
+  ('0' + (((n) / 100)%10)),      \
+  ('0' + (((n) / 10)%10)),       \
+  ('0' +  ((n) % 10))
+
+/* Convert integer to hex digit literals.  */
+#define HEX(n)             \
+  ('0' + ((n)>>28 & 0xF)), \
+  ('0' + ((n)>>24 & 0xF)), \
+  ('0' + ((n)>>20 & 0xF)), \
+  ('0' + ((n)>>16 & 0xF)), \
+  ('0' + ((n)>>12 & 0xF)), \
+  ('0' + ((n)>>8  & 0xF)), \
+  ('0' + ((n)>>4  & 0xF)), \
+  ('0' + ((n)     & 0xF))
+
+/* Construct a string literal encoding the version number components. */
+#ifdef COMPILER_VERSION_MAJOR
+char const info_version[] = {
+  'I', 'N', 'F', 'O', ':',
+  'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
+  COMPILER_VERSION_MAJOR,
+# ifdef COMPILER_VERSION_MINOR
+  '.', COMPILER_VERSION_MINOR,
+#  ifdef COMPILER_VERSION_PATCH
+   '.', COMPILER_VERSION_PATCH,
+#   ifdef COMPILER_VERSION_TWEAK
+    '.', COMPILER_VERSION_TWEAK,
+#   endif
+#  endif
+# endif
+  ']','\0'};
+#endif
+
+/* Construct a string literal encoding the internal version number. */
+#ifdef COMPILER_VERSION_INTERNAL
+char const info_version_internal[] = {
+  'I', 'N', 'F', 'O', ':',
+  'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
+  'i','n','t','e','r','n','a','l','[',
+  COMPILER_VERSION_INTERNAL,']','\0'};
+#endif
+
+/* Construct a string literal encoding the version number components. */
+#ifdef SIMULATE_VERSION_MAJOR
+char const info_simulate_version[] = {
+  'I', 'N', 'F', 'O', ':',
+  's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
+  SIMULATE_VERSION_MAJOR,
+# ifdef SIMULATE_VERSION_MINOR
+  '.', SIMULATE_VERSION_MINOR,
+#  ifdef SIMULATE_VERSION_PATCH
+   '.', SIMULATE_VERSION_PATCH,
+#   ifdef SIMULATE_VERSION_TWEAK
+    '.', SIMULATE_VERSION_TWEAK,
+#   endif
+#  endif
+# endif
+  ']','\0'};
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+   getting matched.  Store it in a pointer rather than an array
+   because some compilers will just produce instructions to fill the
+   array rather than assigning a pointer to a static array.  */
+char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
+char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
+
+
+
+
+#if defined(_MSC_VER) && defined(_MSVC_LANG)
+#define CXX_STD _MSVC_LANG
+#else
+#define CXX_STD __cplusplus
+#endif
+
+const char* info_language_dialect_default = "INFO" ":" "dialect_default["
+#if CXX_STD > 201402L
+  "17"
+#elif CXX_STD >= 201402L
+  "14"
+#elif CXX_STD >= 201103L
+  "11"
+#else
+  "98"
+#endif
+"]";
+
+/*--------------------------------------------------------------------------*/
+
+int main(int argc, char* argv[])
+{
+  int require = 0;
+  require += info_compiler[argc];
+  require += info_platform[argc];
+#ifdef COMPILER_VERSION_MAJOR
+  require += info_version[argc];
+#endif
+#ifdef COMPILER_VERSION_INTERNAL
+  require += info_version_internal[argc];
+#endif
+#ifdef SIMULATE_ID
+  require += info_simulate[argc];
+#endif
+#ifdef SIMULATE_VERSION_MAJOR
+  require += info_simulate_version[argc];
+#endif
+#if defined(__CRAYXE) || defined(__CRAYXC)
+  require += info_cray[argc];
+#endif
+  require += info_language_dialect_default[argc];
+  (void)argv;
+  return require;
+}

BIN
cmake-build-debug/CMakeFiles/3.10.2/CompilerIdCXX/a.out


+ 16 - 0
cmake-build-debug/CMakeFiles/CMakeDirectoryInformation.cmake

@@ -0,0 +1,16 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.10
+
+# Relative path conversion top directories.
+set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/lenotary/work/code/lidar_to_camera")
+set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/lenotary/work/code/lidar_to_camera/cmake-build-debug")
+
+# Force unix paths in dependencies.
+set(CMAKE_FORCE_UNIX_PATHS 1)
+
+
+# The C and CXX include file regular expressions for this directory.
+set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
+set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
+set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
+set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})

+ 55 - 0
cmake-build-debug/CMakeFiles/CMakeError.log

@@ -0,0 +1,55 @@
+Determining if the pthread_create exist failed with the following output:
+Change Dir: /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/make" "cmTC_44d7e/fast"
+/usr/bin/make -f CMakeFiles/cmTC_44d7e.dir/build.make CMakeFiles/cmTC_44d7e.dir/build
+make[1]: 进入目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+Building C object CMakeFiles/cmTC_44d7e.dir/CheckSymbolExists.c.o
+/usr/bin/cc    -o CMakeFiles/cmTC_44d7e.dir/CheckSymbolExists.c.o   -c /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c
+Linking C executable cmTC_44d7e
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_44d7e.dir/link.txt --verbose=1
+/usr/bin/cc      -rdynamic CMakeFiles/cmTC_44d7e.dir/CheckSymbolExists.c.o  -o cmTC_44d7e 
+CMakeFiles/cmTC_44d7e.dir/CheckSymbolExists.c.o:在函数‘main’中:
+CheckSymbolExists.c:(.text+0x1b):对‘pthread_create’未定义的引用
+collect2: error: ld returned 1 exit status
+CMakeFiles/cmTC_44d7e.dir/build.make:97: recipe for target 'cmTC_44d7e' failed
+make[1]: *** [cmTC_44d7e] Error 1
+make[1]: 离开目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+Makefile:126: recipe for target 'cmTC_44d7e/fast' failed
+make: *** [cmTC_44d7e/fast] Error 2
+
+File /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
+/* */
+#include <pthread.h>
+
+int main(int argc, char** argv)
+{
+  (void)argv;
+#ifndef pthread_create
+  return ((int*)(&pthread_create))[argc];
+#else
+  (void)argc;
+  return 0;
+#endif
+}
+
+Determining if the function pthread_create exists in the pthreads failed with the following output:
+Change Dir: /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/make" "cmTC_d414b/fast"
+/usr/bin/make -f CMakeFiles/cmTC_d414b.dir/build.make CMakeFiles/cmTC_d414b.dir/build
+make[1]: 进入目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+Building C object CMakeFiles/cmTC_d414b.dir/CheckFunctionExists.c.o
+/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=pthread_create   -o CMakeFiles/cmTC_d414b.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c
+Linking C executable cmTC_d414b
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d414b.dir/link.txt --verbose=1
+/usr/bin/cc  -DCHECK_FUNCTION_EXISTS=pthread_create    -rdynamic CMakeFiles/cmTC_d414b.dir/CheckFunctionExists.c.o  -o cmTC_d414b -lpthreads 
+/usr/bin/ld: 找不到 -lpthreads
+collect2: error: ld returned 1 exit status
+CMakeFiles/cmTC_d414b.dir/build.make:97: recipe for target 'cmTC_d414b' failed
+make[1]: *** [cmTC_d414b] Error 1
+make[1]: 离开目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+Makefile:126: recipe for target 'cmTC_d414b/fast' failed
+make: *** [cmTC_d414b/fast] Error 2
+
+

+ 661 - 0
cmake-build-debug/CMakeFiles/CMakeOutput.log

@@ -0,0 +1,661 @@
+The system is: Linux - 5.4.0-66-generic - x86_64
+Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
+Compiler: /usr/bin/cc 
+Build flags: 
+Id flags:  
+
+The output was:
+0
+
+
+Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
+
+The C compiler identification is GNU, found in "/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/3.10.2/CompilerIdC/a.out"
+
+Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
+Compiler: /usr/bin/c++ 
+Build flags: 
+Id flags:  
+
+The output was:
+0
+
+
+Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
+
+The CXX compiler identification is GNU, found in "/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/3.10.2/CompilerIdCXX/a.out"
+
+Determining if the C compiler works passed with the following output:
+Change Dir: /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/make" "cmTC_dcb93/fast"
+/usr/bin/make -f CMakeFiles/cmTC_dcb93.dir/build.make CMakeFiles/cmTC_dcb93.dir/build
+make[1]: 进入目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+Building C object CMakeFiles/cmTC_dcb93.dir/testCCompiler.c.o
+/usr/bin/cc    -o CMakeFiles/cmTC_dcb93.dir/testCCompiler.c.o   -c /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp/testCCompiler.c
+Linking C executable cmTC_dcb93
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dcb93.dir/link.txt --verbose=1
+/usr/bin/cc      -rdynamic CMakeFiles/cmTC_dcb93.dir/testCCompiler.c.o  -o cmTC_dcb93 
+make[1]: 离开目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+
+
+Detecting C compiler ABI info compiled with the following output:
+Change Dir: /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/make" "cmTC_1881b/fast"
+/usr/bin/make -f CMakeFiles/cmTC_1881b.dir/build.make CMakeFiles/cmTC_1881b.dir/build
+make[1]: 进入目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+Building C object CMakeFiles/cmTC_1881b.dir/CMakeCCompilerABI.c.o
+/usr/bin/cc    -o CMakeFiles/cmTC_1881b.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake-3.10/Modules/CMakeCCompilerABI.c
+Linking C executable cmTC_1881b
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1881b.dir/link.txt --verbose=1
+/usr/bin/cc     -v -rdynamic CMakeFiles/cmTC_1881b.dir/CMakeCCompilerABI.c.o  -o cmTC_1881b 
+Using built-in specs.
+COLLECT_GCC=/usr/bin/cc
+COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
+OFFLOAD_TARGET_NAMES=nvptx-none
+OFFLOAD_TARGET_DEFAULT=1
+Target: x86_64-linux-gnu
+Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
+Thread model: posix
+gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) 
+COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/
+LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/
+COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_1881b' '-mtune=generic' '-march=x86-64'
+ /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccNdxtLI.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_1881b /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_1881b.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o
+COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_1881b' '-mtune=generic' '-march=x86-64'
+make[1]: 离开目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+
+
+Parsed C implicit link information from above output:
+  link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
+  ignore line: [Change Dir: /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp]
+  ignore line: []
+  ignore line: [Run Build Command:"/usr/bin/make" "cmTC_1881b/fast"]
+  ignore line: [/usr/bin/make -f CMakeFiles/cmTC_1881b.dir/build.make CMakeFiles/cmTC_1881b.dir/build]
+  ignore line: [make[1]: 进入目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”]
+  ignore line: [Building C object CMakeFiles/cmTC_1881b.dir/CMakeCCompilerABI.c.o]
+  ignore line: [/usr/bin/cc    -o CMakeFiles/cmTC_1881b.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake-3.10/Modules/CMakeCCompilerABI.c]
+  ignore line: [Linking C executable cmTC_1881b]
+  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1881b.dir/link.txt --verbose=1]
+  ignore line: [/usr/bin/cc     -v -rdynamic CMakeFiles/cmTC_1881b.dir/CMakeCCompilerABI.c.o  -o cmTC_1881b ]
+  ignore line: [Using built-in specs.]
+  ignore line: [COLLECT_GCC=/usr/bin/cc]
+  ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper]
+  ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
+  ignore line: [OFFLOAD_TARGET_DEFAULT=1]
+  ignore line: [Target: x86_64-linux-gnu]
+  ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
+  ignore line: [Thread model: posix]
+  ignore line: [gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) ]
+  ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/]
+  ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/]
+  ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_1881b' '-mtune=generic' '-march=x86-64']
+  link line: [ /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccNdxtLI.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_1881b /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_1881b.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o]
+    arg [/usr/lib/gcc/x86_64-linux-gnu/7/collect2] ==> ignore
+    arg [-plugin] ==> ignore
+    arg [/usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so] ==> ignore
+    arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper] ==> ignore
+    arg [-plugin-opt=-fresolution=/tmp/ccNdxtLI.res] ==> ignore
+    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
+    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
+    arg [-plugin-opt=-pass-through=-lc] ==> ignore
+    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
+    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
+    arg [--build-id] ==> ignore
+    arg [--eh-frame-hdr] ==> ignore
+    arg [-m] ==> ignore
+    arg [elf_x86_64] ==> ignore
+    arg [--hash-style=gnu] ==> ignore
+    arg [--as-needed] ==> ignore
+    arg [-export-dynamic] ==> ignore
+    arg [-dynamic-linker] ==> ignore
+    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
+    arg [-pie] ==> ignore
+    arg [-znow] ==> ignore
+    arg [-zrelro] ==> ignore
+    arg [-o] ==> ignore
+    arg [cmTC_1881b] ==> ignore
+    arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore
+    arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o] ==> ignore
+    arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o] ==> ignore
+    arg [-L/usr/lib/gcc/x86_64-linux-gnu/7] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7]
+    arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu]
+    arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib]
+    arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
+    arg [-L/lib/../lib] ==> dir [/lib/../lib]
+    arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
+    arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
+    arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..]
+    arg [CMakeFiles/cmTC_1881b.dir/CMakeCCompilerABI.c.o] ==> ignore
+    arg [-lgcc] ==> lib [gcc]
+    arg [--push-state] ==> ignore
+    arg [--as-needed] ==> ignore
+    arg [-lgcc_s] ==> lib [gcc_s]
+    arg [--pop-state] ==> ignore
+    arg [-lc] ==> lib [c]
+    arg [-lgcc] ==> lib [gcc]
+    arg [--push-state] ==> ignore
+    arg [--as-needed] ==> ignore
+    arg [-lgcc_s] ==> lib [gcc_s]
+    arg [--pop-state] ==> ignore
+    arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o] ==> ignore
+    arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] ==> ignore
+  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7] ==> [/usr/lib/gcc/x86_64-linux-gnu/7]
+  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
+  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> [/usr/lib]
+  collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
+  collapse library dir [/lib/../lib] ==> [/lib]
+  collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
+  collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
+  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> [/usr/lib]
+  implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
+  implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
+  implicit fwks: []
+
+
+
+
+Detecting C [-std=c11] compiler features compiled with the following output:
+Change Dir: /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/make" "cmTC_d832f/fast"
+/usr/bin/make -f CMakeFiles/cmTC_d832f.dir/build.make CMakeFiles/cmTC_d832f.dir/build
+make[1]: 进入目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+Building C object CMakeFiles/cmTC_d832f.dir/feature_tests.c.o
+/usr/bin/cc   -std=c11 -o CMakeFiles/cmTC_d832f.dir/feature_tests.c.o   -c /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/feature_tests.c
+Linking C executable cmTC_d832f
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d832f.dir/link.txt --verbose=1
+/usr/bin/cc      -rdynamic CMakeFiles/cmTC_d832f.dir/feature_tests.c.o  -o cmTC_d832f 
+make[1]: 离开目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+
+
+    Feature record: C_FEATURE:1c_function_prototypes
+    Feature record: C_FEATURE:1c_restrict
+    Feature record: C_FEATURE:1c_static_assert
+    Feature record: C_FEATURE:1c_variadic_macros
+
+
+Detecting C [-std=c99] compiler features compiled with the following output:
+Change Dir: /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/make" "cmTC_012fa/fast"
+/usr/bin/make -f CMakeFiles/cmTC_012fa.dir/build.make CMakeFiles/cmTC_012fa.dir/build
+make[1]: 进入目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+Building C object CMakeFiles/cmTC_012fa.dir/feature_tests.c.o
+/usr/bin/cc   -std=c99 -o CMakeFiles/cmTC_012fa.dir/feature_tests.c.o   -c /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/feature_tests.c
+Linking C executable cmTC_012fa
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_012fa.dir/link.txt --verbose=1
+/usr/bin/cc      -rdynamic CMakeFiles/cmTC_012fa.dir/feature_tests.c.o  -o cmTC_012fa 
+make[1]: 离开目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+
+
+    Feature record: C_FEATURE:1c_function_prototypes
+    Feature record: C_FEATURE:1c_restrict
+    Feature record: C_FEATURE:0c_static_assert
+    Feature record: C_FEATURE:1c_variadic_macros
+
+
+Detecting C [-std=c90] compiler features compiled with the following output:
+Change Dir: /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/make" "cmTC_132ee/fast"
+/usr/bin/make -f CMakeFiles/cmTC_132ee.dir/build.make CMakeFiles/cmTC_132ee.dir/build
+make[1]: 进入目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+Building C object CMakeFiles/cmTC_132ee.dir/feature_tests.c.o
+/usr/bin/cc   -std=c90 -o CMakeFiles/cmTC_132ee.dir/feature_tests.c.o   -c /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/feature_tests.c
+Linking C executable cmTC_132ee
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_132ee.dir/link.txt --verbose=1
+/usr/bin/cc      -rdynamic CMakeFiles/cmTC_132ee.dir/feature_tests.c.o  -o cmTC_132ee 
+make[1]: 离开目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+
+
+    Feature record: C_FEATURE:1c_function_prototypes
+    Feature record: C_FEATURE:0c_restrict
+    Feature record: C_FEATURE:0c_static_assert
+    Feature record: C_FEATURE:0c_variadic_macros
+Determining if the CXX compiler works passed with the following output:
+Change Dir: /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/make" "cmTC_cfd09/fast"
+/usr/bin/make -f CMakeFiles/cmTC_cfd09.dir/build.make CMakeFiles/cmTC_cfd09.dir/build
+make[1]: 进入目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+Building CXX object CMakeFiles/cmTC_cfd09.dir/testCXXCompiler.cxx.o
+/usr/bin/c++     -o CMakeFiles/cmTC_cfd09.dir/testCXXCompiler.cxx.o -c /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
+Linking CXX executable cmTC_cfd09
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cfd09.dir/link.txt --verbose=1
+/usr/bin/c++       -rdynamic CMakeFiles/cmTC_cfd09.dir/testCXXCompiler.cxx.o  -o cmTC_cfd09 
+make[1]: 离开目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+
+
+Detecting CXX compiler ABI info compiled with the following output:
+Change Dir: /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/make" "cmTC_fe4e7/fast"
+/usr/bin/make -f CMakeFiles/cmTC_fe4e7.dir/build.make CMakeFiles/cmTC_fe4e7.dir/build
+make[1]: 进入目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+Building CXX object CMakeFiles/cmTC_fe4e7.dir/CMakeCXXCompilerABI.cpp.o
+/usr/bin/c++     -o CMakeFiles/cmTC_fe4e7.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.10/Modules/CMakeCXXCompilerABI.cpp
+Linking CXX executable cmTC_fe4e7
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fe4e7.dir/link.txt --verbose=1
+/usr/bin/c++      -v -rdynamic CMakeFiles/cmTC_fe4e7.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_fe4e7 
+Using built-in specs.
+COLLECT_GCC=/usr/bin/c++
+COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
+OFFLOAD_TARGET_NAMES=nvptx-none
+OFFLOAD_TARGET_DEFAULT=1
+Target: x86_64-linux-gnu
+Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
+Thread model: posix
+gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) 
+COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/
+LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/
+COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_fe4e7' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
+ /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccALRM83.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_fe4e7 /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_fe4e7.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o
+COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_fe4e7' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
+make[1]: 离开目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+
+
+Parsed CXX implicit link information from above output:
+  link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
+  ignore line: [Change Dir: /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp]
+  ignore line: []
+  ignore line: [Run Build Command:"/usr/bin/make" "cmTC_fe4e7/fast"]
+  ignore line: [/usr/bin/make -f CMakeFiles/cmTC_fe4e7.dir/build.make CMakeFiles/cmTC_fe4e7.dir/build]
+  ignore line: [make[1]: 进入目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”]
+  ignore line: [Building CXX object CMakeFiles/cmTC_fe4e7.dir/CMakeCXXCompilerABI.cpp.o]
+  ignore line: [/usr/bin/c++     -o CMakeFiles/cmTC_fe4e7.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.10/Modules/CMakeCXXCompilerABI.cpp]
+  ignore line: [Linking CXX executable cmTC_fe4e7]
+  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fe4e7.dir/link.txt --verbose=1]
+  ignore line: [/usr/bin/c++      -v -rdynamic CMakeFiles/cmTC_fe4e7.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_fe4e7 ]
+  ignore line: [Using built-in specs.]
+  ignore line: [COLLECT_GCC=/usr/bin/c++]
+  ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper]
+  ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
+  ignore line: [OFFLOAD_TARGET_DEFAULT=1]
+  ignore line: [Target: x86_64-linux-gnu]
+  ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
+  ignore line: [Thread model: posix]
+  ignore line: [gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) ]
+  ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/]
+  ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/]
+  ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_fe4e7' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
+  link line: [ /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccALRM83.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_fe4e7 /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_fe4e7.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o]
+    arg [/usr/lib/gcc/x86_64-linux-gnu/7/collect2] ==> ignore
+    arg [-plugin] ==> ignore
+    arg [/usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so] ==> ignore
+    arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper] ==> ignore
+    arg [-plugin-opt=-fresolution=/tmp/ccALRM83.res] ==> ignore
+    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
+    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
+    arg [-plugin-opt=-pass-through=-lc] ==> ignore
+    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
+    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
+    arg [--build-id] ==> ignore
+    arg [--eh-frame-hdr] ==> ignore
+    arg [-m] ==> ignore
+    arg [elf_x86_64] ==> ignore
+    arg [--hash-style=gnu] ==> ignore
+    arg [--as-needed] ==> ignore
+    arg [-export-dynamic] ==> ignore
+    arg [-dynamic-linker] ==> ignore
+    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
+    arg [-pie] ==> ignore
+    arg [-znow] ==> ignore
+    arg [-zrelro] ==> ignore
+    arg [-o] ==> ignore
+    arg [cmTC_fe4e7] ==> ignore
+    arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore
+    arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o] ==> ignore
+    arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o] ==> ignore
+    arg [-L/usr/lib/gcc/x86_64-linux-gnu/7] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7]
+    arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu]
+    arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib]
+    arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
+    arg [-L/lib/../lib] ==> dir [/lib/../lib]
+    arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
+    arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
+    arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..]
+    arg [CMakeFiles/cmTC_fe4e7.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
+    arg [-lstdc++] ==> lib [stdc++]
+    arg [-lm] ==> lib [m]
+    arg [-lgcc_s] ==> lib [gcc_s]
+    arg [-lgcc] ==> lib [gcc]
+    arg [-lc] ==> lib [c]
+    arg [-lgcc_s] ==> lib [gcc_s]
+    arg [-lgcc] ==> lib [gcc]
+    arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o] ==> ignore
+    arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] ==> ignore
+  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7] ==> [/usr/lib/gcc/x86_64-linux-gnu/7]
+  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
+  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> [/usr/lib]
+  collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
+  collapse library dir [/lib/../lib] ==> [/lib]
+  collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
+  collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
+  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> [/usr/lib]
+  implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
+  implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
+  implicit fwks: []
+
+
+
+
+Detecting CXX [-std=c++1z] compiler features compiled with the following output:
+Change Dir: /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/make" "cmTC_02d66/fast"
+/usr/bin/make -f CMakeFiles/cmTC_02d66.dir/build.make CMakeFiles/cmTC_02d66.dir/build
+make[1]: 进入目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+Building CXX object CMakeFiles/cmTC_02d66.dir/feature_tests.cxx.o
+/usr/bin/c++    -std=c++1z -o CMakeFiles/cmTC_02d66.dir/feature_tests.cxx.o -c /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/feature_tests.cxx
+Linking CXX executable cmTC_02d66
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_02d66.dir/link.txt --verbose=1
+/usr/bin/c++       -rdynamic CMakeFiles/cmTC_02d66.dir/feature_tests.cxx.o  -o cmTC_02d66 
+make[1]: 离开目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+
+
+    Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
+    Feature record: CXX_FEATURE:1cxx_alias_templates
+    Feature record: CXX_FEATURE:1cxx_alignas
+    Feature record: CXX_FEATURE:1cxx_alignof
+    Feature record: CXX_FEATURE:1cxx_attributes
+    Feature record: CXX_FEATURE:1cxx_attribute_deprecated
+    Feature record: CXX_FEATURE:1cxx_auto_type
+    Feature record: CXX_FEATURE:1cxx_binary_literals
+    Feature record: CXX_FEATURE:1cxx_constexpr
+    Feature record: CXX_FEATURE:1cxx_contextual_conversions
+    Feature record: CXX_FEATURE:1cxx_decltype
+    Feature record: CXX_FEATURE:1cxx_decltype_auto
+    Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
+    Feature record: CXX_FEATURE:1cxx_default_function_template_args
+    Feature record: CXX_FEATURE:1cxx_defaulted_functions
+    Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
+    Feature record: CXX_FEATURE:1cxx_delegating_constructors
+    Feature record: CXX_FEATURE:1cxx_deleted_functions
+    Feature record: CXX_FEATURE:1cxx_digit_separators
+    Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
+    Feature record: CXX_FEATURE:1cxx_explicit_conversions
+    Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
+    Feature record: CXX_FEATURE:1cxx_extern_templates
+    Feature record: CXX_FEATURE:1cxx_final
+    Feature record: CXX_FEATURE:1cxx_func_identifier
+    Feature record: CXX_FEATURE:1cxx_generalized_initializers
+    Feature record: CXX_FEATURE:1cxx_generic_lambdas
+    Feature record: CXX_FEATURE:1cxx_inheriting_constructors
+    Feature record: CXX_FEATURE:1cxx_inline_namespaces
+    Feature record: CXX_FEATURE:1cxx_lambdas
+    Feature record: CXX_FEATURE:1cxx_lambda_init_captures
+    Feature record: CXX_FEATURE:1cxx_local_type_template_args
+    Feature record: CXX_FEATURE:1cxx_long_long_type
+    Feature record: CXX_FEATURE:1cxx_noexcept
+    Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
+    Feature record: CXX_FEATURE:1cxx_nullptr
+    Feature record: CXX_FEATURE:1cxx_override
+    Feature record: CXX_FEATURE:1cxx_range_for
+    Feature record: CXX_FEATURE:1cxx_raw_string_literals
+    Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
+    Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
+    Feature record: CXX_FEATURE:1cxx_return_type_deduction
+    Feature record: CXX_FEATURE:1cxx_right_angle_brackets
+    Feature record: CXX_FEATURE:1cxx_rvalue_references
+    Feature record: CXX_FEATURE:1cxx_sizeof_member
+    Feature record: CXX_FEATURE:1cxx_static_assert
+    Feature record: CXX_FEATURE:1cxx_strong_enums
+    Feature record: CXX_FEATURE:1cxx_template_template_parameters
+    Feature record: CXX_FEATURE:1cxx_thread_local
+    Feature record: CXX_FEATURE:1cxx_trailing_return_types
+    Feature record: CXX_FEATURE:1cxx_unicode_literals
+    Feature record: CXX_FEATURE:1cxx_uniform_initialization
+    Feature record: CXX_FEATURE:1cxx_unrestricted_unions
+    Feature record: CXX_FEATURE:1cxx_user_literals
+    Feature record: CXX_FEATURE:1cxx_variable_templates
+    Feature record: CXX_FEATURE:1cxx_variadic_macros
+    Feature record: CXX_FEATURE:1cxx_variadic_templates
+
+
+Detecting CXX [-std=c++14] compiler features compiled with the following output:
+Change Dir: /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/make" "cmTC_f1f0d/fast"
+/usr/bin/make -f CMakeFiles/cmTC_f1f0d.dir/build.make CMakeFiles/cmTC_f1f0d.dir/build
+make[1]: 进入目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+Building CXX object CMakeFiles/cmTC_f1f0d.dir/feature_tests.cxx.o
+/usr/bin/c++    -std=c++14 -o CMakeFiles/cmTC_f1f0d.dir/feature_tests.cxx.o -c /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/feature_tests.cxx
+Linking CXX executable cmTC_f1f0d
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f1f0d.dir/link.txt --verbose=1
+/usr/bin/c++       -rdynamic CMakeFiles/cmTC_f1f0d.dir/feature_tests.cxx.o  -o cmTC_f1f0d 
+make[1]: 离开目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+
+
+    Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
+    Feature record: CXX_FEATURE:1cxx_alias_templates
+    Feature record: CXX_FEATURE:1cxx_alignas
+    Feature record: CXX_FEATURE:1cxx_alignof
+    Feature record: CXX_FEATURE:1cxx_attributes
+    Feature record: CXX_FEATURE:1cxx_attribute_deprecated
+    Feature record: CXX_FEATURE:1cxx_auto_type
+    Feature record: CXX_FEATURE:1cxx_binary_literals
+    Feature record: CXX_FEATURE:1cxx_constexpr
+    Feature record: CXX_FEATURE:1cxx_contextual_conversions
+    Feature record: CXX_FEATURE:1cxx_decltype
+    Feature record: CXX_FEATURE:1cxx_decltype_auto
+    Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
+    Feature record: CXX_FEATURE:1cxx_default_function_template_args
+    Feature record: CXX_FEATURE:1cxx_defaulted_functions
+    Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
+    Feature record: CXX_FEATURE:1cxx_delegating_constructors
+    Feature record: CXX_FEATURE:1cxx_deleted_functions
+    Feature record: CXX_FEATURE:1cxx_digit_separators
+    Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
+    Feature record: CXX_FEATURE:1cxx_explicit_conversions
+    Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
+    Feature record: CXX_FEATURE:1cxx_extern_templates
+    Feature record: CXX_FEATURE:1cxx_final
+    Feature record: CXX_FEATURE:1cxx_func_identifier
+    Feature record: CXX_FEATURE:1cxx_generalized_initializers
+    Feature record: CXX_FEATURE:1cxx_generic_lambdas
+    Feature record: CXX_FEATURE:1cxx_inheriting_constructors
+    Feature record: CXX_FEATURE:1cxx_inline_namespaces
+    Feature record: CXX_FEATURE:1cxx_lambdas
+    Feature record: CXX_FEATURE:1cxx_lambda_init_captures
+    Feature record: CXX_FEATURE:1cxx_local_type_template_args
+    Feature record: CXX_FEATURE:1cxx_long_long_type
+    Feature record: CXX_FEATURE:1cxx_noexcept
+    Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
+    Feature record: CXX_FEATURE:1cxx_nullptr
+    Feature record: CXX_FEATURE:1cxx_override
+    Feature record: CXX_FEATURE:1cxx_range_for
+    Feature record: CXX_FEATURE:1cxx_raw_string_literals
+    Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
+    Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
+    Feature record: CXX_FEATURE:1cxx_return_type_deduction
+    Feature record: CXX_FEATURE:1cxx_right_angle_brackets
+    Feature record: CXX_FEATURE:1cxx_rvalue_references
+    Feature record: CXX_FEATURE:1cxx_sizeof_member
+    Feature record: CXX_FEATURE:1cxx_static_assert
+    Feature record: CXX_FEATURE:1cxx_strong_enums
+    Feature record: CXX_FEATURE:1cxx_template_template_parameters
+    Feature record: CXX_FEATURE:1cxx_thread_local
+    Feature record: CXX_FEATURE:1cxx_trailing_return_types
+    Feature record: CXX_FEATURE:1cxx_unicode_literals
+    Feature record: CXX_FEATURE:1cxx_uniform_initialization
+    Feature record: CXX_FEATURE:1cxx_unrestricted_unions
+    Feature record: CXX_FEATURE:1cxx_user_literals
+    Feature record: CXX_FEATURE:1cxx_variable_templates
+    Feature record: CXX_FEATURE:1cxx_variadic_macros
+    Feature record: CXX_FEATURE:1cxx_variadic_templates
+
+
+Detecting CXX [-std=c++11] compiler features compiled with the following output:
+Change Dir: /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/make" "cmTC_e37cc/fast"
+/usr/bin/make -f CMakeFiles/cmTC_e37cc.dir/build.make CMakeFiles/cmTC_e37cc.dir/build
+make[1]: 进入目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+Building CXX object CMakeFiles/cmTC_e37cc.dir/feature_tests.cxx.o
+/usr/bin/c++    -std=c++11 -o CMakeFiles/cmTC_e37cc.dir/feature_tests.cxx.o -c /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/feature_tests.cxx
+Linking CXX executable cmTC_e37cc
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e37cc.dir/link.txt --verbose=1
+/usr/bin/c++       -rdynamic CMakeFiles/cmTC_e37cc.dir/feature_tests.cxx.o  -o cmTC_e37cc 
+make[1]: 离开目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+
+
+    Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
+    Feature record: CXX_FEATURE:1cxx_alias_templates
+    Feature record: CXX_FEATURE:1cxx_alignas
+    Feature record: CXX_FEATURE:1cxx_alignof
+    Feature record: CXX_FEATURE:1cxx_attributes
+    Feature record: CXX_FEATURE:0cxx_attribute_deprecated
+    Feature record: CXX_FEATURE:1cxx_auto_type
+    Feature record: CXX_FEATURE:0cxx_binary_literals
+    Feature record: CXX_FEATURE:1cxx_constexpr
+    Feature record: CXX_FEATURE:0cxx_contextual_conversions
+    Feature record: CXX_FEATURE:1cxx_decltype
+    Feature record: CXX_FEATURE:0cxx_decltype_auto
+    Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
+    Feature record: CXX_FEATURE:1cxx_default_function_template_args
+    Feature record: CXX_FEATURE:1cxx_defaulted_functions
+    Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
+    Feature record: CXX_FEATURE:1cxx_delegating_constructors
+    Feature record: CXX_FEATURE:1cxx_deleted_functions
+    Feature record: CXX_FEATURE:0cxx_digit_separators
+    Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
+    Feature record: CXX_FEATURE:1cxx_explicit_conversions
+    Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
+    Feature record: CXX_FEATURE:1cxx_extern_templates
+    Feature record: CXX_FEATURE:1cxx_final
+    Feature record: CXX_FEATURE:1cxx_func_identifier
+    Feature record: CXX_FEATURE:1cxx_generalized_initializers
+    Feature record: CXX_FEATURE:0cxx_generic_lambdas
+    Feature record: CXX_FEATURE:1cxx_inheriting_constructors
+    Feature record: CXX_FEATURE:1cxx_inline_namespaces
+    Feature record: CXX_FEATURE:1cxx_lambdas
+    Feature record: CXX_FEATURE:0cxx_lambda_init_captures
+    Feature record: CXX_FEATURE:1cxx_local_type_template_args
+    Feature record: CXX_FEATURE:1cxx_long_long_type
+    Feature record: CXX_FEATURE:1cxx_noexcept
+    Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
+    Feature record: CXX_FEATURE:1cxx_nullptr
+    Feature record: CXX_FEATURE:1cxx_override
+    Feature record: CXX_FEATURE:1cxx_range_for
+    Feature record: CXX_FEATURE:1cxx_raw_string_literals
+    Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
+    Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
+    Feature record: CXX_FEATURE:0cxx_return_type_deduction
+    Feature record: CXX_FEATURE:1cxx_right_angle_brackets
+    Feature record: CXX_FEATURE:1cxx_rvalue_references
+    Feature record: CXX_FEATURE:1cxx_sizeof_member
+    Feature record: CXX_FEATURE:1cxx_static_assert
+    Feature record: CXX_FEATURE:1cxx_strong_enums
+    Feature record: CXX_FEATURE:1cxx_template_template_parameters
+    Feature record: CXX_FEATURE:1cxx_thread_local
+    Feature record: CXX_FEATURE:1cxx_trailing_return_types
+    Feature record: CXX_FEATURE:1cxx_unicode_literals
+    Feature record: CXX_FEATURE:1cxx_uniform_initialization
+    Feature record: CXX_FEATURE:1cxx_unrestricted_unions
+    Feature record: CXX_FEATURE:1cxx_user_literals
+    Feature record: CXX_FEATURE:0cxx_variable_templates
+    Feature record: CXX_FEATURE:1cxx_variadic_macros
+    Feature record: CXX_FEATURE:1cxx_variadic_templates
+
+
+Detecting CXX [-std=c++98] compiler features compiled with the following output:
+Change Dir: /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/make" "cmTC_bf4a8/fast"
+/usr/bin/make -f CMakeFiles/cmTC_bf4a8.dir/build.make CMakeFiles/cmTC_bf4a8.dir/build
+make[1]: 进入目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+Building CXX object CMakeFiles/cmTC_bf4a8.dir/feature_tests.cxx.o
+/usr/bin/c++    -std=c++98 -o CMakeFiles/cmTC_bf4a8.dir/feature_tests.cxx.o -c /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/feature_tests.cxx
+Linking CXX executable cmTC_bf4a8
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bf4a8.dir/link.txt --verbose=1
+/usr/bin/c++       -rdynamic CMakeFiles/cmTC_bf4a8.dir/feature_tests.cxx.o  -o cmTC_bf4a8 
+make[1]: 离开目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+
+
+    Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
+    Feature record: CXX_FEATURE:0cxx_alias_templates
+    Feature record: CXX_FEATURE:0cxx_alignas
+    Feature record: CXX_FEATURE:0cxx_alignof
+    Feature record: CXX_FEATURE:0cxx_attributes
+    Feature record: CXX_FEATURE:0cxx_attribute_deprecated
+    Feature record: CXX_FEATURE:0cxx_auto_type
+    Feature record: CXX_FEATURE:0cxx_binary_literals
+    Feature record: CXX_FEATURE:0cxx_constexpr
+    Feature record: CXX_FEATURE:0cxx_contextual_conversions
+    Feature record: CXX_FEATURE:0cxx_decltype
+    Feature record: CXX_FEATURE:0cxx_decltype_auto
+    Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
+    Feature record: CXX_FEATURE:0cxx_default_function_template_args
+    Feature record: CXX_FEATURE:0cxx_defaulted_functions
+    Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
+    Feature record: CXX_FEATURE:0cxx_delegating_constructors
+    Feature record: CXX_FEATURE:0cxx_deleted_functions
+    Feature record: CXX_FEATURE:0cxx_digit_separators
+    Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
+    Feature record: CXX_FEATURE:0cxx_explicit_conversions
+    Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
+    Feature record: CXX_FEATURE:0cxx_extern_templates
+    Feature record: CXX_FEATURE:0cxx_final
+    Feature record: CXX_FEATURE:0cxx_func_identifier
+    Feature record: CXX_FEATURE:0cxx_generalized_initializers
+    Feature record: CXX_FEATURE:0cxx_generic_lambdas
+    Feature record: CXX_FEATURE:0cxx_inheriting_constructors
+    Feature record: CXX_FEATURE:0cxx_inline_namespaces
+    Feature record: CXX_FEATURE:0cxx_lambdas
+    Feature record: CXX_FEATURE:0cxx_lambda_init_captures
+    Feature record: CXX_FEATURE:0cxx_local_type_template_args
+    Feature record: CXX_FEATURE:0cxx_long_long_type
+    Feature record: CXX_FEATURE:0cxx_noexcept
+    Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
+    Feature record: CXX_FEATURE:0cxx_nullptr
+    Feature record: CXX_FEATURE:0cxx_override
+    Feature record: CXX_FEATURE:0cxx_range_for
+    Feature record: CXX_FEATURE:0cxx_raw_string_literals
+    Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
+    Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
+    Feature record: CXX_FEATURE:0cxx_return_type_deduction
+    Feature record: CXX_FEATURE:0cxx_right_angle_brackets
+    Feature record: CXX_FEATURE:0cxx_rvalue_references
+    Feature record: CXX_FEATURE:0cxx_sizeof_member
+    Feature record: CXX_FEATURE:0cxx_static_assert
+    Feature record: CXX_FEATURE:0cxx_strong_enums
+    Feature record: CXX_FEATURE:1cxx_template_template_parameters
+    Feature record: CXX_FEATURE:0cxx_thread_local
+    Feature record: CXX_FEATURE:0cxx_trailing_return_types
+    Feature record: CXX_FEATURE:0cxx_unicode_literals
+    Feature record: CXX_FEATURE:0cxx_uniform_initialization
+    Feature record: CXX_FEATURE:0cxx_unrestricted_unions
+    Feature record: CXX_FEATURE:0cxx_user_literals
+    Feature record: CXX_FEATURE:0cxx_variable_templates
+    Feature record: CXX_FEATURE:0cxx_variadic_macros
+    Feature record: CXX_FEATURE:0cxx_variadic_templates
+Determining if the include file pthread.h exists passed with the following output:
+Change Dir: /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/make" "cmTC_fa46d/fast"
+/usr/bin/make -f CMakeFiles/cmTC_fa46d.dir/build.make CMakeFiles/cmTC_fa46d.dir/build
+make[1]: 进入目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+Building C object CMakeFiles/cmTC_fa46d.dir/CheckIncludeFile.c.o
+/usr/bin/cc    -o CMakeFiles/cmTC_fa46d.dir/CheckIncludeFile.c.o   -c /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp/CheckIncludeFile.c
+Linking C executable cmTC_fa46d
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fa46d.dir/link.txt --verbose=1
+/usr/bin/cc      -rdynamic CMakeFiles/cmTC_fa46d.dir/CheckIncludeFile.c.o  -o cmTC_fa46d 
+make[1]: 离开目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+
+
+Determining if the function pthread_create exists in the pthread passed with the following output:
+Change Dir: /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/make" "cmTC_c89d0/fast"
+/usr/bin/make -f CMakeFiles/cmTC_c89d0.dir/build.make CMakeFiles/cmTC_c89d0.dir/build
+make[1]: 进入目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+Building C object CMakeFiles/cmTC_c89d0.dir/CheckFunctionExists.c.o
+/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=pthread_create   -o CMakeFiles/cmTC_c89d0.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c
+Linking C executable cmTC_c89d0
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c89d0.dir/link.txt --verbose=1
+/usr/bin/cc  -DCHECK_FUNCTION_EXISTS=pthread_create    -rdynamic CMakeFiles/cmTC_c89d0.dir/CheckFunctionExists.c.o  -o cmTC_c89d0 -lpthread 
+make[1]: 离开目录“/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/CMakeTmp”
+
+

+ 263 - 0
cmake-build-debug/CMakeFiles/Makefile.cmake

@@ -0,0 +1,263 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.10
+
+# The generator used is:
+set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
+
+# The top level Makefile was generated from the following files:
+set(CMAKE_MAKEFILE_DEPENDS
+  "CMakeCache.txt"
+  "../CMakeLists.txt"
+  "CMakeFiles/3.10.2/CMakeCCompiler.cmake"
+  "CMakeFiles/3.10.2/CMakeCXXCompiler.cmake"
+  "CMakeFiles/3.10.2/CMakeSystem.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkChartsCore.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkCommonColor.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkCommonComputationalGeometry.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkCommonCore.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkCommonDataModel.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkCommonExecutionModel.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkCommonMath.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkCommonMisc.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkCommonSystem.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkCommonTransforms.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkDICOMParser.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkDomainsChemistry.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersAMR.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersCore.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersExtraction.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersFlowPaths.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersGeneral.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersGeneric.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersGeometry.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersHybrid.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersHyperTree.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersImaging.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersModeling.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersParallel.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersParallelFlowPaths.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersParallelGeometry.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersParallelImaging.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersParallelMPI.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersParallelStatistics.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersProgrammable.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersPython.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersReebGraph.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersSMP.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersSelection.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersSources.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersStatistics.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersTexture.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkFiltersVerdict.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkGUISupportQt.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkGUISupportQtOpenGL.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkGUISupportQtSQL.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkGUISupportQtWebkit.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkGeovisCore.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOAMR.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOCore.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOEnSight.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOExodus.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOExport.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOFFMPEG.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOGDAL.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOGeoJSON.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOGeometry.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOImage.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOImport.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOInfovis.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOLSDyna.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOLegacy.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOMINC.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOMPIImage.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOMPIParallel.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOMovie.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOMySQL.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIONetCDF.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOODBC.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOPLY.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOParallel.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOParallelExodus.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOParallelLSDyna.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOParallelNetCDF.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOParallelXML.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOPostgreSQL.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOSQL.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOVPIC.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOVideo.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOXML.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOXMLParser.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkIOXdmf2.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkImagingColor.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkImagingCore.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkImagingFourier.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkImagingGeneral.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkImagingHybrid.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkImagingMath.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkImagingMorphological.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkImagingSources.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkImagingStatistics.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkImagingStencil.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkInfovisBoost.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkInfovisBoostGraphAlgorithms.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkInfovisCore.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkInfovisLayout.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkInteractionImage.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkInteractionStyle.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkInteractionWidgets.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkLocalExample.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkMetaIO.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkParallelCore.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkParallelMPI.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkParallelMPI4Py.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkParseOGLExt.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkPython.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkPythonInterpreter.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkRenderingAnnotation.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkRenderingContext2D.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkRenderingContextOpenGL.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkRenderingCore.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkRenderingExternal.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkRenderingFreeType.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkRenderingFreeTypeFontConfig.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkRenderingGL2PS.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkRenderingImage.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkRenderingLIC.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkRenderingLOD.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkRenderingLabel.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkRenderingMatplotlib.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkRenderingOpenGL.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkRenderingParallel.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkRenderingParallelLIC.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkRenderingQt.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkRenderingTk.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkRenderingVolume.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkRenderingVolumeAMR.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkRenderingVolumeOpenGL.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkTclTk.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkTestingCore.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkTestingGenericBridge.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkTestingIOSQL.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkTestingRendering.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkUtilitiesEncodeString.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkUtilitiesHashSource.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkVPIC.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkViewsContext2D.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkViewsCore.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkViewsGeovis.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkViewsInfovis.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkViewsQt.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkWrappingJava.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkWrappingPythonCore.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkWrappingTcl.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkWrappingTools.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkalglib.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkexodusII.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkexpat.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkfreetype.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkftgl.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkgl2ps.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkglew.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkhdf5.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkjpeg.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkjsoncpp.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtklibproj4.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtklibxml2.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtknetcdf.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkoggtheora.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkpng.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtksqlite.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtksys.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtktiff.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkverdict.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkxdmf2.cmake"
+  "/usr/lib/cmake/vtk-6.3/Modules/vtkzlib.cmake"
+  "/usr/lib/cmake/vtk-6.3/UseVTK.cmake"
+  "/usr/lib/cmake/vtk-6.3/VTKConfig.cmake"
+  "/usr/lib/cmake/vtk-6.3/VTKConfigVersion.cmake"
+  "/usr/lib/cmake/vtk-6.3/VTKTargets-none.cmake"
+  "/usr/lib/cmake/vtk-6.3/VTKTargets.cmake"
+  "/usr/lib/cmake/vtk-6.3/vtkModuleAPI.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfig.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfigExtras.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfigVersion.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreMacros.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfig.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5Network/Qt5NetworkConfig.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5Network/Qt5NetworkConfigVersion.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5OpenGL/Qt5OpenGLConfig.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5OpenGL/Qt5OpenGLConfigVersion.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5Sql/Qt5SqlConfig.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5Sql/Qt5SqlConfigVersion.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5WebKit/Qt5WebKitConfig.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5WebKit/Qt5WebKitConfigVersion.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5WebKit/WebKitTargets-none.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5WebKit/WebKitTargets.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsConfig.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsConfigVersion.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsTargets-none.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsTargets.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake"
+  "/usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfigVersion.cmake"
+  "/usr/local/lib/cmake/opencv4/OpenCVConfig-version.cmake"
+  "/usr/local/lib/cmake/opencv4/OpenCVConfig.cmake"
+  "/usr/local/lib/cmake/opencv4/OpenCVModules-release.cmake"
+  "/usr/local/lib/cmake/opencv4/OpenCVModules.cmake"
+  "/usr/share/cmake-3.10/Modules/CMakeCInformation.cmake"
+  "/usr/share/cmake-3.10/Modules/CMakeCXXInformation.cmake"
+  "/usr/share/cmake-3.10/Modules/CMakeCommonLanguageInclude.cmake"
+  "/usr/share/cmake-3.10/Modules/CMakeConfigurableFile.in"
+  "/usr/share/cmake-3.10/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake"
+  "/usr/share/cmake-3.10/Modules/CMakeFindCodeBlocks.cmake"
+  "/usr/share/cmake-3.10/Modules/CMakeFindDependencyMacro.cmake"
+  "/usr/share/cmake-3.10/Modules/CMakeGenericSystem.cmake"
+  "/usr/share/cmake-3.10/Modules/CMakeLanguageInformation.cmake"
+  "/usr/share/cmake-3.10/Modules/CMakeParseArguments.cmake"
+  "/usr/share/cmake-3.10/Modules/CMakeSystemSpecificInformation.cmake"
+  "/usr/share/cmake-3.10/Modules/CMakeSystemSpecificInitialize.cmake"
+  "/usr/share/cmake-3.10/Modules/CheckFunctionExists.c"
+  "/usr/share/cmake-3.10/Modules/CheckIncludeFile.c.in"
+  "/usr/share/cmake-3.10/Modules/CheckIncludeFile.cmake"
+  "/usr/share/cmake-3.10/Modules/CheckLibraryExists.cmake"
+  "/usr/share/cmake-3.10/Modules/CheckSymbolExists.cmake"
+  "/usr/share/cmake-3.10/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
+  "/usr/share/cmake-3.10/Modules/Compiler/GNU-C.cmake"
+  "/usr/share/cmake-3.10/Modules/Compiler/GNU-CXX.cmake"
+  "/usr/share/cmake-3.10/Modules/Compiler/GNU.cmake"
+  "/usr/share/cmake-3.10/Modules/FindBoost.cmake"
+  "/usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake"
+  "/usr/share/cmake-3.10/Modules/FindPackageMessage.cmake"
+  "/usr/share/cmake-3.10/Modules/FindPkgConfig.cmake"
+  "/usr/share/cmake-3.10/Modules/FindThreads.cmake"
+  "/usr/share/cmake-3.10/Modules/Platform/Linux-GNU-C.cmake"
+  "/usr/share/cmake-3.10/Modules/Platform/Linux-GNU-CXX.cmake"
+  "/usr/share/cmake-3.10/Modules/Platform/Linux-GNU.cmake"
+  "/usr/share/cmake-3.10/Modules/Platform/Linux.cmake"
+  "/usr/share/cmake-3.10/Modules/Platform/UnixPaths.cmake"
+  "/usr/share/cmake-3.10/Modules/ProcessorCount.cmake"
+  )
+
+# The corresponding makefile is:
+set(CMAKE_MAKEFILE_OUTPUTS
+  "Makefile"
+  "CMakeFiles/cmake.check_cache"
+  )
+
+# Byproducts of CMake generate step:
+set(CMAKE_MAKEFILE_PRODUCTS
+  "CMakeFiles/CMakeDirectoryInformation.cmake"
+  )
+
+# Dependency information for all targets:
+set(CMAKE_DEPEND_INFO_FILES
+  "CMakeFiles/project_lidar_to_camera.dir/DependInfo.cmake"
+  "CMakeFiles/lccp.dir/DependInfo.cmake"
+  "CMakeFiles/show_lidar_top_view.dir/DependInfo.cmake"
+  )

+ 182 - 0
cmake-build-debug/CMakeFiles/Makefile2

@@ -0,0 +1,182 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.10
+
+# Default target executed when no arguments are given to make.
+default_target: all
+
+.PHONY : default_target
+
+# The main recursive all target
+all:
+
+.PHONY : all
+
+# The main recursive preinstall target
+preinstall:
+
+.PHONY : preinstall
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/lenotary/work/code/lidar_to_camera
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/lenotary/work/code/lidar_to_camera/cmake-build-debug
+
+#=============================================================================
+# Target rules for target CMakeFiles/project_lidar_to_camera.dir
+
+# All Build rule for target.
+CMakeFiles/project_lidar_to_camera.dir/all:
+	$(MAKE) -f CMakeFiles/project_lidar_to_camera.dir/build.make CMakeFiles/project_lidar_to_camera.dir/depend
+	$(MAKE) -f CMakeFiles/project_lidar_to_camera.dir/build.make CMakeFiles/project_lidar_to_camera.dir/build
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles --progress-num=3,4,5 "Built target project_lidar_to_camera"
+.PHONY : CMakeFiles/project_lidar_to_camera.dir/all
+
+# Include target in all.
+all: CMakeFiles/project_lidar_to_camera.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/project_lidar_to_camera.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles 3
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/project_lidar_to_camera.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles 0
+.PHONY : CMakeFiles/project_lidar_to_camera.dir/rule
+
+# Convenience name for target.
+project_lidar_to_camera: CMakeFiles/project_lidar_to_camera.dir/rule
+
+.PHONY : project_lidar_to_camera
+
+# clean rule for target.
+CMakeFiles/project_lidar_to_camera.dir/clean:
+	$(MAKE) -f CMakeFiles/project_lidar_to_camera.dir/build.make CMakeFiles/project_lidar_to_camera.dir/clean
+.PHONY : CMakeFiles/project_lidar_to_camera.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/project_lidar_to_camera.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/lccp.dir
+
+# All Build rule for target.
+CMakeFiles/lccp.dir/all:
+	$(MAKE) -f CMakeFiles/lccp.dir/build.make CMakeFiles/lccp.dir/depend
+	$(MAKE) -f CMakeFiles/lccp.dir/build.make CMakeFiles/lccp.dir/build
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles --progress-num=1,2 "Built target lccp"
+.PHONY : CMakeFiles/lccp.dir/all
+
+# Include target in all.
+all: CMakeFiles/lccp.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/lccp.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles 2
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/lccp.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles 0
+.PHONY : CMakeFiles/lccp.dir/rule
+
+# Convenience name for target.
+lccp: CMakeFiles/lccp.dir/rule
+
+.PHONY : lccp
+
+# clean rule for target.
+CMakeFiles/lccp.dir/clean:
+	$(MAKE) -f CMakeFiles/lccp.dir/build.make CMakeFiles/lccp.dir/clean
+.PHONY : CMakeFiles/lccp.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/lccp.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/show_lidar_top_view.dir
+
+# All Build rule for target.
+CMakeFiles/show_lidar_top_view.dir/all:
+	$(MAKE) -f CMakeFiles/show_lidar_top_view.dir/build.make CMakeFiles/show_lidar_top_view.dir/depend
+	$(MAKE) -f CMakeFiles/show_lidar_top_view.dir/build.make CMakeFiles/show_lidar_top_view.dir/build
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles --progress-num=6,7,8 "Built target show_lidar_top_view"
+.PHONY : CMakeFiles/show_lidar_top_view.dir/all
+
+# Include target in all.
+all: CMakeFiles/show_lidar_top_view.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/show_lidar_top_view.dir/rule: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles 3
+	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/show_lidar_top_view.dir/all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles 0
+.PHONY : CMakeFiles/show_lidar_top_view.dir/rule
+
+# Convenience name for target.
+show_lidar_top_view: CMakeFiles/show_lidar_top_view.dir/rule
+
+.PHONY : show_lidar_top_view
+
+# clean rule for target.
+CMakeFiles/show_lidar_top_view.dir/clean:
+	$(MAKE) -f CMakeFiles/show_lidar_top_view.dir/build.make CMakeFiles/show_lidar_top_view.dir/clean
+.PHONY : CMakeFiles/show_lidar_top_view.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/show_lidar_top_view.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Special targets to cleanup operation of make.
+
+# Special rule to run CMake to check the build system integrity.
+# No rule that depends on this can have commands that come from listfiles
+# because they might be regenerated.
+cmake_check_build_system:
+	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
+.PHONY : cmake_check_build_system
+

+ 5 - 0
cmake-build-debug/CMakeFiles/TargetDirectories.txt

@@ -0,0 +1,5 @@
+/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/rebuild_cache.dir
+/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir
+/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/lccp.dir
+/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/edit_cache.dir
+/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/show_lidar_top_view.dir

+ 3 - 0
cmake-build-debug/CMakeFiles/clion-environment.txt

@@ -0,0 +1,3 @@
+ToolSet: 1.0 (local)Options: 
+
+Options:

File diff suppressed because it is too large
+ 120 - 0
cmake-build-debug/CMakeFiles/clion-log.txt


+ 1 - 0
cmake-build-debug/CMakeFiles/cmake.check_cache

@@ -0,0 +1 @@
+# This file is generated by cmake for dependency checking of the CMakeCache.txt file

BIN
cmake-build-debug/CMakeFiles/feature_tests.bin


+ 34 - 0
cmake-build-debug/CMakeFiles/feature_tests.c

@@ -0,0 +1,34 @@
+
+  const char features[] = {"\n"
+"C_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304
+"1"
+#else
+"0"
+#endif
+"c_function_prototypes\n"
+"C_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
+"1"
+#else
+"0"
+#endif
+"c_restrict\n"
+"C_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201000L
+"1"
+#else
+"0"
+#endif
+"c_static_assert\n"
+"C_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
+"1"
+#else
+"0"
+#endif
+"c_variadic_macros\n"
+
+};
+
+int main(int argc, char** argv) { (void)argv; return features[argc]; }

+ 405 - 0
cmake-build-debug/CMakeFiles/feature_tests.cxx

@@ -0,0 +1,405 @@
+
+  const char features[] = {"\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L
+"1"
+#else
+"0"
+#endif
+"cxx_aggregate_default_initializers\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_alias_templates\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_alignas\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_alignof\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_attributes\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_attribute_deprecated\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_auto_type\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_binary_literals\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_constexpr\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_contextual_conversions\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_decltype\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_decltype_auto\n"
+"CXX_FEATURE:"
+#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_decltype_incomplete_return_types\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_default_function_template_args\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_defaulted_functions\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_defaulted_move_initializers\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_delegating_constructors\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_deleted_functions\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_digit_separators\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_enum_forward_declarations\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_explicit_conversions\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_extended_friend_declarations\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_extern_templates\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_final\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_func_identifier\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_generalized_initializers\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_generic_lambdas\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_inheriting_constructors\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_inline_namespaces\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_lambdas\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_lambda_init_captures\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_local_type_template_args\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_long_long_type\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_noexcept\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_nonstatic_member_init\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_nullptr\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_override\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_range_for\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_raw_string_literals\n"
+"CXX_FEATURE:"
+#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_reference_qualified_functions\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L
+"1"
+#else
+"0"
+#endif
+"cxx_relaxed_constexpr\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_return_type_deduction\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_right_angle_brackets\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_rvalue_references\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_sizeof_member\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_static_assert\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_strong_enums\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && __cplusplus
+"1"
+#else
+"0"
+#endif
+"cxx_template_template_parameters\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_thread_local\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_trailing_return_types\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_unicode_literals\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_uniform_initialization\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_unrestricted_unions\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_user_literals\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L
+"1"
+#else
+"0"
+#endif
+"cxx_variable_templates\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_variadic_macros\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_variadic_templates\n"
+
+};
+
+int main(int argc, char** argv) { (void)argv; return features[argc]; }

+ 56 - 0
cmake-build-debug/CMakeFiles/lccp.dir/DependInfo.cmake

@@ -0,0 +1,56 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+set(CMAKE_DEPENDS_CHECK_CXX
+  "/home/lenotary/work/code/lidar_to_camera/src/lccp.cpp" "/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/lccp.dir/src/lccp.cpp.o"
+  )
+set(CMAKE_CXX_COMPILER_ID "GNU")
+
+# Preprocessor definitions for this target.
+set(CMAKE_TARGET_DEFINITIONS_CXX
+  "QT_CORE_LIB"
+  "QT_GUI_LIB"
+  "QT_WIDGETS_LIB"
+  "vtkFiltersFlowPaths_AUTOINIT=1(vtkFiltersParallelFlowPaths)"
+  "vtkIOExodus_AUTOINIT=1(vtkIOParallelExodus)"
+  "vtkIOGeometry_AUTOINIT=1(vtkIOMPIParallel)"
+  "vtkIOImage_AUTOINIT=1(vtkIOMPIImage)"
+  "vtkIOParallel_AUTOINIT=1(vtkIOMPIParallel)"
+  "vtkIOSQL_AUTOINIT=2(vtkIOMySQL,vtkIOPostgreSQL)"
+  "vtkRenderingContext2D_AUTOINIT=1(vtkRenderingContextOpenGL)"
+  "vtkRenderingCore_AUTOINIT=3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
+  "vtkRenderingFreeType_AUTOINIT=2(vtkRenderingFreeTypeFontConfig,vtkRenderingMatplotlib)"
+  "vtkRenderingLIC_AUTOINIT=1(vtkRenderingParallelLIC)"
+  "vtkRenderingVolume_AUTOINIT=1(vtkRenderingVolumeOpenGL)"
+  )
+
+# The include file search paths:
+set(CMAKE_CXX_TARGET_INCLUDE_PATH
+  "/usr/include/vtk-6.3"
+  "/usr/include/freetype2"
+  "/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi"
+  "/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent"
+  "/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include"
+  "/usr/lib/x86_64-linux-gnu/openmpi/include"
+  "/usr/include/python2.7"
+  "/usr/include/x86_64-linux-gnu"
+  "/usr/include/hdf5/openmpi"
+  "/usr/include/libxml2"
+  "/usr/include/jsoncpp"
+  "/usr/include/tcl"
+  "/usr/local/include/opencv4"
+  "/usr/include/x86_64-linux-gnu/qt5"
+  "/usr/include/x86_64-linux-gnu/qt5/QtWidgets"
+  "/usr/include/x86_64-linux-gnu/qt5/QtGui"
+  "/usr/include/x86_64-linux-gnu/qt5/QtCore"
+  "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++"
+  )
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")

+ 401 - 0
cmake-build-debug/CMakeFiles/lccp.dir/build.make

@@ -0,0 +1,401 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.10
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/lenotary/work/code/lidar_to_camera
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/lenotary/work/code/lidar_to_camera/cmake-build-debug
+
+# Include any dependencies generated for this target.
+include CMakeFiles/lccp.dir/depend.make
+
+# Include the progress variables for this target.
+include CMakeFiles/lccp.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include CMakeFiles/lccp.dir/flags.make
+
+CMakeFiles/lccp.dir/src/lccp.cpp.o: CMakeFiles/lccp.dir/flags.make
+CMakeFiles/lccp.dir/src/lccp.cpp.o: ../src/lccp.cpp
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/lccp.dir/src/lccp.cpp.o"
+	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/lccp.dir/src/lccp.cpp.o -c /home/lenotary/work/code/lidar_to_camera/src/lccp.cpp
+
+CMakeFiles/lccp.dir/src/lccp.cpp.i: cmake_force
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/lccp.dir/src/lccp.cpp.i"
+	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lenotary/work/code/lidar_to_camera/src/lccp.cpp > CMakeFiles/lccp.dir/src/lccp.cpp.i
+
+CMakeFiles/lccp.dir/src/lccp.cpp.s: cmake_force
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/lccp.dir/src/lccp.cpp.s"
+	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lenotary/work/code/lidar_to_camera/src/lccp.cpp -o CMakeFiles/lccp.dir/src/lccp.cpp.s
+
+CMakeFiles/lccp.dir/src/lccp.cpp.o.requires:
+
+.PHONY : CMakeFiles/lccp.dir/src/lccp.cpp.o.requires
+
+CMakeFiles/lccp.dir/src/lccp.cpp.o.provides: CMakeFiles/lccp.dir/src/lccp.cpp.o.requires
+	$(MAKE) -f CMakeFiles/lccp.dir/build.make CMakeFiles/lccp.dir/src/lccp.cpp.o.provides.build
+.PHONY : CMakeFiles/lccp.dir/src/lccp.cpp.o.provides
+
+CMakeFiles/lccp.dir/src/lccp.cpp.o.provides.build: CMakeFiles/lccp.dir/src/lccp.cpp.o
+
+
+# Object files for target lccp
+lccp_OBJECTS = \
+"CMakeFiles/lccp.dir/src/lccp.cpp.o"
+
+# External object files for target lccp
+lccp_EXTERNAL_OBJECTS =
+
+lccp: CMakeFiles/lccp.dir/src/lccp.cpp.o
+lccp: CMakeFiles/lccp.dir/build.make
+lccp: /usr/local/lib/libopencv_gapi.so.4.5.1
+lccp: /usr/local/lib/libopencv_highgui.so.4.5.1
+lccp: /usr/local/lib/libopencv_ml.so.4.5.1
+lccp: /usr/local/lib/libopencv_objdetect.so.4.5.1
+lccp: /usr/local/lib/libopencv_photo.so.4.5.1
+lccp: /usr/local/lib/libopencv_stitching.so.4.5.1
+lccp: /usr/local/lib/libopencv_video.so.4.5.1
+lccp: /usr/local/lib/libopencv_videoio.so.4.5.1
+lccp: /usr/lib/x86_64-linux-gnu/libboost_system.so
+lccp: /usr/lib/x86_64-linux-gnu/libboost_filesystem.so
+lccp: /usr/lib/x86_64-linux-gnu/libboost_thread.so
+lccp: /usr/lib/x86_64-linux-gnu/libboost_date_time.so
+lccp: /usr/lib/x86_64-linux-gnu/libboost_iostreams.so
+lccp: /usr/lib/x86_64-linux-gnu/libboost_serialization.so
+lccp: /usr/lib/x86_64-linux-gnu/libboost_chrono.so
+lccp: /usr/lib/x86_64-linux-gnu/libboost_atomic.so
+lccp: /usr/lib/x86_64-linux-gnu/libboost_regex.so
+lccp: /usr/lib/x86_64-linux-gnu/libpthread.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_common.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_octree.so
+lccp: /usr/lib/libOpenNI.so
+lccp: /usr/lib/libOpenNI2.so
+lccp: /usr/lib/x86_64-linux-gnu/libfreetype.so
+lccp: /usr/lib/x86_64-linux-gnu/libz.so
+lccp: /usr/lib/x86_64-linux-gnu/libexpat.so
+lccp: /usr/lib/x86_64-linux-gnu/libpython2.7.so
+lccp: /usr/lib/libvtkWrappingTools-6.3.a
+lccp: /usr/lib/x86_64-linux-gnu/libjpeg.so
+lccp: /usr/lib/x86_64-linux-gnu/libpng.so
+lccp: /usr/lib/x86_64-linux-gnu/libtiff.so
+lccp: /usr/lib/x86_64-linux-gnu/libproj.so
+lccp: /usr/lib/x86_64-linux-gnu/hdf5/openmpi/libhdf5.so
+lccp: /usr/lib/x86_64-linux-gnu/libsz.so
+lccp: /usr/lib/x86_64-linux-gnu/libdl.so
+lccp: /usr/lib/x86_64-linux-gnu/libm.so
+lccp: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so
+lccp: /usr/lib/x86_64-linux-gnu/libnetcdf_c++.so
+lccp: /usr/lib/x86_64-linux-gnu/libnetcdf.so
+lccp: /usr/lib/x86_64-linux-gnu/libgl2ps.so
+lccp: /usr/lib/x86_64-linux-gnu/libtheoraenc.so
+lccp: /usr/lib/x86_64-linux-gnu/libtheoradec.so
+lccp: /usr/lib/x86_64-linux-gnu/libogg.so
+lccp: /usr/lib/x86_64-linux-gnu/libxml2.so
+lccp: /usr/lib/x86_64-linux-gnu/libjsoncpp.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_io.so
+lccp: /usr/lib/x86_64-linux-gnu/libflann_cpp_s.a
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_kdtree.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_search.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_sample_consensus.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_filters.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_features.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_ml.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_segmentation.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_visualization.so
+lccp: /usr/lib/x86_64-linux-gnu/libqhull.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_surface.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_registration.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_keypoints.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_tracking.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_recognition.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_stereo.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_apps.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_outofcore.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_people.so
+lccp: /usr/lib/x86_64-linux-gnu/libboost_system.so
+lccp: /usr/lib/x86_64-linux-gnu/libboost_filesystem.so
+lccp: /usr/lib/x86_64-linux-gnu/libboost_thread.so
+lccp: /usr/lib/x86_64-linux-gnu/libboost_date_time.so
+lccp: /usr/lib/x86_64-linux-gnu/libboost_iostreams.so
+lccp: /usr/lib/x86_64-linux-gnu/libboost_serialization.so
+lccp: /usr/lib/x86_64-linux-gnu/libboost_chrono.so
+lccp: /usr/lib/x86_64-linux-gnu/libboost_atomic.so
+lccp: /usr/lib/x86_64-linux-gnu/libboost_regex.so
+lccp: /usr/lib/x86_64-linux-gnu/libpthread.so
+lccp: /usr/lib/x86_64-linux-gnu/libqhull.so
+lccp: /usr/lib/libOpenNI.so
+lccp: /usr/lib/libOpenNI2.so
+lccp: /usr/lib/x86_64-linux-gnu/libflann_cpp_s.a
+lccp: /usr/lib/x86_64-linux-gnu/libfreetype.so
+lccp: /usr/lib/x86_64-linux-gnu/libz.so
+lccp: /usr/lib/x86_64-linux-gnu/libvtkDomainsChemistry-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libexpat.so
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersGeneric-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersHyperTree-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersParallelFlowPaths-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersParallelGeometry-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersParallelImaging-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersParallelMPI-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersParallelStatistics-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersProgrammable-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersPython-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libpython2.7.so
+lccp: /usr/lib/libvtkWrappingTools-6.3.a
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersReebGraph-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersSMP-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersSelection-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersVerdict-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkverdict-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libjpeg.so
+lccp: /usr/lib/x86_64-linux-gnu/libpng.so
+lccp: /usr/lib/x86_64-linux-gnu/libtiff.so
+lccp: /usr/lib/x86_64-linux-gnu/libvtkGUISupportQtOpenGL-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkGUISupportQtSQL-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkGUISupportQtWebkit-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkViewsQt-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libproj.so
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOAMR-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/hdf5/openmpi/libhdf5.so
+lccp: /usr/lib/x86_64-linux-gnu/libsz.so
+lccp: /usr/lib/x86_64-linux-gnu/libdl.so
+lccp: /usr/lib/x86_64-linux-gnu/libm.so
+lccp: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOEnSight-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libnetcdf_c++.so
+lccp: /usr/lib/x86_64-linux-gnu/libnetcdf.so
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOExport-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkRenderingGL2PS-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkRenderingContextOpenGL-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libgl2ps.so
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOFFMPEG-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOMovie-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libtheoraenc.so
+lccp: /usr/lib/x86_64-linux-gnu/libtheoradec.so
+lccp: /usr/lib/x86_64-linux-gnu/libogg.so
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOGDAL-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOGeoJSON-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOImport-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOInfovis-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libxml2.so
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOMINC-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOMPIImage-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOMPIParallel-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOParallel-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIONetCDF-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libjsoncpp.so
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOMySQL-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOODBC-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOPLY-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOParallelExodus-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOParallelLSDyna-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOParallelNetCDF-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOParallelXML-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOPostgreSQL-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOVPIC-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkVPIC-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOVideo-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOXdmf2-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkxdmf2-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkImagingMath-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkImagingMorphological-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkImagingStatistics-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkImagingStencil-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkInteractionImage-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkLocalExample-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkParallelMPI4Py-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkRenderingExternal-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkRenderingFreeTypeFontConfig-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkRenderingImage-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkRenderingLOD-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkRenderingMatplotlib-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkRenderingParallel-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkRenderingParallelLIC-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkRenderingQt-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkRenderingVolumeAMR-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkRenderingVolumeOpenGL-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkTestingGenericBridge-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkTestingIOSQL-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkTestingRendering-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkViewsContext2D-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkViewsGeovis-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkWrappingJava-6.3.so.6.3.0
+lccp: /usr/local/lib/libopencv_dnn.so.4.5.1
+lccp: /usr/local/lib/libopencv_imgcodecs.so.4.5.1
+lccp: /usr/local/lib/libopencv_calib3d.so.4.5.1
+lccp: /usr/local/lib/libopencv_features2d.so.4.5.1
+lccp: /usr/local/lib/libopencv_flann.so.4.5.1
+lccp: /usr/local/lib/libopencv_imgproc.so.4.5.1
+lccp: /usr/local/lib/libopencv_core.so.4.5.1
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_common.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_octree.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_io.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_kdtree.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_search.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_sample_consensus.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_filters.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_features.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_ml.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_segmentation.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_visualization.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_surface.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_registration.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_keypoints.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_tracking.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_recognition.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_stereo.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_apps.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_outofcore.so
+lccp: /usr/lib/x86_64-linux-gnu/libpcl_people.so
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersFlowPaths-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libtheoraenc.so
+lccp: /usr/lib/x86_64-linux-gnu/libtheoradec.so
+lccp: /usr/lib/x86_64-linux-gnu/libogg.so
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOExodus-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkexoIIc-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libnetcdf_c++.so
+lccp: /usr/lib/x86_64-linux-gnu/libnetcdf.so
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOLSDyna-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libxml2.so
+lccp: /usr/lib/x86_64-linux-gnu/hdf5/openmpi/libhdf5.so
+lccp: /usr/lib/x86_64-linux-gnu/libsz.so
+lccp: /usr/lib/x86_64-linux-gnu/libdl.so
+lccp: /usr/lib/x86_64-linux-gnu/libm.so
+lccp: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so
+lccp: /usr/lib/x86_64-linux-gnu/libvtkWrappingPython27Core-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkPythonInterpreter-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libpython2.7.so
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersParallel-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkParallelMPI-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkRenderingLIC-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersTexture-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkGUISupportQt-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.9.5
+lccp: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.9.5
+lccp: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.5
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersAMR-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkParallelCore-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOLegacy-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkRenderingOpenGL-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libGLU.so
+lccp: /usr/lib/x86_64-linux-gnu/libSM.so
+lccp: /usr/lib/x86_64-linux-gnu/libICE.so
+lccp: /usr/lib/x86_64-linux-gnu/libX11.so
+lccp: /usr/lib/x86_64-linux-gnu/libXext.so
+lccp: /usr/lib/x86_64-linux-gnu/libXt.so
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOSQL-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkViewsInfovis-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkChartsCore-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkRenderingContext2D-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersImaging-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkRenderingLabel-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkGeovisCore-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOXML-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOGeometry-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOXMLParser-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkInfovisLayout-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkInfovisBoostGraphAlgorithms-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkInfovisCore-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkViewsCore-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkInteractionWidgets-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersHybrid-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkImagingGeneral-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkImagingSources-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersModeling-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkInteractionStyle-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkImagingHybrid-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOImage-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkDICOMParser-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkIOCore-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkmetaio-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libz.so
+lccp: /usr/lib/x86_64-linux-gnu/libvtkRenderingAnnotation-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkRenderingFreeType-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkftgl-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libfreetype.so
+lccp: /usr/lib/x86_64-linux-gnu/libGL.so
+lccp: /usr/lib/x86_64-linux-gnu/libvtkImagingColor-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkRenderingVolume-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkRenderingCore-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkCommonColor-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersExtraction-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersStatistics-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkImagingFourier-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkImagingCore-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkalglib-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersGeometry-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersSources-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersGeneral-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkFiltersCore-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkCommonExecutionModel-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkCommonComputationalGeometry-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkCommonDataModel-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkCommonMisc-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkCommonTransforms-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkCommonMath-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtkCommonSystem-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libvtksys-6.3.so.6.3.0
+lccp: /usr/lib/x86_64-linux-gnu/libproj.so
+lccp: /usr/lib/x86_64-linux-gnu/libvtkCommonCore-6.3.so.6.3.0
+lccp: CMakeFiles/lccp.dir/link.txt
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable lccp"
+	$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lccp.dir/link.txt --verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+CMakeFiles/lccp.dir/build: lccp
+
+.PHONY : CMakeFiles/lccp.dir/build
+
+CMakeFiles/lccp.dir/requires: CMakeFiles/lccp.dir/src/lccp.cpp.o.requires
+
+.PHONY : CMakeFiles/lccp.dir/requires
+
+CMakeFiles/lccp.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/lccp.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/lccp.dir/clean
+
+CMakeFiles/lccp.dir/depend:
+	cd /home/lenotary/work/code/lidar_to_camera/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/lenotary/work/code/lidar_to_camera /home/lenotary/work/code/lidar_to_camera /home/lenotary/work/code/lidar_to_camera/cmake-build-debug /home/lenotary/work/code/lidar_to_camera/cmake-build-debug /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/lccp.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/lccp.dir/depend
+

+ 10 - 0
cmake-build-debug/CMakeFiles/lccp.dir/cmake_clean.cmake

@@ -0,0 +1,10 @@
+file(REMOVE_RECURSE
+  "CMakeFiles/lccp.dir/src/lccp.cpp.o"
+  "lccp.pdb"
+  "lccp"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang CXX)
+  include(CMakeFiles/lccp.dir/cmake_clean_${lang}.cmake OPTIONAL)
+endforeach()

+ 2 - 0
cmake-build-debug/CMakeFiles/lccp.dir/depend.make

@@ -0,0 +1,2 @@
+# Empty dependencies file for lccp.
+# This may be replaced when dependencies are built.

+ 10 - 0
cmake-build-debug/CMakeFiles/lccp.dir/flags.make

@@ -0,0 +1,10 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.10
+
+# compile CXX with /usr/bin/c++
+CXX_FLAGS =   -g   -std=c++11 -fPIC -std=gnu++11
+
+CXX_DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DvtkFiltersFlowPaths_AUTOINIT="1(vtkFiltersParallelFlowPaths)" -DvtkIOExodus_AUTOINIT="1(vtkIOParallelExodus)" -DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" -DvtkIOImage_AUTOINIT="1(vtkIOMPIImage)" -DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" -DvtkIOSQL_AUTOINIT="2(vtkIOMySQL,vtkIOPostgreSQL)" -DvtkRenderingContext2D_AUTOINIT="1(vtkRenderingContextOpenGL)" -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)" -DvtkRenderingFreeType_AUTOINIT="2(vtkRenderingFreeTypeFontConfig,vtkRenderingMatplotlib)" -DvtkRenderingLIC_AUTOINIT="1(vtkRenderingParallelLIC)" -DvtkRenderingVolume_AUTOINIT="1(vtkRenderingVolumeOpenGL)"
+
+CXX_INCLUDES = -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent -I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include -I/usr/lib/x86_64-linux-gnu/openmpi/include -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu -I/usr/include/hdf5/openmpi -I/usr/include/libxml2 -I/usr/include/jsoncpp -I/usr/include/tcl -isystem /usr/local/include/opencv4 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ 
+

File diff suppressed because it is too large
+ 0 - 0
cmake-build-debug/CMakeFiles/lccp.dir/link.txt


+ 3 - 0
cmake-build-debug/CMakeFiles/lccp.dir/progress.make

@@ -0,0 +1,3 @@
+CMAKE_PROGRESS_1 = 1
+CMAKE_PROGRESS_2 = 2
+

+ 1 - 0
cmake-build-debug/CMakeFiles/progress.marks

@@ -0,0 +1 @@
+8

+ 390 - 0
cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir/CXX.includecache

@@ -0,0 +1,390 @@
+#IncludeRegexLine: ^[ 	]*[#%][ 	]*(include|import)[ 	]*[<"]([^">]+)([">])
+
+#IncludeRegexScan: ^.*$
+
+#IncludeRegexComplain: ^$
+
+#IncludeRegexTransform: 
+
+/home/lenotary/work/code/lidar_to_camera/src/dataStructures.h
+vector
+-
+opencv2/core.hpp
+-
+
+/home/lenotary/work/code/lidar_to_camera/src/project_lidar_to_camera.cpp
+iostream
+-
+numeric
+-
+opencv2/core.hpp
+-
+opencv2/highgui.hpp
+-
+opencv2/imgproc.hpp
+-
+structIO.hpp
+/home/lenotary/work/code/lidar_to_camera/src/structIO.hpp
+
+/home/lenotary/work/code/lidar_to_camera/src/structIO.cpp
+iostream
+-
+fstream
+-
+algorithm
+-
+opencv2/highgui/highgui.hpp
+-
+structIO.hpp
+/home/lenotary/work/code/lidar_to_camera/src/structIO.hpp
+
+/home/lenotary/work/code/lidar_to_camera/src/structIO.hpp
+stdio.h
+-
+dataStructures.h
+/home/lenotary/work/code/lidar_to_camera/src/dataStructures.h
+
+/usr/local/include/opencv4/opencv2/core.hpp
+opencv2/core/cvdef.h
+/usr/local/include/opencv4/opencv2/opencv2/core/cvdef.h
+opencv2/core/version.hpp
+/usr/local/include/opencv4/opencv2/opencv2/core/version.hpp
+opencv2/core/base.hpp
+/usr/local/include/opencv4/opencv2/opencv2/core/base.hpp
+opencv2/core/cvstd.hpp
+/usr/local/include/opencv4/opencv2/opencv2/core/cvstd.hpp
+opencv2/core/traits.hpp
+/usr/local/include/opencv4/opencv2/opencv2/core/traits.hpp
+opencv2/core/matx.hpp
+/usr/local/include/opencv4/opencv2/opencv2/core/matx.hpp
+opencv2/core/types.hpp
+/usr/local/include/opencv4/opencv2/opencv2/core/types.hpp
+opencv2/core/mat.hpp
+/usr/local/include/opencv4/opencv2/opencv2/core/mat.hpp
+opencv2/core/persistence.hpp
+/usr/local/include/opencv4/opencv2/opencv2/core/persistence.hpp
+opencv2/core/operations.hpp
+/usr/local/include/opencv4/opencv2/opencv2/core/operations.hpp
+opencv2/core/cvstd.inl.hpp
+/usr/local/include/opencv4/opencv2/opencv2/core/cvstd.inl.hpp
+opencv2/core/utility.hpp
+/usr/local/include/opencv4/opencv2/opencv2/core/utility.hpp
+opencv2/core/optim.hpp
+/usr/local/include/opencv4/opencv2/opencv2/core/optim.hpp
+opencv2/core/ovx.hpp
+/usr/local/include/opencv4/opencv2/opencv2/core/ovx.hpp
+
+/usr/local/include/opencv4/opencv2/core/base.hpp
+opencv2/opencv_modules.hpp
+/usr/local/include/opencv4/opencv2/core/opencv2/opencv_modules.hpp
+climits
+-
+algorithm
+-
+opencv2/core/cvdef.h
+/usr/local/include/opencv4/opencv2/core/opencv2/core/cvdef.h
+opencv2/core/cvstd.hpp
+/usr/local/include/opencv4/opencv2/core/opencv2/core/cvstd.hpp
+opencv2/core/neon_utils.hpp
+/usr/local/include/opencv4/opencv2/core/opencv2/core/neon_utils.hpp
+opencv2/core/vsx_utils.hpp
+/usr/local/include/opencv4/opencv2/core/opencv2/core/vsx_utils.hpp
+opencv2/core/check.hpp
+/usr/local/include/opencv4/opencv2/core/opencv2/core/check.hpp
+
+/usr/local/include/opencv4/opencv2/core/bufferpool.hpp
+
+/usr/local/include/opencv4/opencv2/core/check.hpp
+opencv2/core/base.hpp
+-
+
+/usr/local/include/opencv4/opencv2/core/cv_cpu_dispatch.h
+cv_cpu_config.h
+/usr/local/include/opencv4/opencv2/core/cv_cpu_config.h
+cv_cpu_helper.h
+/usr/local/include/opencv4/opencv2/core/cv_cpu_helper.h
+emmintrin.h
+-
+pmmintrin.h
+-
+tmmintrin.h
+-
+smmintrin.h
+-
+nmmintrin.h
+-
+nmmintrin.h
+-
+popcntintrin.h
+-
+immintrin.h
+-
+arm_neon.h
+-
+immintrin.h
+-
+immintrin.h
+-
+immintrin.h
+-
+Intrin.h
+-
+arm_neon.h
+-
+arm_neon.h
+-
+arm_neon.h
+-
+altivec.h
+-
+hal/msa_macros.h
+/usr/local/include/opencv4/opencv2/core/hal/msa_macros.h
+wasm_simd128.h
+-
+riscv_vector.h
+-
+emmintrin.h
+-
+Intrin.h
+-
+arm_neon.h
+-
+arm_neon.h
+-
+altivec.h
+-
+immintrin.h
+-
+
+/usr/local/include/opencv4/opencv2/core/cv_cpu_helper.h
+
+/usr/local/include/opencv4/opencv2/core/cvdef.h
+cvconfig.h
+/usr/local/include/opencv4/opencv2/core/cvconfig.h
+limits
+-
+limits.h
+-
+opencv2/core/hal/interface.h
+/usr/local/include/opencv4/opencv2/core/opencv2/core/hal/interface.h
+cv_cpu_dispatch.h
+/usr/local/include/opencv4/opencv2/core/cv_cpu_dispatch.h
+intrin.h
+-
+array
+-
+cstdint
+-
+stdint.h
+-
+stdint.h
+-
+opencv2/core/fast_math.hpp
+/usr/local/include/opencv4/opencv2/core/opencv2/core/fast_math.hpp
+
+/usr/local/include/opencv4/opencv2/core/cvstd.hpp
+opencv2/core/cvdef.h
+/usr/local/include/opencv4/opencv2/core/opencv2/core/cvdef.h
+cstddef
+-
+cstring
+-
+cctype
+-
+string
+-
+algorithm
+-
+utility
+-
+cstdlib
+-
+cmath
+-
+cvstd_wrapper.hpp
+/usr/local/include/opencv4/opencv2/core/cvstd_wrapper.hpp
+
+/usr/local/include/opencv4/opencv2/core/cvstd.inl.hpp
+complex
+-
+ostream
+-
+sstream
+-
+
+/usr/local/include/opencv4/opencv2/core/cvstd_wrapper.hpp
+opencv2/core/cvdef.h
+/usr/local/include/opencv4/opencv2/core/opencv2/core/cvdef.h
+string
+-
+memory
+-
+type_traits
+-
+
+/usr/local/include/opencv4/opencv2/core/fast_math.hpp
+opencv2/core/cvdef.h
+/usr/local/include/opencv4/opencv2/core/opencv2/core/cvdef.h
+cmath
+-
+fastmath.h
+-
+math.h
+-
+emmintrin.h
+-
+altivec.h
+-
+
+/usr/local/include/opencv4/opencv2/core/hal/interface.h
+cstddef
+-
+stddef.h
+-
+stdbool.h
+-
+cstdint
+-
+stdint.h
+-
+
+/usr/local/include/opencv4/opencv2/core/hal/msa_macros.h
+msa.h
+/usr/local/include/opencv4/opencv2/core/hal/msa.h
+stdint.h
+-
+
+/usr/local/include/opencv4/opencv2/core/mat.hpp
+opencv2/core/matx.hpp
+/usr/local/include/opencv4/opencv2/core/opencv2/core/matx.hpp
+opencv2/core/types.hpp
+/usr/local/include/opencv4/opencv2/core/opencv2/core/types.hpp
+opencv2/core/bufferpool.hpp
+/usr/local/include/opencv4/opencv2/core/opencv2/core/bufferpool.hpp
+type_traits
+-
+opencv2/core/mat.inl.hpp
+/usr/local/include/opencv4/opencv2/core/opencv2/core/mat.inl.hpp
+
+/usr/local/include/opencv4/opencv2/core/mat.inl.hpp
+
+/usr/local/include/opencv4/opencv2/core/matx.hpp
+opencv2/core/cvdef.h
+/usr/local/include/opencv4/opencv2/core/opencv2/core/cvdef.h
+opencv2/core/base.hpp
+/usr/local/include/opencv4/opencv2/core/opencv2/core/base.hpp
+opencv2/core/traits.hpp
+/usr/local/include/opencv4/opencv2/core/opencv2/core/traits.hpp
+opencv2/core/saturate.hpp
+/usr/local/include/opencv4/opencv2/core/opencv2/core/saturate.hpp
+initializer_list
+-
+
+/usr/local/include/opencv4/opencv2/core/neon_utils.hpp
+opencv2/core/cvdef.h
+/usr/local/include/opencv4/opencv2/core/opencv2/core/cvdef.h
+
+/usr/local/include/opencv4/opencv2/core/operations.hpp
+cstdio
+-
+
+/usr/local/include/opencv4/opencv2/core/optim.hpp
+opencv2/core.hpp
+/usr/local/include/opencv4/opencv2/core/opencv2/core.hpp
+
+/usr/local/include/opencv4/opencv2/core/ovx.hpp
+cvdef.h
+/usr/local/include/opencv4/opencv2/core/cvdef.h
+
+/usr/local/include/opencv4/opencv2/core/persistence.hpp
+opencv2/core/types.hpp
+/usr/local/include/opencv4/opencv2/core/opencv2/core/types.hpp
+opencv2/core/mat.hpp
+/usr/local/include/opencv4/opencv2/core/opencv2/core/mat.hpp
+opencv2/core.hpp
+/usr/local/include/opencv4/opencv2/core/opencv2/core.hpp
+time.h
+-
+
+/usr/local/include/opencv4/opencv2/core/saturate.hpp
+opencv2/core/cvdef.h
+/usr/local/include/opencv4/opencv2/core/opencv2/core/cvdef.h
+opencv2/core/fast_math.hpp
+/usr/local/include/opencv4/opencv2/core/opencv2/core/fast_math.hpp
+
+/usr/local/include/opencv4/opencv2/core/traits.hpp
+opencv2/core/cvdef.h
+/usr/local/include/opencv4/opencv2/core/opencv2/core/cvdef.h
+
+/usr/local/include/opencv4/opencv2/core/types.hpp
+climits
+-
+cfloat
+-
+vector
+-
+limits
+-
+opencv2/core/cvdef.h
+/usr/local/include/opencv4/opencv2/core/opencv2/core/cvdef.h
+opencv2/core/cvstd.hpp
+/usr/local/include/opencv4/opencv2/core/opencv2/core/cvstd.hpp
+opencv2/core/matx.hpp
+/usr/local/include/opencv4/opencv2/core/opencv2/core/matx.hpp
+
+/usr/local/include/opencv4/opencv2/core/utility.hpp
+opencv2/core.hpp
+/usr/local/include/opencv4/opencv2/core/opencv2/core.hpp
+ostream
+-
+functional
+-
+mutex
+-
+opencv2/core/utils/instrumentation.hpp
+/usr/local/include/opencv4/opencv2/core/opencv2/core/utils/instrumentation.hpp
+
+/usr/local/include/opencv4/opencv2/core/utils/instrumentation.hpp
+opencv2/core/utility.hpp
+-
+opencv2/core/utils/tls.hpp
+-
+
+/usr/local/include/opencv4/opencv2/core/utils/tls.hpp
+opencv2/core/utility.hpp
+-
+
+/usr/local/include/opencv4/opencv2/core/version.hpp
+
+/usr/local/include/opencv4/opencv2/core/vsx_utils.hpp
+opencv2/core/cvdef.h
+/usr/local/include/opencv4/opencv2/core/opencv2/core/cvdef.h
+assert.h
+-
+
+/usr/local/include/opencv4/opencv2/highgui.hpp
+opencv2/core.hpp
+/usr/local/include/opencv4/opencv2/opencv2/core.hpp
+opencv2/imgcodecs.hpp
+/usr/local/include/opencv4/opencv2/opencv2/imgcodecs.hpp
+opencv2/videoio.hpp
+/usr/local/include/opencv4/opencv2/opencv2/videoio.hpp
+
+/usr/local/include/opencv4/opencv2/highgui/highgui.hpp
+opencv2/highgui.hpp
+/usr/local/include/opencv4/opencv2/highgui/opencv2/highgui.hpp
+
+/usr/local/include/opencv4/opencv2/imgcodecs.hpp
+opencv2/core.hpp
+/usr/local/include/opencv4/opencv2/opencv2/core.hpp
+
+/usr/local/include/opencv4/opencv2/imgproc.hpp
+opencv2/core.hpp
+/usr/local/include/opencv4/opencv2/opencv2/core.hpp
+
+/usr/local/include/opencv4/opencv2/opencv_modules.hpp
+
+/usr/local/include/opencv4/opencv2/videoio.hpp
+opencv2/core.hpp
+/usr/local/include/opencv4/opencv2/opencv2/core.hpp
+

+ 49 - 0
cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir/DependInfo.cmake

@@ -0,0 +1,49 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+set(CMAKE_DEPENDS_CHECK_CXX
+  "/home/lenotary/work/code/lidar_to_camera/src/project_lidar_to_camera.cpp" "/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o"
+  "/home/lenotary/work/code/lidar_to_camera/src/structIO.cpp" "/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o"
+  )
+set(CMAKE_CXX_COMPILER_ID "GNU")
+
+# Preprocessor definitions for this target.
+set(CMAKE_TARGET_DEFINITIONS_CXX
+  "vtkFiltersFlowPaths_AUTOINIT=1(vtkFiltersParallelFlowPaths)"
+  "vtkIOExodus_AUTOINIT=1(vtkIOParallelExodus)"
+  "vtkIOGeometry_AUTOINIT=1(vtkIOMPIParallel)"
+  "vtkIOImage_AUTOINIT=1(vtkIOMPIImage)"
+  "vtkIOParallel_AUTOINIT=1(vtkIOMPIParallel)"
+  "vtkIOSQL_AUTOINIT=2(vtkIOMySQL,vtkIOPostgreSQL)"
+  "vtkRenderingContext2D_AUTOINIT=1(vtkRenderingContextOpenGL)"
+  "vtkRenderingCore_AUTOINIT=3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
+  "vtkRenderingFreeType_AUTOINIT=2(vtkRenderingFreeTypeFontConfig,vtkRenderingMatplotlib)"
+  "vtkRenderingLIC_AUTOINIT=1(vtkRenderingParallelLIC)"
+  "vtkRenderingVolume_AUTOINIT=1(vtkRenderingVolumeOpenGL)"
+  )
+
+# The include file search paths:
+set(CMAKE_CXX_TARGET_INCLUDE_PATH
+  "/usr/include/vtk-6.3"
+  "/usr/include/freetype2"
+  "/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi"
+  "/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent"
+  "/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include"
+  "/usr/lib/x86_64-linux-gnu/openmpi/include"
+  "/usr/include/python2.7"
+  "/usr/include/x86_64-linux-gnu"
+  "/usr/include/hdf5/openmpi"
+  "/usr/include/libxml2"
+  "/usr/include/jsoncpp"
+  "/usr/include/tcl"
+  "/usr/local/include/opencv4"
+  )
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")

+ 155 - 0
cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir/build.make

@@ -0,0 +1,155 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.10
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/lenotary/work/code/lidar_to_camera
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/lenotary/work/code/lidar_to_camera/cmake-build-debug
+
+# Include any dependencies generated for this target.
+include CMakeFiles/project_lidar_to_camera.dir/depend.make
+
+# Include the progress variables for this target.
+include CMakeFiles/project_lidar_to_camera.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include CMakeFiles/project_lidar_to_camera.dir/flags.make
+
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: CMakeFiles/project_lidar_to_camera.dir/flags.make
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: ../src/project_lidar_to_camera.cpp
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o"
+	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o -c /home/lenotary/work/code/lidar_to_camera/src/project_lidar_to_camera.cpp
+
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.i: cmake_force
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.i"
+	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lenotary/work/code/lidar_to_camera/src/project_lidar_to_camera.cpp > CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.i
+
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.s: cmake_force
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.s"
+	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lenotary/work/code/lidar_to_camera/src/project_lidar_to_camera.cpp -o CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.s
+
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o.requires:
+
+.PHONY : CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o.requires
+
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o.provides: CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o.requires
+	$(MAKE) -f CMakeFiles/project_lidar_to_camera.dir/build.make CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o.provides.build
+.PHONY : CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o.provides
+
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o.provides.build: CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o
+
+
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: CMakeFiles/project_lidar_to_camera.dir/flags.make
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: ../src/structIO.cpp
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o"
+	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o -c /home/lenotary/work/code/lidar_to_camera/src/structIO.cpp
+
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.i: cmake_force
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.i"
+	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lenotary/work/code/lidar_to_camera/src/structIO.cpp > CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.i
+
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.s: cmake_force
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.s"
+	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lenotary/work/code/lidar_to_camera/src/structIO.cpp -o CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.s
+
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o.requires:
+
+.PHONY : CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o.requires
+
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o.provides: CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o.requires
+	$(MAKE) -f CMakeFiles/project_lidar_to_camera.dir/build.make CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o.provides.build
+.PHONY : CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o.provides
+
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o.provides.build: CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o
+
+
+# Object files for target project_lidar_to_camera
+project_lidar_to_camera_OBJECTS = \
+"CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o" \
+"CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o"
+
+# External object files for target project_lidar_to_camera
+project_lidar_to_camera_EXTERNAL_OBJECTS =
+
+project_lidar_to_camera: CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o
+project_lidar_to_camera: CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o
+project_lidar_to_camera: CMakeFiles/project_lidar_to_camera.dir/build.make
+project_lidar_to_camera: /usr/local/lib/libopencv_gapi.so.4.5.1
+project_lidar_to_camera: /usr/local/lib/libopencv_highgui.so.4.5.1
+project_lidar_to_camera: /usr/local/lib/libopencv_ml.so.4.5.1
+project_lidar_to_camera: /usr/local/lib/libopencv_objdetect.so.4.5.1
+project_lidar_to_camera: /usr/local/lib/libopencv_photo.so.4.5.1
+project_lidar_to_camera: /usr/local/lib/libopencv_stitching.so.4.5.1
+project_lidar_to_camera: /usr/local/lib/libopencv_video.so.4.5.1
+project_lidar_to_camera: /usr/local/lib/libopencv_videoio.so.4.5.1
+project_lidar_to_camera: /usr/local/lib/libopencv_dnn.so.4.5.1
+project_lidar_to_camera: /usr/local/lib/libopencv_imgcodecs.so.4.5.1
+project_lidar_to_camera: /usr/local/lib/libopencv_calib3d.so.4.5.1
+project_lidar_to_camera: /usr/local/lib/libopencv_features2d.so.4.5.1
+project_lidar_to_camera: /usr/local/lib/libopencv_flann.so.4.5.1
+project_lidar_to_camera: /usr/local/lib/libopencv_imgproc.so.4.5.1
+project_lidar_to_camera: /usr/local/lib/libopencv_core.so.4.5.1
+project_lidar_to_camera: CMakeFiles/project_lidar_to_camera.dir/link.txt
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable project_lidar_to_camera"
+	$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/project_lidar_to_camera.dir/link.txt --verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+CMakeFiles/project_lidar_to_camera.dir/build: project_lidar_to_camera
+
+.PHONY : CMakeFiles/project_lidar_to_camera.dir/build
+
+CMakeFiles/project_lidar_to_camera.dir/requires: CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o.requires
+CMakeFiles/project_lidar_to_camera.dir/requires: CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o.requires
+
+.PHONY : CMakeFiles/project_lidar_to_camera.dir/requires
+
+CMakeFiles/project_lidar_to_camera.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/project_lidar_to_camera.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/project_lidar_to_camera.dir/clean
+
+CMakeFiles/project_lidar_to_camera.dir/depend:
+	cd /home/lenotary/work/code/lidar_to_camera/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/lenotary/work/code/lidar_to_camera /home/lenotary/work/code/lidar_to_camera /home/lenotary/work/code/lidar_to_camera/cmake-build-debug /home/lenotary/work/code/lidar_to_camera/cmake-build-debug /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/project_lidar_to_camera.dir/depend
+

+ 11 - 0
cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir/cmake_clean.cmake

@@ -0,0 +1,11 @@
+file(REMOVE_RECURSE
+  "CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o"
+  "CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o"
+  "project_lidar_to_camera.pdb"
+  "project_lidar_to_camera"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang CXX)
+  include(CMakeFiles/project_lidar_to_camera.dir/cmake_clean_${lang}.cmake OPTIONAL)
+endforeach()

+ 79 - 0
cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir/depend.internal

@@ -0,0 +1,79 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.10
+
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o
+ /home/lenotary/work/code/lidar_to_camera/src/dataStructures.h
+ /home/lenotary/work/code/lidar_to_camera/src/project_lidar_to_camera.cpp
+ /home/lenotary/work/code/lidar_to_camera/src/structIO.hpp
+ /usr/local/include/opencv4/opencv2/core.hpp
+ /usr/local/include/opencv4/opencv2/core/base.hpp
+ /usr/local/include/opencv4/opencv2/core/bufferpool.hpp
+ /usr/local/include/opencv4/opencv2/core/check.hpp
+ /usr/local/include/opencv4/opencv2/core/cv_cpu_dispatch.h
+ /usr/local/include/opencv4/opencv2/core/cv_cpu_helper.h
+ /usr/local/include/opencv4/opencv2/core/cvdef.h
+ /usr/local/include/opencv4/opencv2/core/cvstd.hpp
+ /usr/local/include/opencv4/opencv2/core/cvstd.inl.hpp
+ /usr/local/include/opencv4/opencv2/core/cvstd_wrapper.hpp
+ /usr/local/include/opencv4/opencv2/core/fast_math.hpp
+ /usr/local/include/opencv4/opencv2/core/hal/interface.h
+ /usr/local/include/opencv4/opencv2/core/hal/msa_macros.h
+ /usr/local/include/opencv4/opencv2/core/mat.hpp
+ /usr/local/include/opencv4/opencv2/core/mat.inl.hpp
+ /usr/local/include/opencv4/opencv2/core/matx.hpp
+ /usr/local/include/opencv4/opencv2/core/neon_utils.hpp
+ /usr/local/include/opencv4/opencv2/core/operations.hpp
+ /usr/local/include/opencv4/opencv2/core/optim.hpp
+ /usr/local/include/opencv4/opencv2/core/ovx.hpp
+ /usr/local/include/opencv4/opencv2/core/persistence.hpp
+ /usr/local/include/opencv4/opencv2/core/saturate.hpp
+ /usr/local/include/opencv4/opencv2/core/traits.hpp
+ /usr/local/include/opencv4/opencv2/core/types.hpp
+ /usr/local/include/opencv4/opencv2/core/utility.hpp
+ /usr/local/include/opencv4/opencv2/core/utils/instrumentation.hpp
+ /usr/local/include/opencv4/opencv2/core/utils/tls.hpp
+ /usr/local/include/opencv4/opencv2/core/version.hpp
+ /usr/local/include/opencv4/opencv2/core/vsx_utils.hpp
+ /usr/local/include/opencv4/opencv2/highgui.hpp
+ /usr/local/include/opencv4/opencv2/imgcodecs.hpp
+ /usr/local/include/opencv4/opencv2/imgproc.hpp
+ /usr/local/include/opencv4/opencv2/opencv_modules.hpp
+ /usr/local/include/opencv4/opencv2/videoio.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o
+ /home/lenotary/work/code/lidar_to_camera/src/dataStructures.h
+ /home/lenotary/work/code/lidar_to_camera/src/structIO.cpp
+ /home/lenotary/work/code/lidar_to_camera/src/structIO.hpp
+ /usr/local/include/opencv4/opencv2/core.hpp
+ /usr/local/include/opencv4/opencv2/core/base.hpp
+ /usr/local/include/opencv4/opencv2/core/bufferpool.hpp
+ /usr/local/include/opencv4/opencv2/core/check.hpp
+ /usr/local/include/opencv4/opencv2/core/cv_cpu_dispatch.h
+ /usr/local/include/opencv4/opencv2/core/cv_cpu_helper.h
+ /usr/local/include/opencv4/opencv2/core/cvdef.h
+ /usr/local/include/opencv4/opencv2/core/cvstd.hpp
+ /usr/local/include/opencv4/opencv2/core/cvstd.inl.hpp
+ /usr/local/include/opencv4/opencv2/core/cvstd_wrapper.hpp
+ /usr/local/include/opencv4/opencv2/core/fast_math.hpp
+ /usr/local/include/opencv4/opencv2/core/hal/interface.h
+ /usr/local/include/opencv4/opencv2/core/hal/msa_macros.h
+ /usr/local/include/opencv4/opencv2/core/mat.hpp
+ /usr/local/include/opencv4/opencv2/core/mat.inl.hpp
+ /usr/local/include/opencv4/opencv2/core/matx.hpp
+ /usr/local/include/opencv4/opencv2/core/neon_utils.hpp
+ /usr/local/include/opencv4/opencv2/core/operations.hpp
+ /usr/local/include/opencv4/opencv2/core/optim.hpp
+ /usr/local/include/opencv4/opencv2/core/ovx.hpp
+ /usr/local/include/opencv4/opencv2/core/persistence.hpp
+ /usr/local/include/opencv4/opencv2/core/saturate.hpp
+ /usr/local/include/opencv4/opencv2/core/traits.hpp
+ /usr/local/include/opencv4/opencv2/core/types.hpp
+ /usr/local/include/opencv4/opencv2/core/utility.hpp
+ /usr/local/include/opencv4/opencv2/core/utils/instrumentation.hpp
+ /usr/local/include/opencv4/opencv2/core/utils/tls.hpp
+ /usr/local/include/opencv4/opencv2/core/version.hpp
+ /usr/local/include/opencv4/opencv2/core/vsx_utils.hpp
+ /usr/local/include/opencv4/opencv2/highgui.hpp
+ /usr/local/include/opencv4/opencv2/highgui/highgui.hpp
+ /usr/local/include/opencv4/opencv2/imgcodecs.hpp
+ /usr/local/include/opencv4/opencv2/opencv_modules.hpp
+ /usr/local/include/opencv4/opencv2/videoio.hpp

+ 79 - 0
cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir/depend.make

@@ -0,0 +1,79 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.10
+
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: ../src/dataStructures.h
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: ../src/project_lidar_to_camera.cpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: ../src/structIO.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/base.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/bufferpool.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/check.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/cv_cpu_dispatch.h
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/cv_cpu_helper.h
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/cvdef.h
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/cvstd.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/cvstd.inl.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/cvstd_wrapper.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/fast_math.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/hal/interface.h
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/hal/msa_macros.h
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/mat.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/mat.inl.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/matx.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/neon_utils.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/operations.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/optim.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/ovx.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/persistence.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/saturate.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/traits.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/types.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/utility.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/utils/instrumentation.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/utils/tls.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/version.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/core/vsx_utils.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/highgui.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/imgcodecs.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/imgproc.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/opencv_modules.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o: /usr/local/include/opencv4/opencv2/videoio.hpp
+
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: ../src/dataStructures.h
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: ../src/structIO.cpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: ../src/structIO.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/base.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/bufferpool.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/check.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/cv_cpu_dispatch.h
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/cv_cpu_helper.h
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/cvdef.h
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/cvstd.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/cvstd.inl.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/cvstd_wrapper.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/fast_math.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/hal/interface.h
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/hal/msa_macros.h
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/mat.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/mat.inl.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/matx.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/neon_utils.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/operations.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/optim.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/ovx.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/persistence.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/saturate.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/traits.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/types.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/utility.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/utils/instrumentation.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/utils/tls.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/version.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/core/vsx_utils.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/highgui.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/highgui/highgui.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/imgcodecs.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/opencv_modules.hpp
+CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o: /usr/local/include/opencv4/opencv2/videoio.hpp
+

+ 10 - 0
cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir/flags.make

@@ -0,0 +1,10 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.10
+
+# compile CXX with /usr/bin/c++
+CXX_FLAGS =   -g   -std=c++11 -std=gnu++11
+
+CXX_DEFINES = -DvtkFiltersFlowPaths_AUTOINIT="1(vtkFiltersParallelFlowPaths)" -DvtkIOExodus_AUTOINIT="1(vtkIOParallelExodus)" -DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" -DvtkIOImage_AUTOINIT="1(vtkIOMPIImage)" -DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" -DvtkIOSQL_AUTOINIT="2(vtkIOMySQL,vtkIOPostgreSQL)" -DvtkRenderingContext2D_AUTOINIT="1(vtkRenderingContextOpenGL)" -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)" -DvtkRenderingFreeType_AUTOINIT="2(vtkRenderingFreeTypeFontConfig,vtkRenderingMatplotlib)" -DvtkRenderingLIC_AUTOINIT="1(vtkRenderingParallelLIC)" -DvtkRenderingVolume_AUTOINIT="1(vtkRenderingVolumeOpenGL)"
+
+CXX_INCLUDES = -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent -I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include -I/usr/lib/x86_64-linux-gnu/openmpi/include -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu -I/usr/include/hdf5/openmpi -I/usr/include/libxml2 -I/usr/include/jsoncpp -I/usr/include/tcl -isystem /usr/local/include/opencv4 
+

+ 1 - 0
cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir/link.txt

@@ -0,0 +1 @@
+/usr/bin/c++    -g    -rdynamic CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o  -o project_lidar_to_camera -Wl,-rpath,/usr/local/lib /usr/local/lib/libopencv_gapi.so.4.5.1 /usr/local/lib/libopencv_highgui.so.4.5.1 /usr/local/lib/libopencv_ml.so.4.5.1 /usr/local/lib/libopencv_objdetect.so.4.5.1 /usr/local/lib/libopencv_photo.so.4.5.1 /usr/local/lib/libopencv_stitching.so.4.5.1 /usr/local/lib/libopencv_video.so.4.5.1 /usr/local/lib/libopencv_videoio.so.4.5.1 /usr/local/lib/libopencv_dnn.so.4.5.1 /usr/local/lib/libopencv_imgcodecs.so.4.5.1 /usr/local/lib/libopencv_calib3d.so.4.5.1 /usr/local/lib/libopencv_features2d.so.4.5.1 /usr/local/lib/libopencv_flann.so.4.5.1 /usr/local/lib/libopencv_imgproc.so.4.5.1 /usr/local/lib/libopencv_core.so.4.5.1 

+ 4 - 0
cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir/progress.make

@@ -0,0 +1,4 @@
+CMAKE_PROGRESS_1 = 3
+CMAKE_PROGRESS_2 = 4
+CMAKE_PROGRESS_3 = 5
+

BIN
cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o


BIN
cmake-build-debug/CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o


+ 49 - 0
cmake-build-debug/CMakeFiles/show_lidar_top_view.dir/DependInfo.cmake

@@ -0,0 +1,49 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+set(CMAKE_DEPENDS_CHECK_CXX
+  "/home/lenotary/work/code/lidar_to_camera/src/show_lidar_top_view.cpp" "/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.o"
+  "/home/lenotary/work/code/lidar_to_camera/src/structIO.cpp" "/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.o"
+  )
+set(CMAKE_CXX_COMPILER_ID "GNU")
+
+# Preprocessor definitions for this target.
+set(CMAKE_TARGET_DEFINITIONS_CXX
+  "vtkFiltersFlowPaths_AUTOINIT=1(vtkFiltersParallelFlowPaths)"
+  "vtkIOExodus_AUTOINIT=1(vtkIOParallelExodus)"
+  "vtkIOGeometry_AUTOINIT=1(vtkIOMPIParallel)"
+  "vtkIOImage_AUTOINIT=1(vtkIOMPIImage)"
+  "vtkIOParallel_AUTOINIT=1(vtkIOMPIParallel)"
+  "vtkIOSQL_AUTOINIT=2(vtkIOMySQL,vtkIOPostgreSQL)"
+  "vtkRenderingContext2D_AUTOINIT=1(vtkRenderingContextOpenGL)"
+  "vtkRenderingCore_AUTOINIT=3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
+  "vtkRenderingFreeType_AUTOINIT=2(vtkRenderingFreeTypeFontConfig,vtkRenderingMatplotlib)"
+  "vtkRenderingLIC_AUTOINIT=1(vtkRenderingParallelLIC)"
+  "vtkRenderingVolume_AUTOINIT=1(vtkRenderingVolumeOpenGL)"
+  )
+
+# The include file search paths:
+set(CMAKE_CXX_TARGET_INCLUDE_PATH
+  "/usr/include/vtk-6.3"
+  "/usr/include/freetype2"
+  "/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi"
+  "/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent"
+  "/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include"
+  "/usr/lib/x86_64-linux-gnu/openmpi/include"
+  "/usr/include/python2.7"
+  "/usr/include/x86_64-linux-gnu"
+  "/usr/include/hdf5/openmpi"
+  "/usr/include/libxml2"
+  "/usr/include/jsoncpp"
+  "/usr/include/tcl"
+  "/usr/local/include/opencv4"
+  )
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")

+ 155 - 0
cmake-build-debug/CMakeFiles/show_lidar_top_view.dir/build.make

@@ -0,0 +1,155 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.10
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/lenotary/work/code/lidar_to_camera
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/lenotary/work/code/lidar_to_camera/cmake-build-debug
+
+# Include any dependencies generated for this target.
+include CMakeFiles/show_lidar_top_view.dir/depend.make
+
+# Include the progress variables for this target.
+include CMakeFiles/show_lidar_top_view.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include CMakeFiles/show_lidar_top_view.dir/flags.make
+
+CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.o: CMakeFiles/show_lidar_top_view.dir/flags.make
+CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.o: ../src/show_lidar_top_view.cpp
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.o"
+	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.o -c /home/lenotary/work/code/lidar_to_camera/src/show_lidar_top_view.cpp
+
+CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.i: cmake_force
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.i"
+	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lenotary/work/code/lidar_to_camera/src/show_lidar_top_view.cpp > CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.i
+
+CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.s: cmake_force
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.s"
+	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lenotary/work/code/lidar_to_camera/src/show_lidar_top_view.cpp -o CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.s
+
+CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.o.requires:
+
+.PHONY : CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.o.requires
+
+CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.o.provides: CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.o.requires
+	$(MAKE) -f CMakeFiles/show_lidar_top_view.dir/build.make CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.o.provides.build
+.PHONY : CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.o.provides
+
+CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.o.provides.build: CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.o
+
+
+CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.o: CMakeFiles/show_lidar_top_view.dir/flags.make
+CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.o: ../src/structIO.cpp
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.o"
+	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.o -c /home/lenotary/work/code/lidar_to_camera/src/structIO.cpp
+
+CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.i: cmake_force
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.i"
+	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lenotary/work/code/lidar_to_camera/src/structIO.cpp > CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.i
+
+CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.s: cmake_force
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.s"
+	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lenotary/work/code/lidar_to_camera/src/structIO.cpp -o CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.s
+
+CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.o.requires:
+
+.PHONY : CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.o.requires
+
+CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.o.provides: CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.o.requires
+	$(MAKE) -f CMakeFiles/show_lidar_top_view.dir/build.make CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.o.provides.build
+.PHONY : CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.o.provides
+
+CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.o.provides.build: CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.o
+
+
+# Object files for target show_lidar_top_view
+show_lidar_top_view_OBJECTS = \
+"CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.o" \
+"CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.o"
+
+# External object files for target show_lidar_top_view
+show_lidar_top_view_EXTERNAL_OBJECTS =
+
+show_lidar_top_view: CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.o
+show_lidar_top_view: CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.o
+show_lidar_top_view: CMakeFiles/show_lidar_top_view.dir/build.make
+show_lidar_top_view: /usr/local/lib/libopencv_gapi.so.4.5.1
+show_lidar_top_view: /usr/local/lib/libopencv_highgui.so.4.5.1
+show_lidar_top_view: /usr/local/lib/libopencv_ml.so.4.5.1
+show_lidar_top_view: /usr/local/lib/libopencv_objdetect.so.4.5.1
+show_lidar_top_view: /usr/local/lib/libopencv_photo.so.4.5.1
+show_lidar_top_view: /usr/local/lib/libopencv_stitching.so.4.5.1
+show_lidar_top_view: /usr/local/lib/libopencv_video.so.4.5.1
+show_lidar_top_view: /usr/local/lib/libopencv_videoio.so.4.5.1
+show_lidar_top_view: /usr/local/lib/libopencv_dnn.so.4.5.1
+show_lidar_top_view: /usr/local/lib/libopencv_imgcodecs.so.4.5.1
+show_lidar_top_view: /usr/local/lib/libopencv_calib3d.so.4.5.1
+show_lidar_top_view: /usr/local/lib/libopencv_features2d.so.4.5.1
+show_lidar_top_view: /usr/local/lib/libopencv_flann.so.4.5.1
+show_lidar_top_view: /usr/local/lib/libopencv_imgproc.so.4.5.1
+show_lidar_top_view: /usr/local/lib/libopencv_core.so.4.5.1
+show_lidar_top_view: CMakeFiles/show_lidar_top_view.dir/link.txt
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable show_lidar_top_view"
+	$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/show_lidar_top_view.dir/link.txt --verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+CMakeFiles/show_lidar_top_view.dir/build: show_lidar_top_view
+
+.PHONY : CMakeFiles/show_lidar_top_view.dir/build
+
+CMakeFiles/show_lidar_top_view.dir/requires: CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.o.requires
+CMakeFiles/show_lidar_top_view.dir/requires: CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.o.requires
+
+.PHONY : CMakeFiles/show_lidar_top_view.dir/requires
+
+CMakeFiles/show_lidar_top_view.dir/clean:
+	$(CMAKE_COMMAND) -P CMakeFiles/show_lidar_top_view.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/show_lidar_top_view.dir/clean
+
+CMakeFiles/show_lidar_top_view.dir/depend:
+	cd /home/lenotary/work/code/lidar_to_camera/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/lenotary/work/code/lidar_to_camera /home/lenotary/work/code/lidar_to_camera /home/lenotary/work/code/lidar_to_camera/cmake-build-debug /home/lenotary/work/code/lidar_to_camera/cmake-build-debug /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/show_lidar_top_view.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/show_lidar_top_view.dir/depend
+

+ 11 - 0
cmake-build-debug/CMakeFiles/show_lidar_top_view.dir/cmake_clean.cmake

@@ -0,0 +1,11 @@
+file(REMOVE_RECURSE
+  "CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.o"
+  "CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.o"
+  "show_lidar_top_view.pdb"
+  "show_lidar_top_view"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang CXX)
+  include(CMakeFiles/show_lidar_top_view.dir/cmake_clean_${lang}.cmake OPTIONAL)
+endforeach()

+ 2 - 0
cmake-build-debug/CMakeFiles/show_lidar_top_view.dir/depend.make

@@ -0,0 +1,2 @@
+# Empty dependencies file for show_lidar_top_view.
+# This may be replaced when dependencies are built.

+ 10 - 0
cmake-build-debug/CMakeFiles/show_lidar_top_view.dir/flags.make

@@ -0,0 +1,10 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.10
+
+# compile CXX with /usr/bin/c++
+CXX_FLAGS =   -g   -std=c++11 -std=gnu++11
+
+CXX_DEFINES = -DvtkFiltersFlowPaths_AUTOINIT="1(vtkFiltersParallelFlowPaths)" -DvtkIOExodus_AUTOINIT="1(vtkIOParallelExodus)" -DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)" -DvtkIOImage_AUTOINIT="1(vtkIOMPIImage)" -DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)" -DvtkIOSQL_AUTOINIT="2(vtkIOMySQL,vtkIOPostgreSQL)" -DvtkRenderingContext2D_AUTOINIT="1(vtkRenderingContextOpenGL)" -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)" -DvtkRenderingFreeType_AUTOINIT="2(vtkRenderingFreeTypeFontConfig,vtkRenderingMatplotlib)" -DvtkRenderingLIC_AUTOINIT="1(vtkRenderingParallelLIC)" -DvtkRenderingVolume_AUTOINIT="1(vtkRenderingVolumeOpenGL)"
+
+CXX_INCLUDES = -I/usr/include/vtk-6.3 -I/usr/include/freetype2 -I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent -I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include -I/usr/lib/x86_64-linux-gnu/openmpi/include -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu -I/usr/include/hdf5/openmpi -I/usr/include/libxml2 -I/usr/include/jsoncpp -I/usr/include/tcl -isystem /usr/local/include/opencv4 
+

+ 1 - 0
cmake-build-debug/CMakeFiles/show_lidar_top_view.dir/link.txt

@@ -0,0 +1 @@
+/usr/bin/c++    -g    -rdynamic CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.o CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.o  -o show_lidar_top_view -Wl,-rpath,/usr/local/lib /usr/local/lib/libopencv_gapi.so.4.5.1 /usr/local/lib/libopencv_highgui.so.4.5.1 /usr/local/lib/libopencv_ml.so.4.5.1 /usr/local/lib/libopencv_objdetect.so.4.5.1 /usr/local/lib/libopencv_photo.so.4.5.1 /usr/local/lib/libopencv_stitching.so.4.5.1 /usr/local/lib/libopencv_video.so.4.5.1 /usr/local/lib/libopencv_videoio.so.4.5.1 /usr/local/lib/libopencv_dnn.so.4.5.1 /usr/local/lib/libopencv_imgcodecs.so.4.5.1 /usr/local/lib/libopencv_calib3d.so.4.5.1 /usr/local/lib/libopencv_features2d.so.4.5.1 /usr/local/lib/libopencv_flann.so.4.5.1 /usr/local/lib/libopencv_imgproc.so.4.5.1 /usr/local/lib/libopencv_core.so.4.5.1 

+ 4 - 0
cmake-build-debug/CMakeFiles/show_lidar_top_view.dir/progress.make

@@ -0,0 +1,4 @@
+CMAKE_PROGRESS_1 = 6
+CMAKE_PROGRESS_2 = 7
+CMAKE_PROGRESS_3 = 8
+

+ 299 - 0
cmake-build-debug/Makefile

@@ -0,0 +1,299 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.10
+
+# Default target executed when no arguments are given to make.
+default_target: all
+
+.PHONY : default_target
+
+# Allow only one "make -f Makefile2" at a time, but pass parallelism.
+.NOTPARALLEL:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/lenotary/work/code/lidar_to_camera
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/lenotary/work/code/lidar_to_camera/cmake-build-debug
+
+#=============================================================================
+# Targets provided globally by CMake.
+
+# Special rule for the target rebuild_cache
+rebuild_cache:
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
+	/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
+.PHONY : rebuild_cache
+
+# Special rule for the target rebuild_cache
+rebuild_cache/fast: rebuild_cache
+
+.PHONY : rebuild_cache/fast
+
+# Special rule for the target edit_cache
+edit_cache:
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
+	/usr/bin/cmake-gui -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
+.PHONY : edit_cache
+
+# Special rule for the target edit_cache
+edit_cache/fast: edit_cache
+
+.PHONY : edit_cache/fast
+
+# The main all target
+all: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/progress.marks
+	$(MAKE) -f CMakeFiles/Makefile2 all
+	$(CMAKE_COMMAND) -E cmake_progress_start /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles 0
+.PHONY : all
+
+# The main clean target
+clean:
+	$(MAKE) -f CMakeFiles/Makefile2 clean
+.PHONY : clean
+
+# The main clean target
+clean/fast: clean
+
+.PHONY : clean/fast
+
+# Prepare targets for installation.
+preinstall: all
+	$(MAKE) -f CMakeFiles/Makefile2 preinstall
+.PHONY : preinstall
+
+# Prepare targets for installation.
+preinstall/fast:
+	$(MAKE) -f CMakeFiles/Makefile2 preinstall
+.PHONY : preinstall/fast
+
+# clear depends
+depend:
+	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
+.PHONY : depend
+
+#=============================================================================
+# Target rules for targets named project_lidar_to_camera
+
+# Build rule for target.
+project_lidar_to_camera: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 project_lidar_to_camera
+.PHONY : project_lidar_to_camera
+
+# fast build rule for target.
+project_lidar_to_camera/fast:
+	$(MAKE) -f CMakeFiles/project_lidar_to_camera.dir/build.make CMakeFiles/project_lidar_to_camera.dir/build
+.PHONY : project_lidar_to_camera/fast
+
+#=============================================================================
+# Target rules for targets named lccp
+
+# Build rule for target.
+lccp: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 lccp
+.PHONY : lccp
+
+# fast build rule for target.
+lccp/fast:
+	$(MAKE) -f CMakeFiles/lccp.dir/build.make CMakeFiles/lccp.dir/build
+.PHONY : lccp/fast
+
+#=============================================================================
+# Target rules for targets named show_lidar_top_view
+
+# Build rule for target.
+show_lidar_top_view: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 show_lidar_top_view
+.PHONY : show_lidar_top_view
+
+# fast build rule for target.
+show_lidar_top_view/fast:
+	$(MAKE) -f CMakeFiles/show_lidar_top_view.dir/build.make CMakeFiles/show_lidar_top_view.dir/build
+.PHONY : show_lidar_top_view/fast
+
+src/lccp.o: src/lccp.cpp.o
+
+.PHONY : src/lccp.o
+
+# target to build an object file
+src/lccp.cpp.o:
+	$(MAKE) -f CMakeFiles/lccp.dir/build.make CMakeFiles/lccp.dir/src/lccp.cpp.o
+.PHONY : src/lccp.cpp.o
+
+src/lccp.i: src/lccp.cpp.i
+
+.PHONY : src/lccp.i
+
+# target to preprocess a source file
+src/lccp.cpp.i:
+	$(MAKE) -f CMakeFiles/lccp.dir/build.make CMakeFiles/lccp.dir/src/lccp.cpp.i
+.PHONY : src/lccp.cpp.i
+
+src/lccp.s: src/lccp.cpp.s
+
+.PHONY : src/lccp.s
+
+# target to generate assembly for a file
+src/lccp.cpp.s:
+	$(MAKE) -f CMakeFiles/lccp.dir/build.make CMakeFiles/lccp.dir/src/lccp.cpp.s
+.PHONY : src/lccp.cpp.s
+
+src/project_lidar_to_camera.o: src/project_lidar_to_camera.cpp.o
+
+.PHONY : src/project_lidar_to_camera.o
+
+# target to build an object file
+src/project_lidar_to_camera.cpp.o:
+	$(MAKE) -f CMakeFiles/project_lidar_to_camera.dir/build.make CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o
+.PHONY : src/project_lidar_to_camera.cpp.o
+
+src/project_lidar_to_camera.i: src/project_lidar_to_camera.cpp.i
+
+.PHONY : src/project_lidar_to_camera.i
+
+# target to preprocess a source file
+src/project_lidar_to_camera.cpp.i:
+	$(MAKE) -f CMakeFiles/project_lidar_to_camera.dir/build.make CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.i
+.PHONY : src/project_lidar_to_camera.cpp.i
+
+src/project_lidar_to_camera.s: src/project_lidar_to_camera.cpp.s
+
+.PHONY : src/project_lidar_to_camera.s
+
+# target to generate assembly for a file
+src/project_lidar_to_camera.cpp.s:
+	$(MAKE) -f CMakeFiles/project_lidar_to_camera.dir/build.make CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.s
+.PHONY : src/project_lidar_to_camera.cpp.s
+
+src/show_lidar_top_view.o: src/show_lidar_top_view.cpp.o
+
+.PHONY : src/show_lidar_top_view.o
+
+# target to build an object file
+src/show_lidar_top_view.cpp.o:
+	$(MAKE) -f CMakeFiles/show_lidar_top_view.dir/build.make CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.o
+.PHONY : src/show_lidar_top_view.cpp.o
+
+src/show_lidar_top_view.i: src/show_lidar_top_view.cpp.i
+
+.PHONY : src/show_lidar_top_view.i
+
+# target to preprocess a source file
+src/show_lidar_top_view.cpp.i:
+	$(MAKE) -f CMakeFiles/show_lidar_top_view.dir/build.make CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.i
+.PHONY : src/show_lidar_top_view.cpp.i
+
+src/show_lidar_top_view.s: src/show_lidar_top_view.cpp.s
+
+.PHONY : src/show_lidar_top_view.s
+
+# target to generate assembly for a file
+src/show_lidar_top_view.cpp.s:
+	$(MAKE) -f CMakeFiles/show_lidar_top_view.dir/build.make CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.s
+.PHONY : src/show_lidar_top_view.cpp.s
+
+src/structIO.o: src/structIO.cpp.o
+
+.PHONY : src/structIO.o
+
+# target to build an object file
+src/structIO.cpp.o:
+	$(MAKE) -f CMakeFiles/project_lidar_to_camera.dir/build.make CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o
+	$(MAKE) -f CMakeFiles/show_lidar_top_view.dir/build.make CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.o
+.PHONY : src/structIO.cpp.o
+
+src/structIO.i: src/structIO.cpp.i
+
+.PHONY : src/structIO.i
+
+# target to preprocess a source file
+src/structIO.cpp.i:
+	$(MAKE) -f CMakeFiles/project_lidar_to_camera.dir/build.make CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.i
+	$(MAKE) -f CMakeFiles/show_lidar_top_view.dir/build.make CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.i
+.PHONY : src/structIO.cpp.i
+
+src/structIO.s: src/structIO.cpp.s
+
+.PHONY : src/structIO.s
+
+# target to generate assembly for a file
+src/structIO.cpp.s:
+	$(MAKE) -f CMakeFiles/project_lidar_to_camera.dir/build.make CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.s
+	$(MAKE) -f CMakeFiles/show_lidar_top_view.dir/build.make CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.s
+.PHONY : src/structIO.cpp.s
+
+# Help Target
+help:
+	@echo "The following are some of the valid targets for this Makefile:"
+	@echo "... all (the default if no target is provided)"
+	@echo "... clean"
+	@echo "... depend"
+	@echo "... rebuild_cache"
+	@echo "... project_lidar_to_camera"
+	@echo "... lccp"
+	@echo "... edit_cache"
+	@echo "... show_lidar_top_view"
+	@echo "... src/lccp.o"
+	@echo "... src/lccp.i"
+	@echo "... src/lccp.s"
+	@echo "... src/project_lidar_to_camera.o"
+	@echo "... src/project_lidar_to_camera.i"
+	@echo "... src/project_lidar_to_camera.s"
+	@echo "... src/show_lidar_top_view.o"
+	@echo "... src/show_lidar_top_view.i"
+	@echo "... src/show_lidar_top_view.s"
+	@echo "... src/structIO.o"
+	@echo "... src/structIO.i"
+	@echo "... src/structIO.s"
+.PHONY : help
+
+
+
+#=============================================================================
+# Special targets to cleanup operation of make.
+
+# Special rule to run CMake to check the build system integrity.
+# No rule that depends on this can have commands that come from listfiles
+# because they might be regenerated.
+cmake_check_build_system:
+	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
+.PHONY : cmake_check_build_system
+

+ 951 - 0
cmake-build-debug/camera_fusion.cbp

@@ -0,0 +1,951 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<CodeBlocks_project_file>
+	<FileVersion major="1" minor="6"/>
+	<Project>
+		<Option title="camera_fusion"/>
+		<Option makefile_is_custom="1"/>
+		<Option compiler="gcc"/>
+		<Option virtualFolders="CMake Files\;CMake Files\..\;CMake Files\..\..\;CMake Files\..\..\..\;CMake Files\..\..\..\..\;CMake Files\..\..\..\..\..\;CMake Files\..\..\..\..\..\usr\;CMake Files\..\..\..\..\..\usr\local\;CMake Files\..\..\..\..\..\usr\local\lib\;CMake Files\..\..\..\..\..\usr\local\lib\cmake\;CMake Files\..\..\..\..\..\usr\local\lib\cmake\opencv4\;CMake Files\..\..\..\..\..\usr\lib\;CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\;CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\;CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\pcl\;CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5Widgets\;CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5Gui\;CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5Core\;CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5OpenGL\;CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5Sql\;CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5WebKitWidgets\;CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5Network\;CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5WebKit\;CMake Files\..\..\..\..\..\usr\lib\cmake\;CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\;CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\;"/>
+		<Build>
+			<Target title="all">
+				<Option working_dir="/home/lenotary/work/code/lidar_to_camera/cmake-build-debug"/>
+				<Option type="4"/>
+				<MakeCommands>
+					<Build command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 all"/>
+					<CompileFile command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="rebuild_cache">
+				<Option working_dir="/home/lenotary/work/code/lidar_to_camera/cmake-build-debug"/>
+				<Option type="4"/>
+				<MakeCommands>
+					<Build command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 rebuild_cache"/>
+					<CompileFile command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="project_lidar_to_camera">
+				<Option output="/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/project_lidar_to_camera" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="/home/lenotary/work/code/lidar_to_camera/cmake-build-debug"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DvtkFiltersFlowPaths_AUTOINIT=1(vtkFiltersParallelFlowPaths)"/>
+					<Add option="-DvtkIOExodus_AUTOINIT=1(vtkIOParallelExodus)"/>
+					<Add option="-DvtkIOGeometry_AUTOINIT=1(vtkIOMPIParallel)"/>
+					<Add option="-DvtkIOImage_AUTOINIT=1(vtkIOMPIImage)"/>
+					<Add option="-DvtkIOParallel_AUTOINIT=1(vtkIOMPIParallel)"/>
+					<Add option="-DvtkIOSQL_AUTOINIT=2(vtkIOMySQL,vtkIOPostgreSQL)"/>
+					<Add option="-DvtkRenderingContext2D_AUTOINIT=1(vtkRenderingContextOpenGL)"/>
+					<Add option="-DvtkRenderingCore_AUTOINIT=3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"/>
+					<Add option="-DvtkRenderingFreeType_AUTOINIT=2(vtkRenderingFreeTypeFontConfig,vtkRenderingMatplotlib)"/>
+					<Add option="-DvtkRenderingLIC_AUTOINIT=1(vtkRenderingParallelLIC)"/>
+					<Add option="-DvtkRenderingVolume_AUTOINIT=1(vtkRenderingVolumeOpenGL)"/>
+					<Add directory="/usr/include/vtk-6.3"/>
+					<Add directory="/usr/include/freetype2"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/openmpi/include"/>
+					<Add directory="/usr/include/python2.7"/>
+					<Add directory="/usr/include/x86_64-linux-gnu"/>
+					<Add directory="/usr/include/hdf5/openmpi"/>
+					<Add directory="/usr/include/libxml2"/>
+					<Add directory="/usr/include/jsoncpp"/>
+					<Add directory="/usr/include/tcl"/>
+					<Add directory="/usr/local/include/opencv4"/>
+					<Add directory="/usr/include/c++/7"/>
+					<Add directory="/usr/include/x86_64-linux-gnu/c++/7"/>
+					<Add directory="/usr/include/c++/7/backward"/>
+					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/7/include"/>
+					<Add directory="/usr/local/include"/>
+					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed"/>
+					<Add directory="/usr/include"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 project_lidar_to_camera"/>
+					<CompileFile command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="project_lidar_to_camera/fast">
+				<Option output="/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/project_lidar_to_camera" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="/home/lenotary/work/code/lidar_to_camera/cmake-build-debug"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DvtkFiltersFlowPaths_AUTOINIT=1(vtkFiltersParallelFlowPaths)"/>
+					<Add option="-DvtkIOExodus_AUTOINIT=1(vtkIOParallelExodus)"/>
+					<Add option="-DvtkIOGeometry_AUTOINIT=1(vtkIOMPIParallel)"/>
+					<Add option="-DvtkIOImage_AUTOINIT=1(vtkIOMPIImage)"/>
+					<Add option="-DvtkIOParallel_AUTOINIT=1(vtkIOMPIParallel)"/>
+					<Add option="-DvtkIOSQL_AUTOINIT=2(vtkIOMySQL,vtkIOPostgreSQL)"/>
+					<Add option="-DvtkRenderingContext2D_AUTOINIT=1(vtkRenderingContextOpenGL)"/>
+					<Add option="-DvtkRenderingCore_AUTOINIT=3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"/>
+					<Add option="-DvtkRenderingFreeType_AUTOINIT=2(vtkRenderingFreeTypeFontConfig,vtkRenderingMatplotlib)"/>
+					<Add option="-DvtkRenderingLIC_AUTOINIT=1(vtkRenderingParallelLIC)"/>
+					<Add option="-DvtkRenderingVolume_AUTOINIT=1(vtkRenderingVolumeOpenGL)"/>
+					<Add directory="/usr/include/vtk-6.3"/>
+					<Add directory="/usr/include/freetype2"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/openmpi/include"/>
+					<Add directory="/usr/include/python2.7"/>
+					<Add directory="/usr/include/x86_64-linux-gnu"/>
+					<Add directory="/usr/include/hdf5/openmpi"/>
+					<Add directory="/usr/include/libxml2"/>
+					<Add directory="/usr/include/jsoncpp"/>
+					<Add directory="/usr/include/tcl"/>
+					<Add directory="/usr/local/include/opencv4"/>
+					<Add directory="/usr/include/c++/7"/>
+					<Add directory="/usr/include/x86_64-linux-gnu/c++/7"/>
+					<Add directory="/usr/include/c++/7/backward"/>
+					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/7/include"/>
+					<Add directory="/usr/local/include"/>
+					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed"/>
+					<Add directory="/usr/include"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 project_lidar_to_camera/fast"/>
+					<CompileFile command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="lccp">
+				<Option output="/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/lccp" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="/home/lenotary/work/code/lidar_to_camera/cmake-build-debug"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DvtkFiltersFlowPaths_AUTOINIT=1(vtkFiltersParallelFlowPaths)"/>
+					<Add option="-DvtkIOExodus_AUTOINIT=1(vtkIOParallelExodus)"/>
+					<Add option="-DvtkIOGeometry_AUTOINIT=1(vtkIOMPIParallel)"/>
+					<Add option="-DvtkIOImage_AUTOINIT=1(vtkIOMPIImage)"/>
+					<Add option="-DvtkIOParallel_AUTOINIT=1(vtkIOMPIParallel)"/>
+					<Add option="-DvtkIOSQL_AUTOINIT=2(vtkIOMySQL,vtkIOPostgreSQL)"/>
+					<Add option="-DvtkRenderingContext2D_AUTOINIT=1(vtkRenderingContextOpenGL)"/>
+					<Add option="-DvtkRenderingCore_AUTOINIT=3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"/>
+					<Add option="-DvtkRenderingFreeType_AUTOINIT=2(vtkRenderingFreeTypeFontConfig,vtkRenderingMatplotlib)"/>
+					<Add option="-DvtkRenderingLIC_AUTOINIT=1(vtkRenderingParallelLIC)"/>
+					<Add option="-DvtkRenderingVolume_AUTOINIT=1(vtkRenderingVolumeOpenGL)"/>
+					<Add option="-DQT_WIDGETS_LIB"/>
+					<Add option="-DQT_GUI_LIB"/>
+					<Add option="-DQT_CORE_LIB"/>
+					<Add directory="/usr/include/vtk-6.3"/>
+					<Add directory="/usr/include/freetype2"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/openmpi/include"/>
+					<Add directory="/usr/include/python2.7"/>
+					<Add directory="/usr/include/x86_64-linux-gnu"/>
+					<Add directory="/usr/include/hdf5/openmpi"/>
+					<Add directory="/usr/include/libxml2"/>
+					<Add directory="/usr/include/jsoncpp"/>
+					<Add directory="/usr/include/tcl"/>
+					<Add directory="/usr/local/include/opencv4"/>
+					<Add directory="/usr/include/x86_64-linux-gnu/qt5"/>
+					<Add directory="/usr/include/x86_64-linux-gnu/qt5/QtWidgets"/>
+					<Add directory="/usr/include/x86_64-linux-gnu/qt5/QtGui"/>
+					<Add directory="/usr/include/x86_64-linux-gnu/qt5/QtCore"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++"/>
+					<Add directory="/usr/include/c++/7"/>
+					<Add directory="/usr/include/x86_64-linux-gnu/c++/7"/>
+					<Add directory="/usr/include/c++/7/backward"/>
+					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/7/include"/>
+					<Add directory="/usr/local/include"/>
+					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed"/>
+					<Add directory="/usr/include"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 lccp"/>
+					<CompileFile command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="lccp/fast">
+				<Option output="/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/lccp" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="/home/lenotary/work/code/lidar_to_camera/cmake-build-debug"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DvtkFiltersFlowPaths_AUTOINIT=1(vtkFiltersParallelFlowPaths)"/>
+					<Add option="-DvtkIOExodus_AUTOINIT=1(vtkIOParallelExodus)"/>
+					<Add option="-DvtkIOGeometry_AUTOINIT=1(vtkIOMPIParallel)"/>
+					<Add option="-DvtkIOImage_AUTOINIT=1(vtkIOMPIImage)"/>
+					<Add option="-DvtkIOParallel_AUTOINIT=1(vtkIOMPIParallel)"/>
+					<Add option="-DvtkIOSQL_AUTOINIT=2(vtkIOMySQL,vtkIOPostgreSQL)"/>
+					<Add option="-DvtkRenderingContext2D_AUTOINIT=1(vtkRenderingContextOpenGL)"/>
+					<Add option="-DvtkRenderingCore_AUTOINIT=3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"/>
+					<Add option="-DvtkRenderingFreeType_AUTOINIT=2(vtkRenderingFreeTypeFontConfig,vtkRenderingMatplotlib)"/>
+					<Add option="-DvtkRenderingLIC_AUTOINIT=1(vtkRenderingParallelLIC)"/>
+					<Add option="-DvtkRenderingVolume_AUTOINIT=1(vtkRenderingVolumeOpenGL)"/>
+					<Add option="-DQT_WIDGETS_LIB"/>
+					<Add option="-DQT_GUI_LIB"/>
+					<Add option="-DQT_CORE_LIB"/>
+					<Add directory="/usr/include/vtk-6.3"/>
+					<Add directory="/usr/include/freetype2"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/openmpi/include"/>
+					<Add directory="/usr/include/python2.7"/>
+					<Add directory="/usr/include/x86_64-linux-gnu"/>
+					<Add directory="/usr/include/hdf5/openmpi"/>
+					<Add directory="/usr/include/libxml2"/>
+					<Add directory="/usr/include/jsoncpp"/>
+					<Add directory="/usr/include/tcl"/>
+					<Add directory="/usr/local/include/opencv4"/>
+					<Add directory="/usr/include/x86_64-linux-gnu/qt5"/>
+					<Add directory="/usr/include/x86_64-linux-gnu/qt5/QtWidgets"/>
+					<Add directory="/usr/include/x86_64-linux-gnu/qt5/QtGui"/>
+					<Add directory="/usr/include/x86_64-linux-gnu/qt5/QtCore"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++"/>
+					<Add directory="/usr/include/c++/7"/>
+					<Add directory="/usr/include/x86_64-linux-gnu/c++/7"/>
+					<Add directory="/usr/include/c++/7/backward"/>
+					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/7/include"/>
+					<Add directory="/usr/local/include"/>
+					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed"/>
+					<Add directory="/usr/include"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 lccp/fast"/>
+					<CompileFile command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="edit_cache">
+				<Option working_dir="/home/lenotary/work/code/lidar_to_camera/cmake-build-debug"/>
+				<Option type="4"/>
+				<MakeCommands>
+					<Build command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 edit_cache"/>
+					<CompileFile command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="show_lidar_top_view">
+				<Option output="/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/show_lidar_top_view" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="/home/lenotary/work/code/lidar_to_camera/cmake-build-debug"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DvtkFiltersFlowPaths_AUTOINIT=1(vtkFiltersParallelFlowPaths)"/>
+					<Add option="-DvtkIOExodus_AUTOINIT=1(vtkIOParallelExodus)"/>
+					<Add option="-DvtkIOGeometry_AUTOINIT=1(vtkIOMPIParallel)"/>
+					<Add option="-DvtkIOImage_AUTOINIT=1(vtkIOMPIImage)"/>
+					<Add option="-DvtkIOParallel_AUTOINIT=1(vtkIOMPIParallel)"/>
+					<Add option="-DvtkIOSQL_AUTOINIT=2(vtkIOMySQL,vtkIOPostgreSQL)"/>
+					<Add option="-DvtkRenderingContext2D_AUTOINIT=1(vtkRenderingContextOpenGL)"/>
+					<Add option="-DvtkRenderingCore_AUTOINIT=3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"/>
+					<Add option="-DvtkRenderingFreeType_AUTOINIT=2(vtkRenderingFreeTypeFontConfig,vtkRenderingMatplotlib)"/>
+					<Add option="-DvtkRenderingLIC_AUTOINIT=1(vtkRenderingParallelLIC)"/>
+					<Add option="-DvtkRenderingVolume_AUTOINIT=1(vtkRenderingVolumeOpenGL)"/>
+					<Add directory="/usr/include/vtk-6.3"/>
+					<Add directory="/usr/include/freetype2"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/openmpi/include"/>
+					<Add directory="/usr/include/python2.7"/>
+					<Add directory="/usr/include/x86_64-linux-gnu"/>
+					<Add directory="/usr/include/hdf5/openmpi"/>
+					<Add directory="/usr/include/libxml2"/>
+					<Add directory="/usr/include/jsoncpp"/>
+					<Add directory="/usr/include/tcl"/>
+					<Add directory="/usr/local/include/opencv4"/>
+					<Add directory="/usr/include/c++/7"/>
+					<Add directory="/usr/include/x86_64-linux-gnu/c++/7"/>
+					<Add directory="/usr/include/c++/7/backward"/>
+					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/7/include"/>
+					<Add directory="/usr/local/include"/>
+					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed"/>
+					<Add directory="/usr/include"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 show_lidar_top_view"/>
+					<CompileFile command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+			<Target title="show_lidar_top_view/fast">
+				<Option output="/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/show_lidar_top_view" prefix_auto="0" extension_auto="0"/>
+				<Option working_dir="/home/lenotary/work/code/lidar_to_camera/cmake-build-debug"/>
+				<Option object_output="./"/>
+				<Option type="1"/>
+				<Option compiler="gcc"/>
+				<Compiler>
+					<Add option="-DvtkFiltersFlowPaths_AUTOINIT=1(vtkFiltersParallelFlowPaths)"/>
+					<Add option="-DvtkIOExodus_AUTOINIT=1(vtkIOParallelExodus)"/>
+					<Add option="-DvtkIOGeometry_AUTOINIT=1(vtkIOMPIParallel)"/>
+					<Add option="-DvtkIOImage_AUTOINIT=1(vtkIOMPIImage)"/>
+					<Add option="-DvtkIOParallel_AUTOINIT=1(vtkIOMPIParallel)"/>
+					<Add option="-DvtkIOSQL_AUTOINIT=2(vtkIOMySQL,vtkIOPostgreSQL)"/>
+					<Add option="-DvtkRenderingContext2D_AUTOINIT=1(vtkRenderingContextOpenGL)"/>
+					<Add option="-DvtkRenderingCore_AUTOINIT=3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"/>
+					<Add option="-DvtkRenderingFreeType_AUTOINIT=2(vtkRenderingFreeTypeFontConfig,vtkRenderingMatplotlib)"/>
+					<Add option="-DvtkRenderingLIC_AUTOINIT=1(vtkRenderingParallelLIC)"/>
+					<Add option="-DvtkRenderingVolume_AUTOINIT=1(vtkRenderingVolumeOpenGL)"/>
+					<Add directory="/usr/include/vtk-6.3"/>
+					<Add directory="/usr/include/freetype2"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include"/>
+					<Add directory="/usr/lib/x86_64-linux-gnu/openmpi/include"/>
+					<Add directory="/usr/include/python2.7"/>
+					<Add directory="/usr/include/x86_64-linux-gnu"/>
+					<Add directory="/usr/include/hdf5/openmpi"/>
+					<Add directory="/usr/include/libxml2"/>
+					<Add directory="/usr/include/jsoncpp"/>
+					<Add directory="/usr/include/tcl"/>
+					<Add directory="/usr/local/include/opencv4"/>
+					<Add directory="/usr/include/c++/7"/>
+					<Add directory="/usr/include/x86_64-linux-gnu/c++/7"/>
+					<Add directory="/usr/include/c++/7/backward"/>
+					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/7/include"/>
+					<Add directory="/usr/local/include"/>
+					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed"/>
+					<Add directory="/usr/include"/>
+				</Compiler>
+				<MakeCommands>
+					<Build command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 show_lidar_top_view/fast"/>
+					<CompileFile command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
+					<Clean command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
+					<DistClean command="/usr/bin/make -j8 -f &quot;/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/Makefile&quot;  VERBOSE=1 clean"/>
+				</MakeCommands>
+			</Target>
+		</Build>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/src/lccp.cpp">
+			<Option target="lccp"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/src/project_lidar_to_camera.cpp">
+			<Option target="project_lidar_to_camera"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/src/show_lidar_top_view.cpp">
+			<Option target="show_lidar_top_view"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/src/structIO.cpp">
+			<Option target="project_lidar_to_camera"/>
+			<Option target="show_lidar_top_view"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/src/structIO.hpp">
+			<Option target="project_lidar_to_camera"/>
+			<Option target="show_lidar_top_view"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/CMakeLists.txt">
+			<Option virtualFolder="CMake Files\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/local/lib/cmake/opencv4/OpenCVConfig-version.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\local\lib\cmake\opencv4\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/local/lib/cmake/opencv4/OpenCVConfig.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\local\lib\cmake\opencv4\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/local/lib/cmake/opencv4/OpenCVModules-release.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\local\lib\cmake\opencv4\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/local/lib/cmake/opencv4/OpenCVModules.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\local\lib\cmake\opencv4\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\pcl\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfigVersion.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\pcl\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5Widgets\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5Widgets\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5Widgets\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5Widgets\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfig.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5Gui\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5Gui\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5Gui\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfig.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5Core\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfigExtras.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5Core\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5Core\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfigVersion.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5Core\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreMacros.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5Core\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5OpenGL/Qt5OpenGLConfig.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5OpenGL\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5OpenGL/Qt5OpenGLConfigVersion.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5OpenGL\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5Sql/Qt5SqlConfig.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5Sql\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5Sql/Qt5SqlConfigVersion.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5Sql\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsConfig.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5WebKitWidgets\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsConfigVersion.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5WebKitWidgets\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsTargets-none.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5WebKitWidgets\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsTargets.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5WebKitWidgets\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5Network/Qt5NetworkConfig.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5Network\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5Network/Qt5NetworkConfigVersion.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5Network\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5WebKit/Qt5WebKitConfig.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5WebKit\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5WebKit/Qt5WebKitConfigVersion.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5WebKit\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5WebKit/WebKitTargets-none.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5WebKit\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/x86_64-linux-gnu/cmake/Qt5WebKit/WebKitTargets.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\x86_64-linux-gnu\cmake\Qt5WebKit\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/UseVTK.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/VTKConfig.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/VTKConfigVersion.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/VTKTargets-none.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/VTKTargets.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/vtkModuleAPI.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkChartsCore.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkCommonColor.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkCommonComputationalGeometry.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkCommonCore.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkCommonDataModel.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkCommonExecutionModel.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkCommonMath.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkCommonMisc.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkCommonSystem.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkCommonTransforms.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkDICOMParser.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkDomainsChemistry.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersAMR.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersCore.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersExtraction.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersFlowPaths.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersGeneral.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersGeneric.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersGeometry.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersHybrid.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersHyperTree.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersImaging.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersModeling.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersParallel.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersParallelFlowPaths.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersParallelGeometry.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersParallelImaging.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersParallelMPI.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersParallelStatistics.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersProgrammable.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersPython.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersReebGraph.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersSMP.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersSelection.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersSources.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersStatistics.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersTexture.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkFiltersVerdict.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkGUISupportQt.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkGUISupportQtOpenGL.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkGUISupportQtSQL.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkGUISupportQtWebkit.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkGeovisCore.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOAMR.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOCore.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOEnSight.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOExodus.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOExport.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOFFMPEG.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOGDAL.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOGeoJSON.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOGeometry.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOImage.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOImport.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOInfovis.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOLSDyna.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOLegacy.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOMINC.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOMPIImage.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOMPIParallel.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOMovie.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOMySQL.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIONetCDF.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOODBC.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOPLY.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOParallel.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOParallelExodus.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOParallelLSDyna.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOParallelNetCDF.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOParallelXML.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOPostgreSQL.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOSQL.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOVPIC.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOVideo.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOXML.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOXMLParser.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkIOXdmf2.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkImagingColor.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkImagingCore.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkImagingFourier.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkImagingGeneral.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkImagingHybrid.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkImagingMath.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkImagingMorphological.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkImagingSources.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkImagingStatistics.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkImagingStencil.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkInfovisBoost.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkInfovisBoostGraphAlgorithms.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkInfovisCore.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkInfovisLayout.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkInteractionImage.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkInteractionStyle.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkInteractionWidgets.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkLocalExample.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkMetaIO.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkParallelCore.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkParallelMPI.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkParallelMPI4Py.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkParseOGLExt.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkPython.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkPythonInterpreter.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkRenderingAnnotation.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkRenderingContext2D.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkRenderingContextOpenGL.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkRenderingCore.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkRenderingExternal.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkRenderingFreeType.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkRenderingFreeTypeFontConfig.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkRenderingGL2PS.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkRenderingImage.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkRenderingLIC.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkRenderingLOD.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkRenderingLabel.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkRenderingMatplotlib.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkRenderingOpenGL.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkRenderingParallel.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkRenderingParallelLIC.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkRenderingQt.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkRenderingTk.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkRenderingVolume.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkRenderingVolumeAMR.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkRenderingVolumeOpenGL.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkTclTk.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkTestingCore.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkTestingGenericBridge.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkTestingIOSQL.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkTestingRendering.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkUtilitiesEncodeString.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkUtilitiesHashSource.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkVPIC.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkViewsContext2D.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkViewsCore.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkViewsGeovis.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkViewsInfovis.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkViewsQt.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkWrappingJava.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkWrappingPythonCore.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkWrappingTcl.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkWrappingTools.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkalglib.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkexodusII.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkexpat.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkfreetype.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkftgl.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkgl2ps.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkglew.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkhdf5.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkjpeg.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkjsoncpp.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtklibproj4.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtklibxml2.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtknetcdf.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkoggtheora.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkpng.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtksqlite.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtksys.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtktiff.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkverdict.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkxdmf2.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+		<Unit filename="/home/lenotary/work/code/lidar_to_camera/../../../../../usr/lib/cmake/vtk-6.3/Modules/vtkzlib.cmake">
+			<Option virtualFolder="CMake Files\..\..\..\..\..\usr\lib\cmake\vtk-6.3\Modules\"/>
+		</Unit>
+	</Project>
+</CodeBlocks_project_file>

+ 49 - 0
cmake-build-debug/cmake_install.cmake

@@ -0,0 +1,49 @@
+# Install script for directory: /home/lenotary/work/code/lidar_to_camera
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  if(BUILD_TYPE)
+    string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  else()
+    set(CMAKE_INSTALL_CONFIG_NAME "Debug")
+  endif()
+  message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+  if(COMPONENT)
+    message(STATUS "Install component: \"${COMPONENT}\"")
+    set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  else()
+    set(CMAKE_INSTALL_COMPONENT)
+  endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  set(CMAKE_INSTALL_SO_NO_EXE "1")
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+  set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
+if(CMAKE_INSTALL_COMPONENT)
+  set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
+else()
+  set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
+endif()
+
+string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
+       "${CMAKE_INSTALL_MANIFEST_FILES}")
+file(WRITE "/home/lenotary/work/code/lidar_to_camera/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}"
+     "${CMAKE_INSTALL_MANIFEST_CONTENT}")

BIN
cmake-build-debug/project_lidar_to_camera


BIN
dat/C51_LidarPts_0000.dat


BIN
dat/C51_LidarPts_0001.dat


BIN
dat/C51_LidarPts_0002.dat


BIN
dat/C51_LidarPts_0003.dat


BIN
dat/C51_LidarPts_0004.dat


BIN
dat/C51_LidarPts_0005.dat


BIN
dat/C51_LidarPts_0006.dat


BIN
dat/C51_LidarPts_0007.dat


BIN
dat/C51_LidarPts_0008.dat


BIN
dat/C51_LidarPts_0009.dat


+ 34 - 0
dat/calib_cam_to_cam.txt

@@ -0,0 +1,34 @@
+calib_time: 09-Jan-2012 13:57:47
+corner_dist: 9.950000e-02
+S_00: 1.392000e+03 5.120000e+02
+K_00: 9.842439e+02 0.000000e+00 6.900000e+02 0.000000e+00 9.808141e+02 2.331966e+02 0.000000e+00 0.000000e+00 1.000000e+00
+D_00: -3.728755e-01 2.037299e-01 2.219027e-03 1.383707e-03 -7.233722e-02
+R_00: 1.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00
+T_00: 2.573699e-16 -1.059758e-16 1.614870e-16
+S_rect_00: 1.242000e+03 3.750000e+02
+R_rect_00: 9.999239e-01 9.837760e-03 -7.445048e-03 -9.869795e-03 9.999421e-01 -4.278459e-03 7.402527e-03 4.351614e-03 9.999631e-01
+P_rect_00: 7.215377e+02 0.000000e+00 6.095593e+02 0.000000e+00 0.000000e+00 7.215377e+02 1.728540e+02 0.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00
+S_01: 1.392000e+03 5.120000e+02
+K_01: 9.895267e+02 0.000000e+00 7.020000e+02 0.000000e+00 9.878386e+02 2.455590e+02 0.000000e+00 0.000000e+00 1.000000e+00
+D_01: -3.644661e-01 1.790019e-01 1.148107e-03 -6.298563e-04 -5.314062e-02
+R_01: 9.993513e-01 1.860866e-02 -3.083487e-02 -1.887662e-02 9.997863e-01 -8.421873e-03 3.067156e-02 8.998467e-03 9.994890e-01
+T_01: -5.370000e-01 4.822061e-03 -1.252488e-02
+S_rect_01: 1.242000e+03 3.750000e+02
+R_rect_01: 9.996878e-01 -8.976826e-03 2.331651e-02 8.876121e-03 9.999508e-01 4.418952e-03 -2.335503e-02 -4.210612e-03 9.997184e-01
+P_rect_01: 7.215377e+02 0.000000e+00 6.095593e+02 -3.875744e+02 0.000000e+00 7.215377e+02 1.728540e+02 0.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00
+S_02: 1.392000e+03 5.120000e+02
+K_02: 9.597910e+02 0.000000e+00 6.960217e+02 0.000000e+00 9.569251e+02 2.241806e+02 0.000000e+00 0.000000e+00 1.000000e+00
+D_02: -3.691481e-01 1.968681e-01 1.353473e-03 5.677587e-04 -6.770705e-02
+R_02: 9.999758e-01 -5.267463e-03 -4.552439e-03 5.251945e-03 9.999804e-01 -3.413835e-03 4.570332e-03 3.389843e-03 9.999838e-01
+T_02: 5.956621e-02 2.900141e-04 2.577209e-03
+S_rect_02: 1.242000e+03 3.750000e+02
+R_rect_02: 9.998817e-01 1.511453e-02 -2.841595e-03 -1.511724e-02 9.998853e-01 -9.338510e-04 2.827154e-03 9.766976e-04 9.999955e-01
+P_rect_02: 7.215377e+02 0.000000e+00 6.095593e+02 4.485728e+01 0.000000e+00 7.215377e+02 1.728540e+02 2.163791e-01 0.000000e+00 0.000000e+00 1.000000e+00 2.745884e-03
+S_03: 1.392000e+03 5.120000e+02
+K_03: 9.037596e+02 0.000000e+00 6.957519e+02 0.000000e+00 9.019653e+02 2.242509e+02 0.000000e+00 0.000000e+00 1.000000e+00
+D_03: -3.639558e-01 1.788651e-01 6.029694e-04 -3.922424e-04 -5.382460e-02
+R_03: 9.995599e-01 1.699522e-02 -2.431313e-02 -1.704422e-02 9.998531e-01 -1.809756e-03 2.427880e-02 2.223358e-03 9.997028e-01
+T_03: -4.731050e-01 5.551470e-03 -5.250882e-03
+S_rect_03: 1.242000e+03 3.750000e+02
+R_rect_03: 9.998321e-01 -7.193136e-03 1.685599e-02 7.232804e-03 9.999712e-01 -2.293585e-03 -1.683901e-02 2.415116e-03 9.998553e-01
+P_rect_03: 7.215377e+02 0.000000e+00 6.095593e+02 -3.395242e+02 0.000000e+00 7.215377e+02 1.728540e+02 2.199936e+00 0.000000e+00 0.000000e+00 1.000000e+00 2.729905e-03

+ 5 - 0
dat/calib_velo_to_cam.txt

@@ -0,0 +1,5 @@
+calib_time: 15-Mar-2012 11:37:16
+R: 7.533745e-03 -9.999714e-01 -6.166020e-04 1.480249e-02 7.280733e-04 -9.998902e-01 9.998621e-01 7.523790e-03 1.480755e-02
+T: -4.069766e-03 -7.631618e-02 -2.717806e-01
+delta_f: 0.000000e+00 0.000000e+00
+delta_c: 0.000000e+00 0.000000e+00

BIN
images/0000000000.png


BIN
images/s_thrun.jpg


+ 12 - 0
src/dataStructures.h

@@ -0,0 +1,12 @@
+#ifndef dataStructures_h
+#define dataStructures_h
+
+#include <vector>
+#include <opencv2/core.hpp>
+
+struct LidarPoint { // single lidar point in space
+    double x,y,z,r; // x,y,z in [m], r is point reflectivity
+};
+
+
+#endif /* dataStructures_h */

+ 163 - 0
src/lccp.cpp

@@ -0,0 +1,163 @@
+/*
+ * @Descripttion: lccp.cpp camera_fusion
+ * @version: camera_fusion v0.1
+ * @Author: lenotary
+ * @Date: 2021/4/15 下午3:46
+ * @LastEditor: lenotary
+ * @LastEditTime: 2021/4/15 下午3:46
+ */
+
+
+//超体聚类+LCCP
+//#include "stdafx.h"
+
+#include <stdlib.h>
+#include <cmath>
+#include <limits.h>
+#include <boost/format.hpp>
+#include <fstream>
+
+#include <pcl/console/parse.h>
+#include <pcl/io/pcd_io.h>
+#include <pcl/visualization/pcl_visualizer.h>
+#include <pcl/visualization/point_cloud_color_handlers.h>
+#include <pcl/visualization/cloud_viewer.h>
+
+#include <pcl/filters/passthrough.h>
+#include <pcl/segmentation/supervoxel_clustering.h>
+
+#include <pcl/segmentation/lccp_segmentation.h>
+
+#define Random(x) (rand() % x)
+
+typedef pcl::PointXYZRGBA PointT;
+typedef pcl::LCCPSegmentation<PointT>::SupervoxelAdjacencyList SuperVoxelAdjacencyList;
+
+int main(int argc, char ** argv)
+{
+    //输入点云
+    pcl::PointCloud<PointT>::Ptr input_cloud_ptr(new pcl::PointCloud<PointT>);
+    pcl::PCLPointCloud2 input_pointcloud2;
+    if (pcl::io::loadPCDFile("xyzrgb.pcd", input_pointcloud2))
+    {
+        PCL_ERROR("ERROR: Could not read input point cloud ");
+        return (3);
+    }
+    pcl::fromPCLPointCloud2(input_pointcloud2, *input_cloud_ptr);
+    PCL_INFO("Done making cloud\n");
+
+    float voxel_resolution = 0.3f;
+    float seed_resolution = 1.2f;
+    float color_importance = 0.0f;
+    float spatial_importance = 1.0f;
+    float normal_importance = 0.0f;
+    bool use_single_cam_transform = false;
+    bool use_supervoxel_refinement = false;
+
+    unsigned int k_factor = 0;
+
+    pcl::SupervoxelClustering<PointT> super(voxel_resolution, seed_resolution);
+    super.setUseSingleCameraTransform(use_single_cam_transform);
+    super.setInputCloud(input_cloud_ptr);
+    super.setColorImportance(color_importance);
+    super.setSpatialImportance(spatial_importance);
+    super.setNormalImportance(normal_importance);
+    std::map<uint32_t, pcl::Supervoxel<PointT>::Ptr> supervoxel_clusters;
+
+    PCL_INFO("Extracting supervoxels\n");
+    super.extract(supervoxel_clusters);
+
+    PCL_INFO("Getting supervoxel adjacency\n");
+    std::multimap<uint32_t, uint32_t> supervoxel_adjacency;
+    super.getSupervoxelAdjacency(supervoxel_adjacency);
+
+    pcl::PointCloud<pcl::PointXYZL>::Ptr overseg = super.getLabeledCloud();
+    ofstream outFile1("过分割3.txt", std::ios_base::out);
+    for (int i = 0; i < overseg->size(); i++) {
+        outFile1 << overseg->points[i].x << "\t" << overseg->points[i].y << "\t" << overseg->points[i].z << "\t" << overseg->points[i].label << endl;
+    }
+    int label_max1 = 0;
+    for (int i = 0;i< overseg->size(); i++) {
+        if (overseg->points[i].label>label_max1)
+            label_max1 = overseg->points[i].label;
+    }
+    pcl::PointCloud<pcl::PointXYZRGB>::Ptr ColoredCloud1(new pcl::PointCloud<pcl::PointXYZRGB>);
+    ColoredCloud1->height = 1;
+    ColoredCloud1->width = overseg->size();
+    ColoredCloud1->resize(overseg->size());
+    for (int i = 0; i < label_max1; i++) {
+        int color_R = Random(255);
+        int color_G = Random(255);
+        int color_B = Random(255);
+
+        for (int j = 0; j < overseg->size(); j++) {
+            if (overseg->points[j].label == i) {
+                ColoredCloud1->points[j].x = overseg->points[j].x;
+                ColoredCloud1->points[j].y = overseg->points[j].y;
+                ColoredCloud1->points[j].z = overseg->points[j].z;
+                ColoredCloud1->points[j].r = color_R;
+                ColoredCloud1->points[j].g = color_G;
+                ColoredCloud1->points[j].b = color_B;
+            }
+        }
+    }
+    pcl::io::savePCDFileASCII("过分割3.pcd", *ColoredCloud1);
+
+
+
+    //LCCP分割
+    float concavity_tolerance_threshold = 10;
+    float smoothness_threshold = 0.1;
+    uint32_t min_segment_size = 0;
+    bool use_extended_convexity = false;
+    bool use_sanity_criterion = false;
+    PCL_INFO("Starting Segmentation\n");
+    pcl::LCCPSegmentation<PointT> lccp;
+    lccp.setConcavityToleranceThreshold(concavity_tolerance_threshold);
+    lccp.setSmoothnessCheck(true, voxel_resolution, seed_resolution, smoothness_threshold);
+    lccp.setKFactor(k_factor);
+    lccp.setInputSupervoxels(supervoxel_clusters, supervoxel_adjacency);
+    lccp.setMinSegmentSize(min_segment_size);
+    lccp.segment();
+
+    PCL_INFO("Interpolation voxel cloud -> input cloud and relabeling\n");
+
+    pcl::PointCloud<pcl::PointXYZL>::Ptr sv_labeled_cloud = super.getLabeledCloud();
+    pcl::PointCloud<pcl::PointXYZL>::Ptr lccp_labeled_cloud = sv_labeled_cloud->makeShared();
+    lccp.relabelCloud(*lccp_labeled_cloud);
+    SuperVoxelAdjacencyList sv_adjacency_list;
+    lccp.getSVAdjacencyList(sv_adjacency_list);
+
+    ofstream outFile2("分割后合并3.txt", std::ios_base::out);
+    for (int i = 0; i < lccp_labeled_cloud->size();i++) {
+        outFile2 << lccp_labeled_cloud->points[i].x << "\t" << lccp_labeled_cloud->points[i].y << "\t" << lccp_labeled_cloud->points[i].z << "\t" << lccp_labeled_cloud->points[i].label << endl;
+    }
+
+    int label_max2 = 0;
+    for (int i = 0; i< lccp_labeled_cloud->size(); i++) {
+        if (lccp_labeled_cloud->points[i].label>label_max2)
+            label_max2 = lccp_labeled_cloud->points[i].label;
+    }
+    pcl::PointCloud<pcl::PointXYZRGB>::Ptr ColoredCloud2(new pcl::PointCloud<pcl::PointXYZRGB>);
+    ColoredCloud2->height = 1;
+    ColoredCloud2->width = lccp_labeled_cloud->size();
+    ColoredCloud2->resize(lccp_labeled_cloud->size());
+    for (int i = 0; i < label_max2; i++) {
+        int color_R = Random(255);
+        int color_G = Random(255);
+        int color_B = Random(255);
+
+        for (int j = 0; j < lccp_labeled_cloud->size(); j++) {
+            if (lccp_labeled_cloud->points[j].label == i) {
+                ColoredCloud2->points[j].x = lccp_labeled_cloud->points[j].x;
+                ColoredCloud2->points[j].y = lccp_labeled_cloud->points[j].y;
+                ColoredCloud2->points[j].z = lccp_labeled_cloud->points[j].z;
+                ColoredCloud2->points[j].r = color_R;
+                ColoredCloud2->points[j].g = color_G;
+                ColoredCloud2->points[j].b = color_B;
+            }
+        }
+    }
+    pcl::io::savePCDFileASCII("分割后合并3.pcd", *ColoredCloud2);
+    return 0;
+}

+ 120 - 0
src/project_lidar_to_camera.cpp

@@ -0,0 +1,120 @@
+#include <iostream>
+#include <numeric>
+#include <opencv2/core.hpp>
+#include <opencv2/highgui.hpp>
+#include <opencv2/imgproc.hpp>
+
+#include "structIO.hpp"
+
+using namespace std;
+
+void loadCalibrationData(cv::Mat &P_rect_00, cv::Mat &R_rect_00, cv::Mat &RT) {
+    RT.at<double>(0, 0) = 7.533745e-03;
+    RT.at<double>(0, 1) = -9.999714e-01;
+    RT.at<double>(0, 2) = -6.166020e-04;
+    RT.at<double>(0, 3) = -4.069766e-03;
+    RT.at<double>(1, 0) = 1.480249e-02;
+    RT.at<double>(1, 1) = 7.280733e-04;
+    RT.at<double>(1, 2) = -9.998902e-01;
+    RT.at<double>(1, 3) = -7.631618e-02;
+    RT.at<double>(2, 0) = 9.998621e-01;
+    RT.at<double>(2, 1) = 7.523790e-03;
+    RT.at<double>(2, 2) = 1.480755e-02;
+    RT.at<double>(2, 3) = -2.717806e-01;
+    RT.at<double>(3, 0) = 0.0;
+    RT.at<double>(3, 1) = 0.0;
+    RT.at<double>(3, 2) = 0.0;
+    RT.at<double>(3, 3) = 1.0;
+
+    R_rect_00.at<double>(0, 0) = 9.999239e-01;
+    R_rect_00.at<double>(0, 1) = 9.837760e-03;
+    R_rect_00.at<double>(0, 2) = -7.445048e-03;
+    R_rect_00.at<double>(0, 3) = 0.0;
+    R_rect_00.at<double>(1, 0) = -9.869795e-03;
+    R_rect_00.at<double>(1, 1) = 9.999421e-01;
+    R_rect_00.at<double>(1, 2) = -4.278459e-03;
+    R_rect_00.at<double>(1, 3) = 0.0;
+    R_rect_00.at<double>(2, 0) = 7.402527e-03;
+    R_rect_00.at<double>(2, 1) = 4.351614e-03;
+    R_rect_00.at<double>(2, 2) = 9.999631e-01;
+    R_rect_00.at<double>(2, 3) = 0.0;
+    R_rect_00.at<double>(3, 0) = 0;
+    R_rect_00.at<double>(3, 1) = 0;
+    R_rect_00.at<double>(3, 2) = 0;
+    R_rect_00.at<double>(3, 3) = 1;
+
+    P_rect_00.at<double>(0, 0) = 7.215377e+02;
+    P_rect_00.at<double>(0, 1) = 0.000000e+00;
+    P_rect_00.at<double>(0, 2) = 6.095593e+02;
+    P_rect_00.at<double>(0, 3) = 0.000000e+00;
+    P_rect_00.at<double>(1, 0) = 0.000000e+00;
+    P_rect_00.at<double>(1, 1) = 7.215377e+02;
+    P_rect_00.at<double>(1, 2) = 1.728540e+02;
+    P_rect_00.at<double>(1, 3) = 0.000000e+00;
+    P_rect_00.at<double>(2, 0) = 0.000000e+00;
+    P_rect_00.at<double>(2, 1) = 0.000000e+00;
+    P_rect_00.at<double>(2, 2) = 1.000000e+00;
+    P_rect_00.at<double>(2, 3) = 0.000000e+00;
+
+}
+
+void projectLidarToCamera2() {
+    // load image from file
+    cv::Mat img = cv::imread("../images/0000000000.png");
+
+    // load Lidar points from file
+    std::vector<LidarPoint> lidarPoints;
+    readLidarPts("../dat/C51_LidarPts_0000.dat", lidarPoints);
+
+    // store calibration data in OpenCV matrices
+    cv::Mat P_rect_00(3, 4, cv::DataType<double>::type); // 3x4 projection matrix after rectification
+    cv::Mat R_rect_00(4, 4, cv::DataType<double>::type); // 3x3 rectifying rotation to make image planes co-planar
+    cv::Mat RT(4, 4, cv::DataType<double>::type); // rotation matrix and translation vector
+    loadCalibrationData(P_rect_00, R_rect_00, RT);
+
+    // TODO: project lidar points
+    cv::Mat visImg = img.clone();
+    cv::Mat overlay = visImg.clone();
+
+    cv::Mat X(4, 1, cv::DataType<double>::type);
+    cv::Mat Y(3, 1, cv::DataType<double>::type);
+    for (auto it = lidarPoints.begin(); it != lidarPoints.end(); ++it) {
+        // filter the not needed points
+        float MaxX = 25.0, maxY = 6.0, minZ = -1.40;
+        if (it->x > MaxX ||it->x < 0.0 || abs(it->y) > maxY || it->z < minZ || it->r < 0.01) {
+            continue;
+        }
+
+        // 1. Convert current Lidar point into homogeneous coordinates and store it in the 4D variable X.
+        X.at<double>(0, 0) = it->x;
+        X.at<double>(1, 0) = it->y;
+        X.at<double>(2, 0) = it->z;
+        X.at<double>(3, 0) = 1;
+
+            // 2. Then, apply the projection equation as detailed in lesson 5.1 to map X onto the image plane of the camera.
+            // Store the result in Y.
+            Y = P_rect_00 * R_rect_00 * RT * X;
+        // 3. Once this is done, transform Y back into Euclidean coordinates and store the result in the variable pt.
+        cv::Point pt;
+        pt.x = Y.at<double>(0, 0) / Y.at<double>(2, 0);
+        pt.y = Y.at<double>(1, 0) / Y.at<double>(2, 0);
+
+        float val = it->x;
+        float maxVal = 20.0;
+        int red = min(255, (int) (255 * abs((val - maxVal) / maxVal)));
+        int green = min(255, (int) (255 * (1 - abs((val - maxVal) / maxVal))));
+        cv::circle(overlay, pt, 1, cv::Scalar(0, green, red), -1);
+    }
+
+    float opacity = 1;
+    cv::addWeighted(overlay, opacity, visImg, 1 - opacity, 0, visImg);
+
+    string windowName = "LiDAR data on image overlay";
+    cv::namedWindow(windowName, 3);
+    cv::imshow(windowName, visImg);
+    cv::waitKey(0); // wait for key to be pressed
+}
+
+int main() {
+    projectLidarToCamera2();
+}

+ 70 - 0
src/show_lidar_top_view.cpp

@@ -0,0 +1,70 @@
+#include <iostream>
+#include <numeric>
+#include <opencv2/core.hpp>
+#include <opencv2/highgui.hpp>
+#include <opencv2/imgproc.hpp>
+
+#include "structIO.hpp"
+
+using namespace std;
+
+void showLidarTopview()
+{
+    std::vector<LidarPoint> lidarPoints;
+    readLidarPts("../dat/C51_LidarPts_0000.dat", lidarPoints);
+
+    cv::Size worldSize(10.0, 20.0); // width and height of sensor field in m
+    cv::Size imageSize(1000, 2000); // corresponding top view image in pixel
+
+    // create topview image
+    cv::Mat topviewImg(imageSize, CV_8UC3, cv::Scalar(0, 0, 0));
+    float max_ref=0;
+    // plot Lidar points into image
+    for (auto it = lidarPoints.begin(); it != lidarPoints.end(); ++it)
+    {
+        float xw = (*it).x; // world position in m with x facing forward from sensor
+        float yw = (*it).y; // world position in m with y facing left from sensor
+
+        int y = (-xw * imageSize.height / worldSize.height) + imageSize.height;
+        int x = (-yw * imageSize.height / worldSize.height) + imageSize.width / 2;
+
+//        cv::circle(topviewImg, cv::Point(x, y), 5, cv::Scalar(0, 0, 255), -1);
+        
+        // TODO: 
+        // 1. Change the color of the Lidar points such that 
+        // X=0.0m corresponds to red while X=20.0m is shown as green.
+        // 2. Remove all Lidar points on the road surface while preserving 
+        // measurements on the obstacles in the scene.
+        float zw=(*it).z;
+        if(zw>-1.40){
+            float val=it->x;
+            float reflectivity=it->r; // reflectivity of lidar point
+            float maxval =worldSize.height;
+            int red = min(255,(int)(255*abs((val-maxval)/maxval)));
+            int green = min(255,(int)(255*(1-abs((val-maxval)/maxval))));
+            int thickness=reflectivity>0.5?-1:1; // -1:ellipse arc outline 1:filled ellipse sector
+            cv::circle(topviewImg,cv::Point(x,y),5,cv::Scalar(0,green,red),thickness);
+
+        }
+    }
+    cout<<"max reflectivity: "<<max_ref<<endl;
+    // plot distance markers
+    float lineSpacing = 2.0; // gap between distance markers
+    int nMarkers = floor(worldSize.height / lineSpacing);
+    for (size_t i = 0; i < nMarkers; ++i)
+    {
+        int y = (-(i * lineSpacing) * imageSize.height / worldSize.height) + imageSize.height;
+        cv::line(topviewImg, cv::Point(0, y), cv::Point(imageSize.width, y), cv::Scalar(255, 0, 0));
+    }
+
+    // display image
+    string windowName = "Top-View Perspective of LiDAR data";
+    cv::namedWindow(windowName, 2);
+    cv::imshow(windowName, topviewImg);
+    cv::waitKey(0); // wait for key to be pressed
+}
+
+int main()
+{
+    showLidarTopview();
+}

+ 111 - 0
src/structIO.cpp

@@ -0,0 +1,111 @@
+#include <iostream>
+#include <fstream>
+#include <algorithm>
+#include <opencv2/highgui/highgui.hpp>
+#include "structIO.hpp"
+
+using namespace std;
+
+
+/* TEMPLATES */
+template<typename T> void write_pod(std::ofstream& out, T& t)
+{
+    out.write(reinterpret_cast<char*>(&t), sizeof(T));
+}
+
+
+template<typename T> void read_pod(std::ifstream& in, T& t)
+{
+    in.read(reinterpret_cast<char*>(&t), sizeof(T));
+}
+
+
+template<typename T> void read_pod_vector(std::ifstream& in, std::vector<T>& vect)
+{
+    long size;
+    
+    read_pod(in, size);
+    for(int i = 0;i < size;++i)
+    {
+        T t;
+        read_pod(in, t);
+        vect.push_back(t);
+    }
+}
+
+template<typename T> void write_pod_vector(std::ofstream& out, std::vector<T>& vect)
+{
+    long size = vect.size();
+    write_pod<long>(out, size);
+    for(auto it=vect.begin(); it!=vect.end(); ++it)
+    {
+        write_pod<T>(out,*it);
+    }
+}
+
+
+
+
+/* DATATYPE WRAPPERS */
+
+void writeLidarPts(std::vector<LidarPoint> &input, const char* fileName)
+{
+    std::ofstream out(fileName);
+    write_pod_vector(out, input);
+    out.close();
+}
+
+
+void readLidarPts(const char* fileName, std::vector<LidarPoint> &output)
+{
+    std::ifstream in(fileName);
+    read_pod_vector(in, output);
+}
+
+
+void writeKeypoints(std::vector<cv::KeyPoint> &input, const char* fileName)
+{
+    std::ofstream out(fileName);
+    write_pod_vector(out, input);
+    out.close();
+}
+
+
+void readKeypoints(const char* fileName, std::vector<cv::KeyPoint> &output)
+{
+    std::ifstream in(fileName);
+    read_pod_vector(in, output);
+}
+
+
+void writeKptMatches(std::vector<cv::DMatch> &input, const char* fileName)
+{
+    std::ofstream out(fileName);
+    write_pod_vector(out, input);
+    out.close();
+}
+
+
+void readKptMatches(const char* fileName, std::vector<cv::DMatch> &output)
+{
+    std::ifstream in(fileName);
+    read_pod_vector(in, output);
+}
+
+
+
+void writeDescriptors(cv::Mat &input, const char* fileName)
+{   
+    cv::FileStorage opencv_file(fileName, cv::FileStorage::WRITE);
+    opencv_file << "desc_matrix" << input;
+    opencv_file.release();
+}
+
+
+void readDescriptors(const char* fileName, cv::Mat &output)
+{
+    cv::FileStorage opencv_file(fileName, cv::FileStorage::READ);
+    opencv_file["desc_matrix"] >> output;
+    opencv_file.release();
+}
+

+ 25 - 0
src/structIO.hpp

@@ -0,0 +1,25 @@
+#ifndef structIO_hpp
+#define structIO_hpp
+
+#include <stdio.h>
+#include "dataStructures.h"
+
+void writeLidarPts(std::vector<LidarPoint> &input, const char* fileName);
+void readLidarPts(const char* fileName, std::vector<LidarPoint> &output);
+
+void writeKeypoints(std::vector<cv::KeyPoint> &input, const char* fileName);
+void readKeypoints(const char* fileName, std::vector<cv::KeyPoint> &output);
+
+void writeKptMatches(std::vector<cv::DMatch> &input, const char* fileName);
+void readKptMatches(const char* fileName, std::vector<cv::DMatch> &output);
+
+void writeDescriptors(cv::Mat &input, const char* fileName);
+void readDescriptors(const char* fileName, cv::Mat &output);
+
+
+template<typename T> void write_pod(std::ofstream& out, T& t);
+template<typename T> void read_pod(std::ifstream& in, T& t);
+template<typename T> void read_pod_vector(std::ifstream& in, std::vector<T>& vect);
+template<typename T> void write_pod_vector(std::ofstream& out, std::vector<T>& vect);
+
+#endif /* structIO_hpp */

Some files were not shown because too many files changed in this diff