EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Enum MLFindClosestPointStrategy

    Specifies the reference point used by the Closest strategy to determine which ML prediction is nearest.

    Namespace: EyeAuras.OpenCVAuras.Nodes.MLFindClass
    Assembly: EyeAuras.OpenCVAuras.Metadata.dll
    Syntax
    public enum MLFindClosestPointStrategy

    Fields

    Name Description
    ClosestToCenter

    Selects the prediction closest to the center of the screen or the center of the analyzed region. Typically used for targeting or centering logic.

    ClosestToCursor

    Selects the prediction closest to the current position of the cursor (mouse pointer). Typically used in interactive scenarios where user focus matters.

    ClosestToPoint

    Selects the prediction closest to an explicitly specified custom point. This point is defined separately in the node properties, allowing maximum flexibility.

    Extension Methods

    ObjectExtensions.AddTo<MLFindClosestPointStrategy, TCollection>(MLFindClosestPointStrategy, ISourceList<TCollection>)
    ObjectExtensions.AddTo<MLFindClosestPointStrategy, TCollection>(MLFindClosestPointStrategy, ICollection<TCollection>)
    ObjectExtensions.CloneJson<MLFindClosestPointStrategy>(MLFindClosestPointStrategy)
    ObjectExtensions.CopyPropertiesTo<MLFindClosestPointStrategy, TTarget>(MLFindClosestPointStrategy, TTarget)
    ObjectExtensions.DumpToJson<MLFindClosestPointStrategy>(MLFindClosestPointStrategy)
    ObjectExtensions.DumpToTextRaw<MLFindClosestPointStrategy>(MLFindClosestPointStrategy)
    ObjectExtensions.DumpToText<MLFindClosestPointStrategy>(MLFindClosestPointStrategy)
    ObjectExtensions.Dump<MLFindClosestPointStrategy>(MLFindClosestPointStrategy)
    ObjectExtensions.GetPropertyAccessor<MLFindClosestPointStrategy, TValue>(MLFindClosestPointStrategy, Expression<Func<MLFindClosestPointStrategy, TValue>>)
    ObjectExtensions.InsertTo<MLFindClosestPointStrategy, TCollection>(MLFindClosestPointStrategy, IList<TCollection>, int)
    ObjectExtensions.ToJson<MLFindClosestPointStrategy>(MLFindClosestPointStrategy, Formatting)
    ObjectExtensions.ToStringSafe<MLFindClosestPointStrategy>(MLFindClosestPointStrategy)
    ObjectExtensions.TransferPropertiesTo<MLFindClosestPointStrategy, TTarget>(MLFindClosestPointStrategy, TTarget, params string[])
    ObjectExtensions.WaitForAsync<MLFindClosestPointStrategy, T1>(MLFindClosestPointStrategy, Func<MLFindClosestPointStrategy, T1>, Predicate<T1>, TimeSpan, int)
    XDocumentExtensions.AddTo<MLFindClosestPointStrategy>(MLFindClosestPointStrategy, XContainer)
    2025 © Xab3r. All rights reserved.