opencv::types

Type Alias VectorOfVectorOfPoint2d

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

Aliased Typeยง

struct VectorOfVectorOfPoint2d { /* private fields */ }