Click or drag to resize

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
Syntax
VB
Public Enumeration mcProfileEdgeFindingMethod
Members
  Member nameValueDescription
mcpefmPeaks0Luminance 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.
mcpefmValleys1Luminance 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.
mcpefmRisingEdges2Rising 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.
mcpefmFallingEdges3Falling 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.
mcpefmMatchPattern4"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.
mcpefmCorrelatedPeaks5Local 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.
mcpefmCorrelatedValleys6Local 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