Search Results for

    Show / Hide Table of Contents

    Struct MemStoragePos

    Represents a memory storage position.

    Namespace: OpenCV.Net
    Assembly: OpenCV.Net.dll
    Syntax
    public struct MemStoragePos

    Properties

    | Improve this Doc View Source

    FreeSpace

    Gets the number of free bytes at the position.

    Declaration
    public int FreeSpace { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    Top

    Gets the memory block at the top of the position.

    Declaration
    public MemBlock Top { get; }
    Property Value
    Type Description
    MemBlock
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX