[−][src]Struct opencv::types::PtrOfTonemap
Methods
impl PtrOfTonemap[src]
pub fn as_raw_PtrOfTonemap(&self) -> *mut c_void[src]
pub unsafe fn from_raw_ptr(ptr: *mut c_void) -> Self[src]
Trait Implementations
impl AlgorithmTrait for PtrOfTonemap[src]
fn as_raw_Algorithm(&self) -> *mut c_void[src]
fn clear(&mut self) -> Result<()>[src]
fn write(&self, fs: &mut FileStorage) -> Result<()>[src]
fn write_1(&self, fs: &PtrOfFileStorage, name: &str) -> Result<()>[src]
fn read(&mut self, _fn: &FileNode) -> Result<()>[src]
fn empty(&self) -> Result<bool>[src]
fn save(&self, filename: &str) -> Result<()>[src]
fn get_default_name(&self) -> Result<String>[src]
impl Tonemap for PtrOfTonemap[src]
fn as_raw_Tonemap(&self) -> *mut c_void[src]
fn process(
&mut self,
src: &dyn ToInputArray,
dst: &mut dyn ToOutputArray
) -> Result<()>[src]
&mut self,
src: &dyn ToInputArray,
dst: &mut dyn ToOutputArray
) -> Result<()>
fn get_gamma(&self) -> Result<f32>[src]
fn set_gamma(&mut self, gamma: f32) -> Result<()>[src]
impl Send for PtrOfTonemap[src]
impl Drop for PtrOfTonemap[src]
Auto Trait Implementations
impl !Sync for PtrOfTonemap
impl Unpin for PtrOfTonemap
impl UnwindSafe for PtrOfTonemap
impl RefUnwindSafe for PtrOfTonemap
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
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> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,