Class VGG
- Namespace
- OpenCvSharp.XFeatures2D
- Assembly
- OpenCvSharp.dll
Class implementing the VGG (Oxford Visual Geometry Group) descriptor, trained end-to-end using "Descriptor Learning Using Convex Optimisation" (DLCO).
public class VGG : Feature2D, IDisposable
- Inheritance
-
VGG
- Implements
- Inherited Members
Properties
- ScaleFactor
Adjust the sampling window of detected keypoints.
- Sigma
Gaussian kernel value for image blur.
- UseNormalizeDescriptor
Clamp descriptors to 255 and convert to uchar CV_8UC1.
- UseNormalizeImage
Use image sample intensity normalization.
- UseScaleOrientation
Sample patterns using keypoints orientation.
Methods
- Create(VGGDescriptorType, float, bool, bool, float, bool)
Creates the VGG descriptor.