Method Create
- Namespace
- OpenCvSharp.XFeatures2D
- Assembly
- OpenCvSharp.dll
Create(VGGDescriptorType, float, bool, bool, float, bool)
Creates the VGG descriptor.
public static VGG Create(VGGDescriptorType desc = VGGDescriptorType.Vgg120, float isigma = 1.4, bool imgNormalize = true, bool useScaleOrientation = true, float scaleFactor = 6.25, bool dscNormalize = false)
Parameters
descVGGDescriptorTypeType of descriptor to use.
isigmafloatGaussian kernel value for image blur.
imgNormalizeboolUse image sample intensity normalization.
useScaleOrientationboolSample patterns using keypoints orientation.
scaleFactorfloatAdjust the sampling window of detected keypoints.
dscNormalizeboolClamp descriptors to 255 and convert to uchar CV_8UC1.