Namespace EyeAuras.OpenCVAuras.Triggers.WindowCapture
Classes
DebugWindowCaptureTriggerProperties
WindowCaptureTriggerProperties
WindowImageProcessedEventArgs<TDetectionResult>
Represents the event arguments for an image processing trigger, containing the results and transformations required to map detected objects from local to screen coordinates.
Structs
ViewportTransformationMatrices
Represents a set of transformation matrices for converting between world coordinates and screen coordinates, applying visual effects, and handling window and region-specific offsets.
WindowCaptureFrameStats
Interfaces
ICaptureTriggerDetectionResult
ICaptureTriggerState
IWindowCaptureTriggerProperties
Interface defining properties used by window capture triggers.
IWindowCaptureTrigger<TDetectionResult>
Represents a base interface for all triggers that operate on captured window/screen images, including color search, image search, or machine learning-based object detection.