Method Create
- Namespace
- OpenCvSharp.XFeatures2D
- Assembly
- OpenCvSharp.dll
Create(float, int, int, int, DAISYNormalizationType, InputArray, bool, bool)
Creates the DAISY descriptor.
public static DAISY Create(float radius = 15, int qRadius = 3, int qTheta = 8, int qHist = 8, DAISYNormalizationType norm = DAISYNormalizationType.None, InputArray h = default, bool interpolation = true, bool useOrientation = false)
Parameters
radiusfloatRadius of the descriptor at the initial scale.
qRadiusintAmount of radial range division quantity.
qThetaintAmount of angular range division quantity.
qHistintAmount of gradient orientations range division quantity.
normDAISYNormalizationTypeDescriptors normalization type.
hInputArrayOptional 3x3 homography matrix used to warp the grid of daisy but sampling keypoints remains unwarped on image.
interpolationboolSwitch to disable interpolation for speed improvement at minor quality loss.
useOrientationboolSample patterns using keypoints orientation, disabled by default.