Class ImageSearchTriggerPropertiesV1
Properties specific to the Image Search Trigger, extending window capture trigger properties.
Inheritance
ImageSearchTriggerPropertiesV1
Implements
Inherited Members
Namespace: EyeAuras.OpenCVAuras.Triggers.ImageSearch
Assembly: EyeAuras.OpenCVAuras.Metadata.dll
Syntax
public record ImageSearchTriggerPropertiesV1 : WindowCaptureTriggerProperties, IEquatable<AuraPropertiesBase>, IEquatable<AuraTriggerPropertiesBase>, IWindowCaptureTriggerProperties, IAuraTriggerProperties, IAuraProperties, IPoeEyeConfigVersioned, IPoeEyeConfig, IHasVersion, ICanSetId, IHasId, IHasTypedId<string>, IEquatable<WindowCaptureTriggerProperties>, IEquatable<ImageSearchTriggerPropertiesV1>
Constructors
Name | Description |
---|---|
ImageSearchTriggerPropertiesV1() | |
ImageSearchTriggerPropertiesV1(ImageSearchTriggerPropertiesV1) |
Properties
Name | Description |
---|---|
EqualityContract | |
ImageData | Gets or sets the image data as a byte array. This data represents the image used for template matching. |
ImageFilePath | Gets or sets the file path to the image used for searching. The image at this path is used as a template for the search process. |
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(ImageSearchTriggerPropertiesV1?) | |
Equals(WindowCaptureTriggerProperties?) | |
Equals(object?) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() | |
<Clone>$() |
Operators
Name | Description |
---|---|
operator ==(ImageSearchTriggerPropertiesV1?, ImageSearchTriggerPropertiesV1?) | |
operator !=(ImageSearchTriggerPropertiesV1?, ImageSearchTriggerPropertiesV1?) |