Class MLSearchNodeProperties
Inheritance
MLSearchNodeProperties
Implements
Inherited Members
Namespace: EyeAuras.OpenCVAuras.Nodes.MLSearch
Assembly: EyeAuras.OpenCVAuras.Metadata.dll
Syntax
public sealed record MLSearchNodeProperties : CaptureNodeProperties, IEquatable<AuraPropertiesBase>, IBTNodeProperties, IAuraProperties, IPoeEyeConfigVersioned, IPoeEyeConfig, IHasVersion, ICanSetId, IHasId, IHasTypedId<string>, IEquatable<BTNodePropertiesBase>, IEquatable<BTConditionNodePropertiesBase>, IEquatable<CaptureNodeProperties>, IEquatable<MLSearchNodeProperties>
Constructors
Name | Description |
---|---|
MLSearchNodeProperties() |
Properties
Name | Description |
---|---|
ConfidenceThreshold | Gets or sets the similarity threshold for object detection. The model considers detections with a confidence score above this threshold. Default value is 35. |
EqualityContract | |
MLModelData | Gets or sets the compressed model data used in the ML trigger. |
OverlapThreshold | Gets or sets the Intersection over Union (IoU) overlap threshold for object detection. This value helps in reducing false positives. Default value is 45. |
Version |
Methods
Name | Description |
---|---|
Equals(CaptureNodeProperties?) | |
Equals(MLSearchNodeProperties?) | |
Equals(object?) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() | |
<Clone>$() |
Operators
Name | Description |
---|---|
operator ==(MLSearchNodeProperties?, MLSearchNodeProperties?) | |
operator !=(MLSearchNodeProperties?, MLSearchNodeProperties?) |