opencv::core

Type Alias Matx23d

Source
pub type Matx23d = Matx23<f64>;

Aliased Type§

struct Matx23d {
    pub val: [f64; 6],
}

Fields§

§val: [f64; 6]