opencv::types

Type Alias VectorOfVectorOfPoint2f

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

Aliased Typeยง

struct VectorOfVectorOfPoint2f { /* private fields */ }