Struct ipp_headers_sys::IppFGMModel
source · #[repr(C)]pub struct IppFGMModel {
pub numFrames: c_uint,
pub maxNGauss: c_uint,
pub varInit: Ipp32f,
pub varMin: Ipp32f,
pub varMax: Ipp32f,
pub varWBRatio: Ipp32f,
pub bckgThr: Ipp32f,
pub varNGRatio: Ipp32f,
pub reduction: Ipp32f,
pub shadowValue: Ipp8u,
pub shadowFlag: c_char,
pub shadowRatio: Ipp32f,
}
Fields§
§numFrames: c_uint
§maxNGauss: c_uint
§varInit: Ipp32f
§varMin: Ipp32f
§varMax: Ipp32f
§varWBRatio: Ipp32f
§bckgThr: Ipp32f
§varNGRatio: Ipp32f
§reduction: Ipp32f
§shadowValue: Ipp8u
§shadowFlag: c_char
§shadowRatio: Ipp32f
Trait Implementations§
source§impl Clone for IppFGMModel
impl Clone for IppFGMModel
source§fn clone(&self) -> IppFGMModel
fn clone(&self) -> IppFGMModel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for IppFGMModel
impl Debug for IppFGMModel
source§impl PartialEq for IppFGMModel
impl PartialEq for IppFGMModel
source§fn eq(&self, other: &IppFGMModel) -> bool
fn eq(&self, other: &IppFGMModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IppFGMModel
impl StructuralPartialEq for IppFGMModel
Auto Trait Implementations§
impl Freeze for IppFGMModel
impl RefUnwindSafe for IppFGMModel
impl Send for IppFGMModel
impl Sync for IppFGMModel
impl Unpin for IppFGMModel
impl UnwindSafe for IppFGMModel
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more