Coder Social home page Coder Social logo

humorbei / pclholeanalysis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cdel2/pclholeanalysis

0.0 0.0 0.0 1.79 MB

Detecting holes in a point cloud and giving measures such as radii, center and normal at the center

C++ 95.06% CMake 4.94%

pclholeanalysis's Introduction

PCLHoleAnalysis

Detecting holes in a point cloud and giving measures such as radii, center and normal at the center with PCL Library.

First, edges are detected by using ConcaveHull, then clustered using EuclideanClusterExtraction (see colors of the different clusters) :
PCLVisualization

This enable to isolate 2 circles for computing metrics :
PieceMetrics

A file "HoleDetectionDataWithNormals.ply" containing the normals of the initial cloud's points is then created. The two last points in the file are the normals of the detected circle's centers.

Build & Run program - Requirements

  • PCL version >=1.2 + 3d party libraries (Boost, Eigen...) installed
  • CMake

Build the code using CMake, with Visual Studio 2015 generator and platform Win32.

Note: The program assumes that solution was built in a folder /build inside the folder containing the CMake file. Ths is why the path for reading point cloud is "../data/HoleDetectionTestData.txt"

pclholeanalysis's People

Contributors

cdel2 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.