| CvObject Constructor (IntPtr) |
Initializes a new instance of the
CvObject class
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax protected CvObject(
IntPtr ptr
)
Protected Sub New (
ptr As IntPtr
)
protected:
CvObject(
IntPtr ptr
)
new :
ptr : IntPtr -> CvObject
Parameters
- ptr
- Type: SystemIntPtr
[Missing <param name="ptr"/> documentation for "M:OpenCvSharp.CvObject.#ctor(System.IntPtr)"]
See Also