IMcFourierDescriptorNumElements Property
|
|
Number of elements in Fourier Descriptor.
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxProperty NumElements As Integer
Get
Set
Property Value
Type:
Int32
RemarksThe default NumElements is 32. Assigned value must be a power of 2. The
parameter defines the number of elements in the Output array and also the number of
points in the object outline. The points of the outline are evenly spaced.
ExamplesDim vFourierDescr
with ThisApplication.ActiveImage.RegionFeatures
.maRgnFourierDescriptor.NumElements = 64
vFourierDescr = .maRgnFourierDescriptor.Value
end with
See Also