Initializes a new instance of the 
ORB class
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxprotected ORB(
	IntPtr p
)
Protected Sub New ( 
	p As IntPtr
)
protected:
ORB(
	IntPtr p
)
OpenCvSharp.ORB = function(p);
Parameters
- p
- Type: SystemIntPtr
 
 See Also
See Also