Coder Social home page Coder Social logo

phygitalism / azure-kinect-pcl Goto Github PK

View Code? Open in Web Editor NEW
12.0 4.0 2.0 442 KB

Point cloud segmentation with Azure Kinect

License: MIT License

CMake 3.00% C++ 97.00%
azure-kinect pcl point-cloud-processing point-cloud-segmentation azure-kinect-sdk point-cloud cpp 3d cat-2

azure-kinect-pcl's Introduction

PCL and Azure Kinect

Linux build

Description

Point cloud segmentation with PCL.

example

Requirements

  1. Azure Kinect SDK (k4a and k4arecord). Also you need Depth Engine.
  2. PCL 1.10.
  3. Boost lockfree.
  4. CMake 3.20 or higher.
  5. Compiler with support C++14.
  6. Ninja (for Linux)
  7. Visual Studio 2019 (for Windows)

vcpkg cannot install PCL 1.10 with visualization

How to run

Linux

See GitHub Action for compilation from source on Linux Ubuntu

cmake --preset linux-ninja -DPCL_DIR:PATH=<path to PCL CMake config>
cmake --build ./build --config Release

Windows

Install PCL 1.10 from Releases.

If your version of Visual Studio is other than 16 2019 then change generator key in CMakePresets.json

cmake --preset windows-vc16 -DPCL_DIR:PATH=<path to PCL CMake config>
cmake --build ./build --config Release

Find executable (example on Windows):

.\azure_pcl.exe <path_to_mkv>

See mkv file format.

You can download our example here:

It distributed under CC BY-SA 4.0

Remarks

Our file contains follow data:

  1. IR.
  2. Depth.
  3. RGB.
  4. IMU.

azure-kinect-pcl's People

Contributors

kernela avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.