Type Definition opencv::core::Point3i

source ·
pub type Point3i = Point3_<i32>;

Trait Implementations§

source§

impl VectorElement for Point3iwhere Vector<Point3i>: VectorExtern<Point3i>,