Searched defs:KeyPoints3d (Results 1 – 1 of 1) sorted by relevance
534 pub(super) struct KeyPoints3d<X: Ranged, Y: Ranged, Z: Ranged> { struct535 pub(super) x_points: Vec<X::ValueType>,536 pub(super) y_points: Vec<Y::ValueType>,537 pub(super) z_points: Vec<Z::ValueType>,