pub struct HistogramOfGradientsConfig {
pub cell_size: i32,
pub histogram_block_size: i32,
pub histogram_bins: i32,
pub detection_window_size: Size,
}Fields§
§cell_size: i32§histogram_block_size: i32§histogram_bins: i32§detection_window_size: SizeTrait Implementations§
Source§impl Clone for HistogramOfGradientsConfig
impl Clone for HistogramOfGradientsConfig
Source§fn clone(&self) -> HistogramOfGradientsConfig
fn clone(&self) -> HistogramOfGradientsConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HistogramOfGradientsConfig
Source§impl Debug for HistogramOfGradientsConfig
impl Debug for HistogramOfGradientsConfig
Source§impl Default for HistogramOfGradientsConfig
impl Default for HistogramOfGradientsConfig
impl Eq for HistogramOfGradientsConfig
Source§impl From<HistogramOfGradientsConfig> for NppiHOGConfig
impl From<HistogramOfGradientsConfig> for NppiHOGConfig
Source§fn from(value: HistogramOfGradientsConfig) -> Self
fn from(value: HistogramOfGradientsConfig) -> Self
Converts to this type from the input type.
Source§impl From<NppiHOGConfig> for HistogramOfGradientsConfig
impl From<NppiHOGConfig> for HistogramOfGradientsConfig
Source§fn from(value: NppiHOGConfig) -> Self
fn from(value: NppiHOGConfig) -> Self
Converts to this type from the input type.
Source§impl Hash for HistogramOfGradientsConfig
impl Hash for HistogramOfGradientsConfig
Source§impl Ord for HistogramOfGradientsConfig
impl Ord for HistogramOfGradientsConfig
Source§fn cmp(&self, other: &HistogramOfGradientsConfig) -> Ordering
fn cmp(&self, other: &HistogramOfGradientsConfig) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HistogramOfGradientsConfig
impl PartialEq for HistogramOfGradientsConfig
Source§fn eq(&self, other: &HistogramOfGradientsConfig) -> bool
fn eq(&self, other: &HistogramOfGradientsConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for HistogramOfGradientsConfig
impl PartialOrd for HistogramOfGradientsConfig
impl StructuralPartialEq for HistogramOfGradientsConfig
Auto Trait Implementations§
impl Freeze for HistogramOfGradientsConfig
impl RefUnwindSafe for HistogramOfGradientsConfig
impl Send for HistogramOfGradientsConfig
impl Sync for HistogramOfGradientsConfig
impl Unpin for HistogramOfGradientsConfig
impl UnsafeUnpin for HistogramOfGradientsConfig
impl UnwindSafe for HistogramOfGradientsConfig
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