Class ImageSearchTriggerPropertiesV2
Properties specific to the Image Search Trigger, extending window capture trigger properties.
Inheritance
Implements
Inherited Members
Namespace: EyeAuras.OpenCVAuras.Triggers.ImageSearch
Assembly: EyeAuras.OpenCVAuras.Metadata.dll
Syntax
public record ImageSearchTriggerPropertiesV2 : WindowCaptureTriggerProperties, IEquatable<AuraPropertiesBase>, IEquatable<AuraTriggerPropertiesBase>, IWindowCaptureTriggerProperties, IAuraTriggerProperties, IAuraProperties, IPoeEyeConfigVersioned, IPoeEyeConfig, IHasVersion, ICanSetId, IHasId, IHasTypedId<string>, IEquatable<WindowCaptureTriggerProperties>, IEquatable<ImageSearchTriggerPropertiesV2>
Constructors
| Name | Description |
|---|---|
| ImageSearchTriggerPropertiesV2() | |
| ImageSearchTriggerPropertiesV2(ImageSearchTriggerPropertiesV2) |
Properties
| Name | Description |
|---|---|
| EqualityContract | |
| ImageData | Gets or sets the image data as a byte array. This data represents the image used for template matching. |
| ImageSize | Gets or sets the size of the image used in the search. This property defines the dimensions of the template image. |
| IncludeAllMatches | Gets or sets whether to include ALL possible matches to Detection results. Greatly affects performance. Default value is false. |
| 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. |
| SimilarityThreshold | Gets or sets the similarity threshold for image matching. This value defines the required degree of similarity between the template and the captured image. A higher value indicates a stricter match requirement. |
| Version |
Methods
| Name | Description |
|---|---|
| Equals(ImageSearchTriggerPropertiesV2?) | |
| Equals(WindowCaptureTriggerProperties?) | |
| Equals(object?) | |
| GetHashCode() | |
| PrintMembers(StringBuilder) | |
| ToString() | |
| <Clone>$() |
Operators
| Name | Description |
|---|---|
| operator ==(ImageSearchTriggerPropertiesV2?, ImageSearchTriggerPropertiesV2?) | |
| operator !=(ImageSearchTriggerPropertiesV2?, ImageSearchTriggerPropertiesV2?) |