| FREAK Constructor |
Initializes a new instance of the
FREAK class
Namespace:
OpenCvSharp.XFeatures2D
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax protected FREAK(
IntPtr p
)
Protected Sub New (
p As IntPtr
)
protected:
FREAK(
IntPtr p
)
new :
p : IntPtr -> FREAK
Parameters
- p
- Type: SystemIntPtr
[Missing <param name="p"/> documentation for "M:OpenCvSharp.XFeatures2D.FREAK.#ctor(System.IntPtr)"]
See Also