Giter Club home page Giter Club logo

point_cloud_processing's Introduction

Fundamental of Point cloud processing

In this repository, we have implemented several point cloud processing algorithms in C++ and python. For each project, you will have an overview from the readme file, where we introduce the idea of the algorithms and some illustrations of the results.

In this file, we will briefly introduce some results of implementation to draw your interests.

1.1 PCA and Surface Normal (python)

Fig.1 PCA and Surface Normal of the point cloud

1.2 Upsampling(C++)

Fig.2 Above: RGB image; Middle: Depth image; Down: Upsampled depth image

2. NN Search Tree (python & C++)

My kdtree ------------
Kdtree: build 283.742ms, knn 11.855ms, radius 0.505ms, brute 13.218ms
My octree --------------
Octree: build 11727.653ms, knn 0.981ms, radius 0.732ms, brute 17.305ms

3. Clustering (python)


Fig.3 Benchmark of clustering algorithm.
Left 1: Mykmeans; Left 2: MyGMM

4. Ground Segmentation and Clustering (python)

Fig.4 Ground segmentation(RANSAC + Least square optimization). Blue part is the segmented ground

Fig.5 DBSCAN clustering algorithm of the point clouds after aplying ground filter

5. Deep Learning for Classification (python)

Fig.6 left: loss diagramm right: accuracy diagramm

6. Deep Learning for Object Detection (python)



Fig.7 P-R Curve of car detection and orientation

7. Feature Detection (C++)


Fig.8 Feature detection of gituar and airplane

point_cloud_processing's People

Contributors

xin546946 avatar ulhkk avatar

Watchers

 avatar

point_cloud_processing's Issues

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.