Code Monkey home page Code Monkey logo

3d-surface-to-surface-fusion-'s Introduction

LM-ICP

Performs the Iterative Closest Point (ICP) algorithm and transfer point data scalars between two VTK surfaces

This program is for registering two VTK surfaces (source and target) and trasferring the source's Point data Scalars from source to the target.

The usage of the program is given below:

Usage

The usage is through command line:

LMICP <source> 
      <target> 
      <pre_registration_matrix_txt> 
      <new_source_in_target_vtk_filename> 
      <new_target_with_source_scalars_vtk_filename>

Parameters

The first two parameters source and target are the input and output VTK files.

The next <pre_registration_matrix_txt> is simply a textfile containing each of the sixteen entries of the 4x4 matrix of registering the source to the target, if they are in completely different positions in space. Here is an example matrix:

-0.279057
0.0734779
-1.32207
40.904
1.27442
-0.351746
-0.288549
73.3852
-0.359323
-1.30461
0.00333676
-241.703
0
0
0
1

The last two parameters are output filenames for VTK files that contain the program's output.

Of particular importance is the last parameter which contains the target shell with the source data after it's being registered using matrix and ICP algorithm.

Author

Dr. Rashed Karim 
Department of Biomedical Engineering 
King's College London 

3d-surface-to-surface-fusion-'s People

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.