opencv::types

Type Alias VectorOfVectorOfKeyPoint

Source
pub type VectorOfVectorOfKeyPoint = Vector<Vector<KeyPoint>>;
๐Ÿ‘ŽDeprecated: Use the the non-alias form core::Vector<core::Vector<core::KeyPoint>> instead, removal in Nov 2024

Aliased Typeยง

struct VectorOfVectorOfKeyPoint { /* private fields */ }