[][src]Trait opencv::stitching::Detail_CompressedRectilinearProjectorTrait

pub trait Detail_CompressedRectilinearProjectorTrait: Detail_ProjectorBaseTrait {
    pub fn as_raw_Detail_CompressedRectilinearProjector(&self) -> *const c_void;
pub fn as_raw_mut_Detail_CompressedRectilinearProjector(
        &mut self
    ) -> *mut c_void; pub fn a(&self) -> f32 { ... }
pub fn set_a(&mut self, val: f32) { ... }
pub fn b(&self) -> f32 { ... }
pub fn set_b(&mut self, val: f32) { ... }
pub fn map_forward(
        &mut self,
        x: f32,
        y: f32,
        u: &mut f32,
        v: &mut f32
    ) -> Result<()> { ... }
pub fn map_backward(
        &mut self,
        u: f32,
        v: f32,
        x: &mut f32,
        y: &mut f32
    ) -> Result<()> { ... } }

Required methods

Loading content...

Provided methods

pub fn a(&self) -> f32[src]

pub fn set_a(&mut self, val: f32)[src]

pub fn b(&self) -> f32[src]

pub fn set_b(&mut self, val: f32)[src]

pub fn map_forward(
    &mut self,
    x: f32,
    y: f32,
    u: &mut f32,
    v: &mut f32
) -> Result<()>
[src]

pub fn map_backward(
    &mut self,
    u: f32,
    v: f32,
    x: &mut f32,
    y: &mut f32
) -> Result<()>
[src]

Loading content...

Implementors

Loading content...