Click or drag to resize

IMcProfileEdgesMaxEdgesPerProfile Property

The minimum number of expected "edges" on each profile.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Property MaxEdgesPerProfile As Integer
	Get
	Set

Property Value

Type: Int32
Remarks
The MinEdgesPerProfile and MaxEdgesPerProfile properties are used by the edge finding alogrithm to temporarily adjust the ThresholdForEdge to try to detect a number of edges that falls in the range from MinEdgesPerProfile through MaxEdgesPerProfile. This adjustment of ThresholdForEdge from its assigned value may not succeed in finding the required number of edges, because even when the ThresholdForEdge is reduced to zero, there may not be enough threshold transitions on a profile to find MinEdgesPerProfile edges. The default value for MaxEdgesPerProfile is some large number. Values assigned to MaxEdgesPerProfile must be 1 or greater. If a value is assigned to MaxEdgesPerProfile that is less than the current value of MinEdgesPerProfile, then MinEdgesPerProfile is also set to this value.
See Also