Class FREAK
FREAK implementation
Implements
Inherited Members
Namespace: OpenCvSharp.XFeatures2D
Assembly: OpenCvSharp.dll
Syntax
public class FREAK : Feature2D, ICvPtrHolder
Constructors
| Improve this Doc View SourceFREAK(IntPtr)
Declaration
protected FREAK(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | p |
Methods
| Improve this Doc View SourceCreate(Boolean, Boolean, Single, Int32, Nullable<IEnumerable<Int32>>)
Constructor
Declaration
public static FREAK Create(bool orientationNormalized = true, bool scaleNormalized = true, float patternScale = 22F, int nOctaves = 4, IEnumerable<int>? selectedPairs = null)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | orientationNormalized | enable orientation normalization |
System.Boolean | scaleNormalized | enable scale normalization |
System.Single | patternScale | scaling of the description pattern |
System.Int32 | nOctaves | number of octaves covered by the detected keypoints |
System.Nullable<IEnumerable<System.Int32>> | selectedPairs | (optional) user defined selected pairs |
Returns
Type | Description |
---|---|
FREAK |
DisposeManaged()
Releases managed resources
Declaration
protected override void DisposeManaged()