CogSearchMaxPattern ZoneSkew Property Cognex VisionPro 9.5
Gets or sets the zone configuration for the Skew degree of freedom for training pattern templates. Units are in Radians. This property is ignored if TrainMode is EvaluateDOFsAtRuntime.

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

public CogSearchMaxZoneAngle ZoneSkew { get; set; }

Property Value

Type: CogSearchMaxZoneAngle
The zone configuration for the Skew degree of freedom. Default value is a CogSearchMaxZoneAngle with a Nominal of 0 and Overlap of pi/6.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flags may be affected:

  • SfZoneAngle
  • SfTrained
  • SfGetTrainedPatternImage
  • SfGetTrainedPatternImageMask
Exceptions

ExceptionCondition
ArgumentNullException Thrown when you attempt to set this to NULL.
ObjectDisposedException Thrown if this CogSearchMaxPattern object has already been disposed.
Remarks

An CogSearchMaxZoneAngle object describing the Skew degree of freedom.

Note Changing this property causes this CogSearchMaxPattern to become untrained.

Note This CogSearchMaxPattern will sink changed events for the CogSearchMaxZoneAngle that you supply. Whenever the CogSearchMaxZoneAngle changes, this CogSearchMaxPattern will become untrained.

See Also