mcfdNormalizeFlags Enumeration
|
|
Fourier Descriptor normalization flags
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcfdNormalizeFlags
Members
| Member name | Value | Description |
---|
| mcfdNormalizeNone | 0 | do not normalize Fourier descriptor |
| mcfdNormalizeTranslation | 1 | normalize position to 0,0 |
| mcfdNormalizeScale | 2 | normalize scale to radius 25 |
| mcfdNormalizeRotation | 4 | normalize rotation and starting point to major orientation |
| mcfdNormalizeAll | 7 | normalize all |
See Also