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