Class ImageSearchTriggerPropertiesV2
Properties specific to the Image Search Trigger, extending window capture trigger properties.
Inheritance
ImageSearchTriggerPropertiesV2
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. |
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?) |