Type Definition opencv::core::Point2f

source ·
pub type Point2f = Point_<f32>;

Trait Implementations§

source§

impl VectorElement for Point2fwhere Vector<Point2f>: VectorExtern<Point2f>,