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

Search Results for

    Struct YoloMask

    Represents a binary mask used in Segmentation tasks within the Yolo model. Contains an image of the mask and the bounds of the mask.

    Implements
    IDisposable
    IEquatable<YoloMask>
    Inherited Members
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: EyeAuras.OpenCVAuras.ML.Yolo
    Assembly: EyeAuras.OpenCVAuras.Shared.dll
    Syntax
    public readonly struct YoloMask : IDisposable, IEquatable<YoloMask>

    Properties

    Name Description
    MaskBounds

    The bounding rectangle of the mask, specifying the area covered by the mask in the original image.

    MaskImage

    The binary mask image, where each pixel value indicates the presence or absence of the object in that pixel.

    Methods

    Name Description
    Dispose()

    Disposes the MaskImage resource. It's important to call this method to release the memory resources when the mask is no longer needed.

    Equals(YoloMask)
    Equals(object)
    GetHashCode()
    ToString()

    Operators

    Name Description
    operator ==(YoloMask, YoloMask)
    operator !=(YoloMask, YoloMask)

    Extension Methods

    YoloMaskExtensions.DrawMask(YoloMask, Image<Gray, byte>, float)
    YoloMaskExtensions.ToBinaryMask(YoloMask, Size, float)
    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ISourceList<TCollection>)
    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ICollection<TCollection>)
    ObjectExtensions.CloneJson<T>(T)
    ObjectExtensions.CopyPropertiesTo<TSource, TTarget>(TSource, TTarget)
    ObjectExtensions.DumpToTextRaw<T>(T)
    ObjectExtensions.DumpToText<T>(T)
    ObjectExtensions.Dump<T>(T)
    ObjectExtensions.GetPropertyAccessor<TSource, TValue>(TSource, Expression<Func<TSource, TValue>>)
    ObjectExtensions.InsertTo<TItem, TCollection>(TItem, IList<TCollection>, int)
    ObjectExtensions.ToJson<T>(T)
    ObjectExtensions.ToStringSafe<T>(T)
    ObjectExtensions.TransferPropertiesTo<TSource, TTarget>(TSource, TTarget, params string[])
    XDocumentExtensions.AddTo<T>(T, XContainer)
    © Xab3r. All rights reserved.