Struct ipp_headers_sys::IppFGMModel [] [src]

#[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

Trait Implementations

impl Debug for IppFGMModel
[src]

[src]

Formats the value using the given formatter.

impl Copy for IppFGMModel
[src]

impl PartialEq for IppFGMModel
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Clone for IppFGMModel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more