CogPatInspectPattern TrainRegionMode Property Cognex VisionPro
Specifies how the TrainRegion is applied to the TrainImage.

Namespace: Cognex.VisionPro.PatInspect
Assembly: Cognex.VisionPro.PatInspect (in Cognex.VisionPro.PatInspect.dll) Version: 65.1.0.0
Syntax

public CogRegionModeConstants TrainRegionMode { get; set; }

Property Value

Type: CogRegionModeConstants
Events

Exceptions

ExceptionCondition
ArgumentException

The supplied value is not one of PixelAlignedBoundingBox, PixelAlignedBoundingBoxAdjustMask, or AffineTransform.

Remarks

Specifies how the TrainRegion is applied to the TrainImage.

See Also