Giter Site home page Giter Site logo

lihu577 / planedetection Goto Github PK

View Code? Open in Web Editor NEW

This project forked from abner-math/planedetection

0.0 0.0 0.0 2.67 MB

Implementation of my article "A Robust Statistics Approach for Plane Detection in Unorganized Point Clouds"

License: GNU General Public License v3.0

Shell 0.17% JavaScript 0.07% C++ 82.19% Python 0.08% C 2.16% Fortran 11.31% CSS 0.05% Cuda 1.12% Makefile 0.01% QMake 0.08% CMake 2.76% GLSL 0.02%

planedetection's Introduction

About

This is the implementation of the following article:

@article{AraujoOliveira_2020a,
    author  = {Abner M. Araujo and Manuel M. Oliveira},
    title   = {A Robust Statistics Approach for Plane Detection in Unorganized Point Clouds},
    journal = {Pattern Recognition},
    volume  = {100},
    DOI     = {10.1016/j.patcog.2019.107115},
    ISSN    = {0031-3203},
    pages   = {107115},
    year    = {2020}
}

If case you use it in your research, please cite our work.

Access our homepage to get access to the paper and datasets:

https://www.inf.ufrgs.br/~oliveira/pubs_files/RE/RE.html

Open3D

Thanks to @plusk01, this algorithm has been included in the Open3D library. Check here or proceed if you want to use the standalone version.

Usage

There are two interfaces to use our algorithm: a graphical interface and a command line. See the sections below for more details.

Command Line

The command line interface is available in the CommandLine directory. There are no external dependencies, just call make to compile the project.

Graphical Interface

!! Important !!

Before estimating a plane (in Plane Detector > Detect planes), you need to estimate normals (Plane Detector > Estimate normals).

Install

This is a regular Qt project with no external dependencies. We use Eigen, but this is bundled in our code. Once the project is opened in Qt design you should be able to compile it right away.

The actual article implementation is located here:

DetectionLib/planedetector.cpp

Project structure

This project is structured into four main subprojects:

  • CoreLib (contains the main classes such as Point, PointCloud, Plane...)
  • DetectionLib (this is where the plane detection algorithm is implemented, see the PlaneDetector class)
  • GraphicsLib (OpenGL utilities used by the GUI)
  • PointCloudEditor (the GUI. Run it to Load a point cloud, render it, detect planes, and visualize detected planes, among many other possibilities...)

Evaluating technique performance

Besides the graphical interface and comamnd line, this repository also contains a small project to calculate some metrics (F1 score, recall, precision, etc.) for a given plane detection. Please, refer to:

ComparePlaneDetector

planedetection's People

Contributors

abner-math 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.