[][src]Trait opencv::stitching::prelude::Detail_CylindricalPortraitProjectorTrait

pub trait Detail_CylindricalPortraitProjectorTrait: Detail_ProjectorBaseTrait {
    pub fn as_raw_Detail_CylindricalPortraitProjector(&self) -> *const c_void;
pub fn as_raw_mut_Detail_CylindricalPortraitProjector(
        &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...