Type Alias opencv::types::VectorOfPoint3i

source ·
pub type VectorOfPoint3i = Vector<Point3i>;
👎Deprecated: Use the the non-alias form core::Vector<core::Point3i> instead, removal in Nov 2024

Aliased Type§

struct VectorOfPoint3i { /* private fields */ }