Struct ipp_headers_sys::IppiHOGConfig
source · #[repr(C)]pub struct IppiHOGConfig {
pub cvCompatible: c_int,
pub cellSize: c_int,
pub blockSize: c_int,
pub blockStride: c_int,
pub nbins: c_int,
pub sigma: Ipp32f,
pub l2thresh: Ipp32f,
pub winSize: IppiSize,
}
Fields§
§cvCompatible: c_int
§cellSize: c_int
§blockSize: c_int
§blockStride: c_int
§nbins: c_int
§sigma: Ipp32f
§l2thresh: Ipp32f
§winSize: IppiSize
Trait Implementations§
source§impl Clone for IppiHOGConfig
impl Clone for IppiHOGConfig
source§fn clone(&self) -> IppiHOGConfig
fn clone(&self) -> IppiHOGConfig
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 IppiHOGConfig
impl Debug for IppiHOGConfig
source§impl PartialEq for IppiHOGConfig
impl PartialEq for IppiHOGConfig
source§fn eq(&self, other: &IppiHOGConfig) -> bool
fn eq(&self, other: &IppiHOGConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IppiHOGConfig
impl StructuralPartialEq for IppiHOGConfig
Auto Trait Implementations§
impl Freeze for IppiHOGConfig
impl RefUnwindSafe for IppiHOGConfig
impl Send for IppiHOGConfig
impl Sync for IppiHOGConfig
impl Unpin for IppiHOGConfig
impl UnwindSafe for IppiHOGConfig
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