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