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