Show / Hide Table of Contents

Class SimpleBlobDetector.Params

SimpleBlobDetector parameters

Inheritance
System.Object
SimpleBlobDetector.Params
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public class Params

Constructors

| Improve this Doc View Source

Params()

Declaration
public Params()

Properties

| Improve this Doc View Source

BlobColor

Declaration
public byte BlobColor { get; set; }
Property Value
Type Description
System.Byte
| Improve this Doc View Source

FilterByArea

Declaration
public bool FilterByArea { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

FilterByCircularity

Declaration
public bool FilterByCircularity { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

FilterByColor

Declaration
public bool FilterByColor { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

FilterByConvexity

Declaration
public bool FilterByConvexity { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

FilterByInertia

Declaration
public bool FilterByInertia { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

MaxArea

Declaration
public float MaxArea { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

MaxCircularity

Declaration
public float MaxCircularity { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

MaxConvexity

Declaration
public float MaxConvexity { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

MaxInertiaRatio

Declaration
public float MaxInertiaRatio { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

MaxThreshold

Declaration
public float MaxThreshold { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

MinArea

Declaration
public float MinArea { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

MinCircularity

Declaration
public float MinCircularity { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

MinConvexity

Declaration
public float MinConvexity { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

MinDistBetweenBlobs

Declaration
public float MinDistBetweenBlobs { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

MinInertiaRatio

Declaration
public float MinInertiaRatio { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

MinRepeatability

Declaration
public uint MinRepeatability { get; set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

MinThreshold

Declaration
public float MinThreshold { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

ThresholdStep

Declaration
public float ThresholdStep { get; set; }
Property Value
Type Description
System.Single
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX