VGGDescriptorType Enumeration |
http://www.emgu.com
The VGG descriptor type
Namespace:
Emgu.CV.XFeatures2D
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic enum DescriptorType
Public Enumeration DescriptorType
public enum class DescriptorType
Members
| Member name | Value | Description |
---|
| Vgg120 | 100 |
120 dimension float
|
| Vgg80 | 101 |
80 dimension float
|
| Vgg64 | 102 |
64 dimension float
|
| Vgg48 | 103 |
48 dimension float
|
See Also