Crate kornia_icp

Crate kornia_icp 

Source
Expand description

Iterative closest point algorithm library

Structs§

ICPConvergenceCriteria
Structure to define the ICP parameters.
ICPResult
Result of the ICP algorithm.

Functions§

icp_vanilla
Iterative Closest Point (ICP) algorithm using point to point distance.