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
FilterByArea
public bool FilterByArea { get; set; }
Property Value
FilterByCircularity
public bool FilterByCircularity { get; set; }
Property Value
FilterByColor
public bool FilterByColor { get; set; }
Property Value
FilterByConvexity
public bool FilterByConvexity { get; set; }
Property Value
FilterByInertia
public bool FilterByInertia { get; set; }
Property Value
MaxArea
public float MaxArea { get; set; }
Property Value
MaxCircularity
public float MaxCircularity { get; set; }
Property Value
MaxConvexity
public float MaxConvexity { get; set; }
Property Value
MaxInertiaRatio
public float MaxInertiaRatio { get; set; }
Property Value
MaxThreshold
public float MaxThreshold { get; set; }
Property Value
MinArea
public float MinArea { get; set; }
Property Value
MinCircularity
public float MinCircularity { get; set; }
Property Value
MinConvexity
public float MinConvexity { get; set; }
Property Value
MinDistBetweenBlobs
public float MinDistBetweenBlobs { get; set; }
Property Value
MinInertiaRatio
public float MinInertiaRatio { get; set; }
Property Value
MinRepeatability
public uint MinRepeatability { get; set; }
Property Value
MinThreshold
public float MinThreshold { get; set; }
Property Value
ThresholdStep
public float ThresholdStep { get; set; }