opencv::types

Type Alias VectorOfVectorOfVec2f

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

Aliased Typeยง

struct VectorOfVectorOfVec2f { /* private fields */ }