Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iterative Random Concensus Projection

given source set and destination set with normals , find the best transformation such that:

pre post

Refrences

[ 1 ]Fischler, Martin A., and Robert C. Bolles. "Random sample consensus: a paradigm for model fitting with applications to image analysis and automated cartography." Communications of the ACM 24.6 (1981): 381-395.

[ 2 ] Arun, K. Somani, Thomas S. Huang, and Steven D. Blostein. "Least-squares fitting of two 3-D point sets." IEEE Transactions on pattern analysis and machine intelligence 5 (1987): 698-700.

[ 3 ] Low, Kok-Lim. "Linear least-squares optimization for point-to-plane icp surface registration." Chapel Hill, University of North Carolina 4.10 (2004): 1-3.

install

  • verified on:
    • ubuntu18.04 | python 3.6 | cuda-11.0
    • ubuntu20.04 | python 3.8 | cuda-11.5

prequisites

  • cuda >= 11

  • cmake >= 3.15

    • install:
    • sudo apt remove --purge cmake; sudo snap install cmake --classic
  • sudo apt-get install libgflags-dev libopencv-dev libboost-all-dev python3.6-dev

package

python -m venv venv
source venv/bin/activate
# pip install git+https://github.com/ohadmen/pyircp 
python3 setup.py install

About

Iterative Random Closest Point Algorithm

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages