PeterBowman / yarp-kinfu

OpenCV's KinFu implementation as a YARP module
GNU Lesser General Public License v2.1
2 stars 0 forks source link

Create point cloud visualizer #1

Open PeterBowman opened 4 years ago

PeterBowman commented 4 years ago

Some possibly helpful links, contributed by @jgvictores:

And VTK implementations:

jgvictores commented 4 years ago

Also at https://github.com/roboticslab-uc3m/sign-language-papers/issues/4 (private) we mentioned:

BTW, the resulting code developed at that issue (using resources from https://github.com/roboticslab-uc3m/sign-language-papers/issues/3 (private)) resulted in https://github.com/roboticslab-uc3m/sign-language-papers/blob/67d816ab93a6d5b6ff204631d6aaf66d3eaa787a/python/snippets/3-plot-layers.py which uses instead uses a vanilla matplotlib scatter: extremely slow for the purpose, so this kind of vanilla implementation is not something you would go if you want a good framerate with no latency.

PeterBowman commented 4 years ago

A few more VTK resources:

OpenCV's Viz impl and usage: