CogSearchMaxZoneScale Nominal Property Cognex VisionPro 9.7
Gets or sets the nominal value for scale degree of freedom zone.

Namespace: Cognex.VisionPro.SearchMax
Assembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 73.0.0.0
Syntax

public double Nominal { get; set; }

Property Value

Type: Double
The nominal value. Default value is 1.0.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfNominal
Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown when you attempt to set this to a value less than or equal to 0.
Remarks

The nominal value is only used if Configuration is CogSearchMaxZoneConstants::Nominal. In this case SearchMax only finds pattern instances that are close to the Nominal value specified and the results will always be reported at exactly the nominal value.

The nominal scale is the scale from the SelectedSpaceName of the InputImage to "Pattern Space". This is equivalent to the scale component of the CogTransform2DLinear returned by GetPose method of CogSearchMaxResult.

See Also