All Projects → underdoeg → persee-depth-image-server

underdoeg / persee-depth-image-server

Licence: other
Stream openni2 depth images over the network

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
CMake
9771 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to persee-depth-image-server

pcljava
A port of the Point Cloud Library (PCL) using Java Native Interface (JNI).
Stars: ✭ 19 (-9.52%)
Mutual labels:  point-cloud, pcl
pcl-edge-detection
Edge-detection application with PointCloud Library
Stars: ✭ 32 (+52.38%)
Mutual labels:  point-cloud, pcl
Ndt omp
Multi-threaded and SSE friendly NDT algorithm
Stars: ✭ 291 (+1285.71%)
Mutual labels:  point-cloud, pcl
cloud to map
Algorithm that converts point cloud data into an occupancy grid
Stars: ✭ 26 (+23.81%)
Mutual labels:  point-cloud, pcl
Lidar camera calibration
Light-weight camera LiDAR calibration package for ROS using OpenCV and PCL (PnP + LM optimization)
Stars: ✭ 133 (+533.33%)
Mutual labels:  point-cloud, pcl
Fast gicp
A collection of GICP-based fast point cloud registration algorithms
Stars: ✭ 307 (+1361.9%)
Mutual labels:  point-cloud, pcl
Depth clustering
🚕 Fast and robust clustering of point clouds generated with a Velodyne sensor.
Stars: ✭ 657 (+3028.57%)
Mutual labels:  point-cloud, pcl
Pcl
Point Cloud Library (PCL)
Stars: ✭ 6,897 (+32742.86%)
Mutual labels:  point-cloud, pcl
Pcl Ros Cluster Segmentation
Cluster based segmentation of Point Cloud with PCL lib in ROS
Stars: ✭ 123 (+485.71%)
Mutual labels:  point-cloud, pcl
Point Cloud Filter
Scripts showcasing filtering techniques applied to point cloud data.
Stars: ✭ 34 (+61.9%)
Mutual labels:  point-cloud, pcl
Pclpy
Python bindings for the Point Cloud Library (PCL)
Stars: ✭ 212 (+909.52%)
Mutual labels:  point-cloud, pcl
Cloud annotation tool
L-CAS 3D Point Cloud Annotation Tool
Stars: ✭ 182 (+766.67%)
Mutual labels:  point-cloud, pcl
pcl.py
Templated python inferface for Point Cloud Library (PCL) based on Cython
Stars: ✭ 64 (+204.76%)
Mutual labels:  point-cloud, pcl
YOHO
[ACM MM 2022] You Only Hypothesize Once: Point Cloud Registration with Rotation-equivariant Descriptors
Stars: ✭ 76 (+261.9%)
Mutual labels:  point-cloud
FLAT
[ICCV2021 Oral] Fooling LiDAR by Attacking GPS Trajectory
Stars: ✭ 52 (+147.62%)
Mutual labels:  point-cloud
mix3d
Mix3D: Out-of-Context Data Augmentation for 3D Scenes (3DV 2021 Oral)
Stars: ✭ 183 (+771.43%)
Mutual labels:  point-cloud
pcl localization ros2
ROS2 package of 3D LIDAR-based Localization using PCL (Not SLAM)
Stars: ✭ 74 (+252.38%)
Mutual labels:  pcl
PortableLibraryProfiles
A simple desktop app to enumerate all PCL profiles for all frameworks installed on the local machine.
Stars: ✭ 36 (+71.43%)
Mutual labels:  pcl
Python-for-Remote-Sensing
python codes for remote sensing applications will be uploaded here. I will try to teach everything I learn during my projects in here.
Stars: ✭ 20 (-4.76%)
Mutual labels:  point-cloud
3D-Reconstruction-With-RGBD
a 3D-Reconstruction demo done with Kinect
Stars: ✭ 16 (-23.81%)
Mutual labels:  pcl

OpenNi2 depth image streaming server and client

This example project helps with streaming the depth data of any OpenNI device. Though it was specifically developed for the ORbbec Persee and contains the proper OpenNI libs.

The server is a standalone application and requires opencv3. Once built it can stream the data to any ip endpoint.

The client library can be embedded in your application or two example applications visualize the point cloud either as a depth image with opencv or a pcl point cloud.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].