CogSearchMaxZoneAngle Nominal Property Cognex VisionPro 9.7
Gets or sets the nominal value (in radians) for angle 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 0.0.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfNominal
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 angle is the angle from the selected space of the InputImage to the located pattern space. This rotation angle is the Rotation component of the CogTransform2DLinear returned by the GetPose method of CogSearchMaxResult.

You can specify any value for the nominal angle. The tool always returns angle results in the range -pi to +pi.

See Also