opencv::types

Type Alias VectorOfKeyLine

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

Aliased Typeยง

struct VectorOfKeyLine { /* private fields */ }