VGGDescriptorType Enumeration |
http://www.emgu.com
The VGG descriptor type
Namespace:
Emgu.CV.XFeatures2D
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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