opencv::types

Type Alias VectorOfPoint2d

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

Aliased Typeยง

struct VectorOfPoint2d { /* private fields */ }