Search Results for

    Show / Hide Table of Contents

    Class CVHandle

    Represents a native handle to OpenCV structures and classes.

    Inheritance
    Object
    CVHandle
    Arr
    FileNode
    HaarClassifierCascade
    KalmanFilter
    LatentSvmDetector
    MemStorage
    Seq
    SparseNode
    StringHashNode
    Namespace: OpenCV.Net
    Assembly: OpenCV.Net.dll
    Syntax
    public abstract class CVHandle : SafeHandleZeroOrMinusOneIsInvalid

    Constructors

    | Improve this Doc View Source

    CVHandle(Boolean)

    Initializes a new instance of the CVHandle class, specifying whether the handle is to be reliably released.

    Declaration
    protected CVHandle(bool ownsHandle)
    Parameters
    Type Name Description
    Boolean ownsHandle

    true to reliably release the handle during the finalization phase; false to prevent reliable release (not recommended).

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX