Table of Contents

Class SimpleBlobDetector.Params

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SimpleBlobDetector parameters

public class SimpleBlobDetector.Params
Inheritance
SimpleBlobDetector.Params
Inherited Members

Constructors

Params()

public Params()

Properties

BlobColor

public byte BlobColor { get; set; }

Property Value

byte

FilterByArea

public bool FilterByArea { get; set; }

Property Value

bool

FilterByCircularity

public bool FilterByCircularity { get; set; }

Property Value

bool

FilterByColor

public bool FilterByColor { get; set; }

Property Value

bool

FilterByConvexity

public bool FilterByConvexity { get; set; }

Property Value

bool

FilterByInertia

public bool FilterByInertia { get; set; }

Property Value

bool

MaxArea

public float MaxArea { get; set; }

Property Value

float

MaxCircularity

public float MaxCircularity { get; set; }

Property Value

float

MaxConvexity

public float MaxConvexity { get; set; }

Property Value

float

MaxInertiaRatio

public float MaxInertiaRatio { get; set; }

Property Value

float

MaxThreshold

public float MaxThreshold { get; set; }

Property Value

float

MinArea

public float MinArea { get; set; }

Property Value

float

MinCircularity

public float MinCircularity { get; set; }

Property Value

float

MinConvexity

public float MinConvexity { get; set; }

Property Value

float

MinDistBetweenBlobs

public float MinDistBetweenBlobs { get; set; }

Property Value

float

MinInertiaRatio

public float MinInertiaRatio { get; set; }

Property Value

float

MinRepeatability

public uint MinRepeatability { get; set; }

Property Value

uint

MinThreshold

public float MinThreshold { get; set; }

Property Value

float

ThresholdStep

public float ThresholdStep { get; set; }

Property Value

float