Class FREAK
- Namespace
- OpenCvSharp.XFeatures2D
- Assembly
- OpenCvSharp.dll
FREAK implementation
public class FREAK : Feature2D, IDisposable, ICvPtrHolder
- Inheritance
-
FREAK
- Implements
- Inherited Members
Constructors
FREAK(nint)
protected FREAK(nint p)
Parameters
pnint
Methods
Create(bool, bool, float, int, IEnumerable<int>?)
Constructor
public static FREAK Create(bool orientationNormalized = true, bool scaleNormalized = true, float patternScale = 22, int nOctaves = 4, IEnumerable<int>? selectedPairs = null)
Parameters
orientationNormalizedboolenable orientation normalization
scaleNormalizedboolenable scale normalization
patternScalefloatscaling of the description pattern
nOctavesintnumber of octaves covered by the detected keypoints
selectedPairsIEnumerable<int>(optional) user defined selected pairs
Returns
DisposeManaged()
Releases managed resources
protected override void DisposeManaged()