Struct opencv::features2d::SimpleBlobDetector_Params [−][src]
#[repr(C)]pub struct SimpleBlobDetector_Params {Show 19 fields
pub threshold_step: f32,
pub min_threshold: f32,
pub max_threshold: f32,
pub min_repeatability: size_t,
pub min_dist_between_blobs: f32,
pub filter_by_color: bool,
pub blob_color: u8,
pub filter_by_area: bool,
pub min_area: f32,
pub max_area: f32,
pub filter_by_circularity: bool,
pub min_circularity: f32,
pub max_circularity: f32,
pub filter_by_inertia: bool,
pub min_inertia_ratio: f32,
pub max_inertia_ratio: f32,
pub filter_by_convexity: bool,
pub min_convexity: f32,
pub max_convexity: f32,
}Fields
threshold_step: f32min_threshold: f32max_threshold: f32min_repeatability: size_tmin_dist_between_blobs: f32filter_by_color: boolblob_color: u8filter_by_area: boolmin_area: f32max_area: f32filter_by_circularity: boolmin_circularity: f32max_circularity: f32filter_by_inertia: boolmin_inertia_ratio: f32max_inertia_ratio: f32filter_by_convexity: boolmin_convexity: f32max_convexity: f32Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SimpleBlobDetector_Params
impl Send for SimpleBlobDetector_Params
impl Sync for SimpleBlobDetector_Params
impl Unpin for SimpleBlobDetector_Params
impl UnwindSafe for SimpleBlobDetector_Params
Blanket Implementations
Mutably borrows from an owned value. Read more