Selecting the depth of point clouds
Anna1994 <[email protected]> Fri, 8 Feb 2019 09:14:57 -0700 (MST)
| Newsgroups | gmane.comp.lib.vtk.user |
|---|---|
| Message-ID | <[email protected]> |
I currently have a code where I can import a point cloud, select a specific area via pcl::visualization::AreaPickingEvent and crop that area out. So far I am selecting the area via VTK rubberband feature (triggered by x or X). However, instead of having a rectangular shape to select the points, I would like to have a cube that would select only the points inside the cube or maybe select the points using the rectangle rubberband and then press another button to select the depth. I am currently using QT, C++, VTK and PCL. Is there any VTK function that would do that? In Summary: What I have now: trigger x, drag a rectangle, crop the area (with the entire depth) What I want: drag a cube shape, select the area inside the cube, crop that area out OR select via rectangle rubberband then press another button to select the depth. -- Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ Search the list archives at: http://markmail.org/search/?q=vtkusers Follow this link to subscribe/unsubscribe: https://vtk.org/mailman/listinfo/vtkusers