opencv::core

Type Alias Matx44d

source
pub type Matx44d = Matx44<f64>;

Aliased Type§

struct Matx44d {
    pub val: [f64; 16],
}

Fields§

§val: [f64; 16]