GithubHelp home page GithubHelp logo

taarun-srinivas / point-cloud-alignment-using-icp-algorithm-scratch-implementation- Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 5 KB

Aligning two point clouds using Iterative Closest Point Algorithm from scratch.

Python 100.00%

point-cloud-alignment-using-icp-algorithm-scratch-implementation-'s Introduction

Point-Cloud-Alignment-using-ICP-Algorithm-scratch-implementation

Idea

Iterative Closest Point (ICP) is an alignment algorithm for merging two point clouds. It begins with an initial guess for the transformation between the point clouds. By finding corresponding points in each cloud based on proximity, ICP iteratively refines the transformation to minimize the distance between matched points. The process involves adjusting translation and rotation parameters until convergence or a set number of iterations is reached. ICP is widely applied in fields like computer vision and robotics to register and align 3D data, making it valuable for tasks such as object recognition and reconstruction.

Required Packages

  • Python
  • Numpy
  • Open3D (for visualization)

Output Visualization

  • results from open3d dataset

initial alignment o3d example final alignment o3d example



  • results from KITTI dataset

initial alignment pcd example final alignment pcd example



point-cloud-alignment-using-icp-algorithm-scratch-implementation-'s People

Contributors

taarun-srinivas avatar

Watchers

 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.