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: f32

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.