Module pointcloud::metrics[][src]

Metrics.

Re-exports

pub use l2_misc::*;
pub use l1_misc::*;
pub use l2_f32::*;
pub use l1_f32::*;

Modules

l1_f32

f32 implementations of the L1 metric.

l1_misc

Various implementations of the L1 metric for types that can be easily converted to f32.

l2_f32

f32 implementations of the L1 metric.

l2_misc

Various implementations of the L2 metric for types that can be easily converted to f32.

Structs

L1

L1 distance trait

L2

L2 distance trait.