Struct MLFindClassFilter
Defines filter criteria for selecting ML predictions by class name and confidence threshold.
Implements
Inherited Members
Namespace: EyeAuras.OpenCVAuras.Nodes.MLFindClass
Assembly: EyeAuras.OpenCVAuras.Metadata.dll
Syntax
public readonly struct MLFindClassFilter : IEquatable<MLFindClassFilter>
Properties
| Name | Description |
|---|---|
| AreaThreshold | |
| ClassName | The name of the prediction class to filter (e.g., "Enemy", "Loot", "Button"). |
| ConfidenceThreshold | The confidence threshold required for predictions of the specified class. Predictions with confidence lower than this threshold will be ignored. |
| HeightThreshold | |
| WidthThreshold |
Methods
| Name | Description |
|---|---|
| Equals(MLFindClassFilter) | |
| Equals(object) | |
| GetHashCode() | |
| ToString() |
Operators
| Name | Description |
|---|---|
| operator ==(MLFindClassFilter, MLFindClassFilter) | |
| operator !=(MLFindClassFilter, MLFindClassFilter) |