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