Struct SimpleBlobDetector.WParams
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: OpenCvSharp.dll
Syntax
Fields
|
Improve this Doc
View Source
blobColor
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
filterByArea
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
filterByCircularity
Declaration
public int filterByCircularity
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
filterByColor
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
filterByConvexity
Declaration
public int filterByConvexity
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
filterByInertia
Declaration
public int filterByInertia
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
maxArea
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
maxCircularity
Declaration
public float maxCircularity
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
maxConvexity
Declaration
public float maxConvexity
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
maxInertiaRatio
Declaration
public float maxInertiaRatio
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
maxThreshold
Declaration
public float maxThreshold
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
minArea
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
minCircularity
Declaration
public float minCircularity
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
minConvexity
Declaration
public float minConvexity
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
minDistBetweenBlobs
Declaration
public float minDistBetweenBlobs
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
minInertiaRatio
Declaration
public float minInertiaRatio
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
minRepeatability
Declaration
public uint minRepeatability
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
minThreshold
Declaration
public float minThreshold
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
thresholdStep
Declaration
public float thresholdStep
Field Value
Type |
Description |
System.Single |
|