Struct opencv::features2d::SimpleBlobDetector_Params [] [src]

pub struct SimpleBlobDetector_Params {
    pub thresholdStep: f32,
    pub minThreshold: f32,
    pub maxThreshold: f32,
    pub minRepeatability: size_t,
    pub minDistBetweenBlobs: f32,
    pub filterByColor: bool,
    pub blobColor: u8,
    pub filterByArea: bool,
    pub minArea: f32,
    pub maxArea: f32,
    pub filterByCircularity: bool,
    pub minCircularity: f32,
    pub maxCircularity: f32,
    pub filterByInertia: bool,
    pub minInertiaRatio: f32,
    pub maxInertiaRatio: f32,
    pub filterByConvexity: bool,
    pub minConvexity: f32,
    pub maxConvexity: f32,
}

Params

Fields

thresholdStep
minThreshold
maxThreshold
minRepeatability
minDistBetweenBlobs
filterByColor
blobColor
filterByArea
minArea
maxArea
filterByCircularity
minCircularity
maxCircularity
filterByInertia
minInertiaRatio
maxInertiaRatio
filterByConvexity
minConvexity
maxConvexity

Methods

impl SimpleBlobDetector_Params

fn new() -> Result<SimpleBlobDetector_Params, String>

Trait Implementations

Derived Implementations

impl PartialEq for SimpleBlobDetector_Params

fn eq(&self, __arg_0: &SimpleBlobDetector_Params) -> bool

fn ne(&self, __arg_0: &SimpleBlobDetector_Params) -> bool

impl Debug for SimpleBlobDetector_Params

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for SimpleBlobDetector_Params

fn clone(&self) -> SimpleBlobDetector_Params

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for SimpleBlobDetector_Params