opencv::types

Type Alias VectorOfVec2f

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

Aliased Typeยง

struct VectorOfVec2f { /* private fields */ }