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