Show / Hide Table of Contents

Interface ICvPtrHolder

Represents a OpenCV-based class which has a native pointer.

Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public interface ICvPtrHolder

Properties

| Improve this Doc View Source

CvPtr

Unmanaged OpenCV data pointer

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