[][src]Trait opencv::stitching::Detail_FisheyeProjectorTrait

pub trait Detail_FisheyeProjectorTrait: Detail_ProjectorBaseTrait {
    pub fn as_raw_Detail_FisheyeProjector(&self) -> *const c_void;
pub fn as_raw_mut_Detail_FisheyeProjector(&mut self) -> *mut c_void; 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 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...