junxnone / aiwiki

AI Wiki
https://junxnone.github.io/aiwiki
18 stars 2 forks source link

ML NNS KDTree nanoflann #123

Open junxnone opened 3 years ago

junxnone commented 3 years ago

nanoflann

Reference

Brief

Pipeline

Adaptors

Distance Metrics

image

Type Distance Description
R^N Euclidean spaces L1 Manhattan
x+ L2 squared Euclidean norm, favoring SSE2 optimization
x+ L2_Simple squared Euclidean norm, for low-dimensionality data sets like point clouds
SO(2) 2D rotational group metric_SO2 Absolute angular diference
SO(3) 3D rotational group metric_SO3 Inner product between quaternions

UseCase