VideoCapture Constructor (IntPtr)
|
Initializes from native pointer
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxprotected VideoCapture(
IntPtr ptr
)
Protected Sub New (
ptr As IntPtr
)
protected:
VideoCapture(
IntPtr ptr
)
new :
ptr : IntPtr -> VideoCapture
OpenCvSharp.VideoCapture = function(ptr);
Parameters
- ptr
- Type: SystemIntPtr
CvCapture*
See Also