Giter Site home page Giter Site logo

huangns / peac Goto Github PK

View Code? Open in Web Editor NEW

This project forked from symao/peac

0.0 0.0 0.0 4.06 MB

PEAC(Plane Extraction using Agglomerative Clustering) is a fast plane segmentation algorithm for organized point cloud. This is a fork of peac (http://www.merl.com/research/license)

CMake 0.42% C++ 99.58%

peac's Introduction

Introduction

This is a fork of peac (http://www.merl.com/research/license). Details in /include/README.md PEAC(Plane Extraction using Agglomerative Clustering) is a fast plane segmentation algorithm for organized point cloud. Frame rate can be more than 35Hz for 640ร—480 point clouds.

Feng C, Taguchi Y, Kamat V R. Fast plane extraction in organized point clouds using agglomerative hierarchical clustering[C]// IEEE International Conference on Robotics and Automation. IEEE, 2014:6218-6225.

This fork:

  • add demo code which use opencv only(no pcl) to show how to run
  • provice raw code and paper

Node:

  • PEAC only support organized point cloud which can be generated from depth image or disparity image.
  • PEAC code has only headers, so it can be easily integrated into your projects.
  • PEAC assumes mm as unit. So input cloud should be in mm unit, or the algorithm param inside maybe invalid.

Prerequisites

Prerequisites needed for compiling PEAC using c++:

How to run

mkdir build
cd build
cmake ..
make
./demo_peac

peac's People

Contributors

sfkopb avatar symao 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.