IMcFourierDescriptorNormalizeFlags Property |
![]() |
Namespace: MediaCy.IQL.Features
Dim vFourierDescr with ThisApplication.ActiveImage.RegionFeatures 'do not normalize by translation .maRgnFourierDescriptor.NormalizeFlags = mcfdNormalizeRotation Or mcfdNormalizeScale .maRgnFourierDescriptor.OutputType = mcfdRealImaginary 'use 64 points .maRgnFourierDescriptor.NumElements = 64 'get array of Region Descriptor values vFourierDescr = .maRgnFourierDescriptor.Value end with