opencv::types

Type Alias VectorOfVectorOfDMatch

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

Aliased Typeยง

struct VectorOfVectorOfDMatch { /* private fields */ }