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

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

Required methods

Provided methods

Implementors