Code Monkey home page Code Monkey logo

efficient_surface_detection's Introduction

This is the implementation of the paper "Efficient Surface Detection for Augmented Reality on 3D Point Clouds" by Yen-Cheng Kung, Yung-Lin Huang and Shao-Yi Chien.

To run this code,
PCL 1.7(Point Cloud Library) and its supplementary is required,
but PCL 1.8 is recommended.

  • Usage:
    mkdir build
    cd build
    cmake ..
    make
    ./EXE [options as printed]

If you use this source code, please cite the paper: "Efficient Surface Detection for Augmented Reality on 3D Point Clouds" by Yen-Cheng Kung, Yung-Lin Huang, Shao-Yi Chien,
which can be found here: http://dl.acm.org/citation.cfm?id=2949058

Comments can be found in the codes for better understanding.
In short,
ESD.cpp stands for Efficient Surface Detection, which include all the implementations of the paper.
viewerESD.cpp is a viewer for XYZRGBL, since PCL does not provide a viewer in this format. Useful for viewing the result after ESD.cpp.
extraPlanarRefinements.cpp allow multiple frames, ex: frames from a video, to be recombined. This file is not included in default usage and some work still need to be done.

For any further question,
please feel free to contact me by "[email protected]".
Or simply open an issue here is also welcome.

efficient_surface_detection's People

Contributors

anguskung avatar

Watchers

James Cloos 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.