pptk
pptk copied to clipboard
The Point Processing Toolkit (pptk) is a Python package for visualizing and processing 2-d/3-d point clouds.
Hello, Can we access 3D points from the viewer object after doing a rotation ? Does the library help obtain 2D projections ?
Not sure how much effort this would be, but the stereoscopic views I get with [IPyVolume](https://github.com/maartenbreddels/ipyvolume) are quite amazing.
Adding Jupyter notebooks in the documentation would reduce the effort to copy-paste from the tutorials and would get people started more quickly. The 3D output will be automatically shown in...
It took me a while to figure this out so I just wanted to place this here for documentation: If you make a miniconda installation on your mac, in my...
is it possible to know which version of python is compatible with the library pptk=0.2.0 and pptk=0.1.1. So far I have only been able to install the pptk=0.1.0 version on...
Hey, I am trying to use ``` v = pptk.viewer(points) for i in range (100): points = updates_points(points) v.clear() v.load(points) ... ``` but I am getting the next error ```...
Hey, I created an conda environment with Python 3.7 and installed `pptk`, but I still get this error. The viewer opens normally and shows the pointcloud, but I was curious...
It took me sometime to read through all issues and requests to make it work out, so I just wanted to place this here for documentation: The details are in...
Hi all, It seems like the development has stopped for pptk/the project has been abandoned by here? I'm curious how many still use this? Over time I've became quite fond...