Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 496 Bytes

File metadata and controls

19 lines (14 loc) · 496 Bytes

Iterative closest point

This is a point registration algorithm, estimating a rigid transformation between two point clouds. It is used as an example of feature-based image registration, when the point clouds are extracted from medical images.

Python

cd python  
python script_icp.py  

You should then be able to align two point clouds representing prostate glands. icp_prostate

MATLAB

cd matlab  
matlab -nodesktop -r script_icp