ClayFlannigan / icp

iterative closest point
Other
603 stars 153 forks source link

icp with unequal shape possible? #7

Open Nikbert opened 6 years ago

Nikbert commented 6 years ago

Dear Clay, Would it be possible to use the icp algorithm with two datasets, that have same dimension, but do not have the same shape? (I want to match 11 Points in 3D space to a point cloud.) I think I would have to change the "nearest_neighbor(src, dst):" function. But I m not sure, since I have not fully understood how the icp works.

best regards Niklas

ka-petrov commented 6 years ago

Any progress with this? Is it necessary for point clouds to be of the same shape for ICP algorithm to work?

1201yuge commented 6 years ago

Oh, the answer is here. https://github.com/ClayFlannigan/icp/issues/5

ka-petrov commented 6 years ago

@1201yuge thanks!