All Projects → taketwo → Rs

taketwo / Rs

PCL grabber for RealSense devices

Labels

Projects that are alternatives of or similar to Rs

ScreenshotPlugin
A simple Screenshot plugin for Xamarin and Windows to get and save screenshot in yours apps.
Stars: ✭ 32 (-40.74%)
Mutual labels:  pcl
Multiple Object Tracking Lidar
C++ implementation to Detect, track and classify multiple objects using LIDAR scans or point cloud
Stars: ✭ 319 (+490.74%)
Mutual labels:  pcl
Fo Dicom
Fellow Oak DICOM for .NET, .NET Core, Universal Windows, Android, iOS, Mono and Unity
Stars: ✭ 674 (+1148.15%)
Mutual labels:  pcl
ButtonCirclePlugin
Circle Buttons with icon for your Xamarin.Forms Applications
Stars: ✭ 96 (+77.78%)
Mutual labels:  pcl
Ndt omp
Multi-threaded and SSE friendly NDT algorithm
Stars: ✭ 291 (+438.89%)
Mutual labels:  pcl
Loam noted
loam code noted in Chinese(loam中文注解版)
Stars: ✭ 455 (+742.59%)
Mutual labels:  pcl
XamarinClipboardPlugin
Cross Platform Clipboard access for Xamarin
Stars: ✭ 24 (-55.56%)
Mutual labels:  pcl
Markdownsharp.portable
Fork of MarkdownSharp with a focus on making it a portable class library (PCL).
Stars: ✭ 14 (-74.07%)
Mutual labels:  pcl
Fast gicp
A collection of GICP-based fast point cloud registration algorithms
Stars: ✭ 307 (+468.52%)
Mutual labels:  pcl
Depth clustering
🚕 Fast and robust clustering of point clouds generated with a Velodyne sensor.
Stars: ✭ 657 (+1116.67%)
Mutual labels:  pcl
pcljava
A port of the Point Cloud Library (PCL) using Java Native Interface (JNI).
Stars: ✭ 19 (-64.81%)
Mutual labels:  pcl
Msbuildsdkextras
Extra properties for MSBuild SDK projects
Stars: ✭ 288 (+433.33%)
Mutual labels:  pcl
Mathparser.org Mxparser
Math Parser Java Android C# .NET/MONO (.NET Framework, .NET Core, .NET Standard, .NET PCL, Xamarin.Android, Xamarin.iOS) CLS Library - a super easy, rich and flexible mathematical expression parser (expression evaluator, expression provided as plain text / strings) for JAVA and C#. Main features: rich built-in library of operators, constants, math functions, user defined: arguments, functions, recursive functions and general recursion (direct / indirect). Additionally parser provides grammar and internal syntax checking.
Stars: ✭ 624 (+1055.56%)
Mutual labels:  pcl
cloud to map
Algorithm that converts point cloud data into an occupancy grid
Stars: ✭ 26 (-51.85%)
Mutual labels:  pcl
Pcl
Point Cloud Library (PCL)
Stars: ✭ 6,897 (+12672.22%)
Mutual labels:  pcl
obj2pcd
Simple point cloud sampler for obj file
Stars: ✭ 19 (-64.81%)
Mutual labels:  pcl
Dynamic robot localization
Point cloud registration pipeline for robot localization and 3D perception
Stars: ✭ 339 (+527.78%)
Mutual labels:  pcl
Point Cloud Filter
Scripts showcasing filtering techniques applied to point cloud data.
Stars: ✭ 34 (-37.04%)
Mutual labels:  pcl
Pavlos
A light-weight container runtime for Linux with NVIDIA gpu support, allows developers to quicky setup development environments for dev and test. Pavlos can emulate any Linux rootfs image as a container.
Stars: ✭ 22 (-59.26%)
Mutual labels:  pcl
Mvision
机器人视觉 移动机器人 VS-SLAM ORB-SLAM2 深度学习目标检测 yolov3 行为检测 opencv PCL 机器学习 无人驾驶
Stars: ✭ 6,140 (+11270.37%)
Mutual labels:  pcl

Requirements

  1. Point Cloud Library 1.7.2

  2. Intel® RealSense™ SDK for Windows

Installation

  1. Clone this repository:

    git clone https://github.com/taketwo/rs.git rs
    cd rs
    
  2. Configure the project:

    mkdir build
    cd build
    cmake -DBUILD_TYPE=Release ..
    

    Note: configuration process might fail if some of the required packages are not found. In this case it is convenient to use cmake-gui to manually specify locations.

    cmake-gui ..
    

    Press "Configure" and "Generate" after the locations have been specified.

  3. Open the "rs.sln" solution file created in the previous step with Visual Studio. Press F7 to build the project.

Real Sense Viewer

Connect a RealSense camera and run real_sense_viewer.exe.

Real Sense Viewer

Run with --help option to see the usage guide:

****************************************************************************
*                                                                          *
*                        REAL SENSE VIEWER - Usage Guide                   *
*                                                                          *
****************************************************************************

Usage: real_sense_viewer.exe [Options] device_id

Options:

     --help, -h  : Show this help
     --list, -l  : List connected RealSense devices and supported modes
     --mode <id> : Use capture mode <id> from the list of supported modes

Keyboard commands:

   When the focus is on the viewer window, the following keyboard commands
   are available:
     * t/T : increase or decrease depth data confidence threshold
     * k   : enable next temporal filtering method
     * b   : toggle bilateral filtering
     * a/A : increase or decrease bilateral filter spatial sigma
     * z/Z : increase or decrease bilateral filter range sigma
     * s   : save the last grabbed cloud to disk
     * h   : print the list of standard PCL viewer commands

Notes:

   The device to grab data from is selected using device_id argument. It
   could be either:
     * serial number (e.g. 231400041-03)
     * device index (e.g. #2 for the second connected device)

   If device_id is not given, then the first available device will be used.

   If capture mode is not given, then the grabber will try to enable both
   depth and color streams at VGA resolution and 30 Hz framerate. If this
   particular mode is not available, the one that most closely matches this
   specification will be chosen.
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].