Gets or sets the nominal value for scale degree of
freedom zone.
Namespace: Cognex.VisionPro.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 75.1.0.0
Syntax
Property Value
Type: DoubleThe nominal value. Default value is 1.0.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| 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