point-cloud-annotation-tool icon indicating copy to clipboard operation
point-cloud-annotation-tool copied to clipboard

Results 21 point-cloud-annotation-tool issues
Sort by recently updated
recently updated
newest added

I am getting a segmentation fault in Ubuntu 18.04. Is their a solution? Output of debugger: Thread 1 "point_cloud_ann" received signal SIGSEGV, Segmentation fault. 0x00007ffff2d114b3 in vtkAlgorithm::GetExecutive() () from /home/teroot/VTK-8.1.0/build/lib/libvtkCommonExecutionModel-8.1.so.1...

vtk,PCL,point_cloud_annotation_tool都编译成功了,也生成了point_cloud_annotation_tool.exe,但是运行报错 无法定位程序输入点 ?rgbSwapped@QImage@@QEGBA?AV1@XZ与动态链接库vtkGUISupportQt-8.0.dll上。 请问是什么原因?

point-cloud-annotation-tool/visualizer.h:41:39: error: cannot declare field ‘Visualizer::colorHandler’ to be of abstract type ‘PointCloudColorHandlerLUT’ PointCloudColorHandlerLUT colorHandler;

hello , ( noticed some other "issues" with building this repo with other lib versions , also considering that both pcl 1.8.0 and vtk 8.1 are not available any more...

![屏幕截图 2021-09-18 123606](https://user-images.githubusercontent.com/75653102/133872628-103fd02c-8bc2-40bd-b2af-d7f9611277c9.jpg)

ubuntu18.04,pcl1.8,vtk8.2.0,qt5.14.0 After run 'make -j4' -------------------------------------------------------------------------------- [ 28%] Linking CXX executable point_cloud_annotation_tool /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libSM.so: undefined reference to `uuid_unparse_lower@UUID_1.0' /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libSM.so: undefined reference to `uuid_generate@UUID_1.0' collect2: error: ld returned 1 exit status test/CMakeFiles/vtkAnnotationBoxSourceTest.dir/build.make:262:...

I installed VTK 8.1, PCL 1.8.1, Qt 5.7. And i build this tool. I got error with .dll when i run .exe file. How can i fix it?

Hello, I have tried to install the tool in Ubuntu 18.04 with the following packages : - libpcl-dev - libvtk6-jni - libvtk6-java - libvtk6-dev - libvtk6-qt-dev the cmake is able...

I have look around for a point cloud editor, but nothing found. Coping, deleting, adding points from cloud sound great!