pptk
pptk copied to clipboard
The Point Processing Toolkit (pptk) is a Python package for visualizing and processing 2-d/3-d point clouds.
Hi, I have a sequence of point cloud. I tried pptk to visualize and interact with each cloud but independently (evoking a new viewer). I'm wondering if there's a way...
Hi, I want to save the view of the loaded pointcloud in the viewer as a png file. I tried using v.capture() but it just gives black image. Am I...
Hello. When I load a point cloud that its coordinates are large numbers (E.g. x=317785.23 and y=5049158.31 and z=40.352), then I try to work with the viewer, all visually seems...
I created a viewer and loaded a point cloud to it. I want to update the viewer with new point clouds based on some input. When I do that, the...
Is there an API to plot a set of points in real time? Basically I guess I don't want to kill the viewer, but rather add a new set of...
Hi, I begining to use PPTK for point coud viewer. But I need help: when I opening a new point cloud. I use this code to open xyz point cloud...
I've tried to install pptk on Arch Linux via pip. ``` $ pip search pptk pptk (0.1.0) - A Python package for facilitating point cloud processing. $ pip install pptk...
`python3 Python 3.6.9 (default, Oct 8 2020, 12:12:24) [GCC 8.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import numpy as np >>> import pptk >>>...
Collecting pptk Could not find a version that satisfies the requirement pptk (from versions: ) No matching distribution found for pptk