Skip to content

the implementation of iterative closest point algorithm based on python3.

Notifications You must be signed in to change notification settings

milkcat0904/ICP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iterative Closest Point (ICP)

the implementation of iterative closest point algorithm based on python3.

image

Installation

  • Python packages

      pip install -r requirements.txt
    
  • Visualization tools

    We use free open source 3D digitization tools Meshlab to display result.

Demo

  • No Registration

    You need set Shuffle False in configuration file config/icp.yaml.

    python3 icp_demo.py
    
  • Registration + ICP

    You need set Shuffle True in configuration file config/icp.yaml.

    python3 icp_reg_demo.py
    

Three .off file will generate in output/ folder. You can use Meshlab to display them.

Result

  • Init

image

  • ICP Result

image

About

the implementation of iterative closest point algorithm based on python3.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages