mcProfileEdgeFindingMethod Enumeration
|
|
Allowed values for the McProfilesEdges.EdgeFindingMethod property
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcProfileEdgeFindingMethod
Members
| Member name | Value | Description |
---|
| mcpefmPeaks | 0 | Luminance peaks are detected on theprofile. A weighted average method is used with kernel weights determined
by the Weights property. The Pattern and SizeWeighting properties are not
used for this method and are ignored. This is the default EdgeFindingMethod. |
| mcpefmValleys | 1 | Luminance valleys are detected onthe profile. A weighted average method is used with kernel weights
determined by the Weights property. The Pattern and SizeWeighting
properties are not used for this method and are ignored. |
| mcpefmRisingEdges | 2 | Rising edges of luminance along theprofile are detected. A weighted average of gradients method is used with
kernel weights determined by the Weights property. The Pattern and
SizeWeighting properties are not used for this method and are ignored. |
| mcpefmFallingEdges | 3 | Falling edges of luminance along theprofile are detected. A weighted average of gradients method is used with
kernel weights determined by the Weights property. The Pattern and
SizeWeighting properties are not used for this method and are ignored. |
| mcpefmMatchPattern | 4 | "Edges" are detected where profileluminance best matches the luminance Pattern property. A correlation method
is used for the match, where the SizeWeighting property determines the
degree to which the match should be size-independent. The Weights property
is not used for this method and is ignored. |
| mcpefmCorrelatedPeaks | 5 | Local luminance peaks are detectedon the profile. A correlation method is used for the match, where the
MatchLength property determines the width of peaks sought and the
SizeWeighting property determines the degree to which the match should be
size-independent. The Weights, Pattern and BackgroundAvgLength properties
are not used for this method and are ignored. |
| mcpefmCorrelatedValleys | 6 | Local luminance valleys are detectedon the profile. A correlation method is used for the match, where the
MatchLength property determines the width of valleys sought and the
SizeWeighting property determines the degree to which the match should be
size-independent. The Weights, Pattern and BackgroundAvgLength properties
are not used for this method and are ignored. |
See Also