[][src]Type Definition opencv::types::VectorOfVectorOfPoint2f

type VectorOfVectorOfPoint2f = Vector<Vector<Point2f>>;

Implementations

impl VectorOfVectorOfPoint2f[src]

Trait Implementations