Type Alias opencv::core::Affine3f

source ·
pub type Affine3f = Affine3<f32>;

Aliased Type§

struct Affine3f {
    pub matrix: Matx<f32, SizedArray44>,
}

Fields§

§matrix: Matx<f32, SizedArray44>