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