You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Artem-Darius Weber
bb2dc1e41e
|
2 months ago | |
---|---|---|
.. | ||
CMakeLists.txt | 2 months ago | |
readme.md | 2 months ago | |
rs-pcl.cpp | 2 months ago |
readme.md
rs-pcl Sample
Overview
This example is a "hello-world" code snippet for Intel RealSense cameras integration with PCL. The demo will capture a single depth frame from the camera, convert it to pcl::PointCloud
object and perform basic PassThrough
filter. All points that passed the filter (with Z less than 1 meter) will be marked in green while the rest will be marked in red.