Giter Site home page Giter Site logo

scoobadood / ice_mat Goto Github PK

View Code? Open in Web Editor NEW
12.0 3.0 5.0 4 KB

A Matlab implementation of the Iterative Closest Point (ICP) algorithm described in Besl, P.J. & McKay, N.D. 1992, 'A Method for Registration of 3-D Shapes', IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 14, no. 2,  IEEE Computer Society.

MATLAB 100.00%

ice_mat's Introduction

ICP

This is a Matlab implementation of the Iterative Closest Point algorithm described in Besl, P.J. & McKay, N.D. 1992, 'A Method for Registration of 3-D Shapes', IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 14, no. 2, IEEE Computer Society.

It consists of two files, icp.m and icp_driver.m. icp_driver.m is an example of using the icp function.

Use

[R, t] = icp( srcPoints, targetPoints, tau ) iteratively seeks the rotation R and translation t which align srcPoints most closely with targetPoints. srcPoints and targetPoints are matrices of 3D points with a column for each point. Note that there is no requirement for srcPoints to have the same number of points as targetPoints. tau is a threshold such that when the RMSE between transformed srcPoints and targetPoints does not change by more than this threshold between iterations the algorithm is deemed to have converged.

[R, t, k] = ICP( srcPoints, targetPoints, tau ) also returns k, the number of iterations required to complete the match.

More Information

For more information see The Besl and McKay paper

ice_mat's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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