Interface IImageSearchTrigger
Interface for a trigger that uses template matching to find an image within a captured region. It supports transparent images by processing multiple channels.
Inherited Members
Namespace: EyeAuras.OpenCVAuras.Triggers.ImageSearch
Assembly: EyeAuras.OpenCVAuras.Shared.dll
Syntax
public interface IImageSearchTrigger : IWindowCaptureTrigger<IImageSearchDetectionResult>, IAuraTrigger, IAuraEntity, IAuraObject, IBindableReactiveObject, IHasId, IHasTypedId<string>, ICanSetContext, IHasContext, IHasErrors, IDisposable, IHasError, IHasErrorProvider, ICanSetName, IHasName, ICanSetDescription, IHasDescription, IHasBoundsWindow, IHasAttachedWindow, INotifyPropertyChanged
Properties
Name | Description |
---|---|
LastSeenImageLocation | Gets the bounding box of the last seen image location, relative to the top left corner of the window. This property is obsolete and is retained only for compatibility with older bindings. |
Similarity | Gets the similarity of the found image versus template image. |
SimilarityThreshold | Gets or sets the similarity threshold for the image search. This value determines how closely the found image needs to match the template. |