| VideoCapture Constructor (IntPtr) |
Initializes from native pointer
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax protected VideoCapture(
IntPtr ptr
)
Protected Sub New (
ptr As IntPtr
)
protected:
VideoCapture(
IntPtr ptr
)
new :
ptr : IntPtr -> VideoCapture
Parameters
- ptr
- Type: SystemIntPtr
CvCapture*
See Also