opencv::types

Type Alias VectorOfVec3i

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

Aliased Typeยง

struct VectorOfVec3i { /* private fields */ }