Table of Contents

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

desc VGGDescriptorType

Type of descriptor to use.

isigma float

Gaussian kernel value for image blur.

imgNormalize bool

Use image sample intensity normalization.

useScaleOrientation bool

Sample patterns using keypoints orientation.

scaleFactor float

Adjust the sampling window of detected keypoints.

dscNormalize bool

Clamp descriptors to 255 and convert to uchar CV_8UC1.

Returns

VGG