PointCloudAnnotationTool icon indicating copy to clipboard operation
PointCloudAnnotationTool copied to clipboard

A tool written in C++ to help annotate point clouds

Results 3 PointCloudAnnotationTool issues
Sort by recently updated
recently updated
newest added

log is: ``` collect2: error: ld returned 1 exit status CMakeFiles/point_cloud_annotation.dir/build.make:244: recipe for target 'point_cloud_annotation' failed make[2]: *** [point_cloud_annotation] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/point_cloud_annotation.dir/all' failed make[1]: *** [CMakeFiles/point_cloud_annotation.dir/all]...

I successfully executed the following command: ```python ./point_cloud_annotation is ``` After I press 'a' : ![avatar](http://graph.yimian.com.cn/api/file/download/img/a2/a20dec359e209160f859634372ef61af.png)

Hi, Today, I try to build this repository but get some failures. The one is `cannot find -lvtkRenderingFreeTypeOpenGL`. And my Ubuntu18.04 pc has PCL1.8 and OpenCV3.2 which are installed by...