[−][src]Struct opencv::stitching::Detail_CylindricalProjector
Implementations
impl Detail_CylindricalProjector[src]
pub fn as_raw_Detail_CylindricalProjector(&self) -> *const c_void[src]
pub fn as_raw_mut_Detail_CylindricalProjector(&mut self) -> *mut c_void[src]
Trait Implementations
impl Boxed for Detail_CylindricalProjector[src]
unsafe fn from_raw(ptr: *mut c_void) -> Self[src]
fn into_raw(self) -> *mut c_void[src]
fn as_raw(&self) -> *const c_void[src]
fn as_raw_mut(&mut self) -> *mut c_void[src]
impl Detail_CylindricalProjectorTrait for Detail_CylindricalProjector[src]
fn as_raw_Detail_CylindricalProjector(&self) -> *const c_void[src]
fn as_raw_mut_Detail_CylindricalProjector(&mut self) -> *mut c_void[src]
fn map_forward(
&mut self,
x: f32,
y: f32,
u: &mut f32,
v: &mut f32
) -> Result<()>[src]
&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<()>[src]
&mut self,
u: f32,
v: f32,
x: &mut f32,
y: &mut f32
) -> Result<()>
impl Detail_ProjectorBaseTrait for Detail_CylindricalProjector[src]
fn as_raw_Detail_ProjectorBase(&self) -> *const c_void[src]
fn as_raw_mut_Detail_ProjectorBase(&mut self) -> *mut c_void[src]
fn scale(&self) -> f32[src]
fn set_scale(&mut self, val: f32)[src]
fn k(&mut self) -> &mut [f32; 9][src]
fn rinv(&mut self) -> &mut [f32; 9][src]
fn r_kinv(&mut self) -> &mut [f32; 9][src]
fn k_rinv(&mut self) -> &mut [f32; 9][src]
fn t(&mut self) -> &mut [f32; 3][src]
fn set_camera_params(
&mut self,
k: &dyn ToInputArray,
r: &dyn ToInputArray,
t: &dyn ToInputArray
) -> Result<()>[src]
&mut self,
k: &dyn ToInputArray,
r: &dyn ToInputArray,
t: &dyn ToInputArray
) -> Result<()>
impl Drop for Detail_CylindricalProjector[src]
impl Send for Detail_CylindricalProjector[src]
Auto Trait Implementations
impl RefUnwindSafe for Detail_CylindricalProjector
impl !Sync for Detail_CylindricalProjector
impl Unpin for Detail_CylindricalProjector
impl UnwindSafe for Detail_CylindricalProjector
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,