CogRegionModeConstants EnumerationCognex VisionPro 9.5
Enumeration of Region modes. Region mode specifies how a region is applied to an image.

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

public enum CogRegionModeConstants
Members

  Member nameValueDescription
PixelAlignedBoundingBoxAdjustMask0 Only the pixels within the supplied region are used. This is implemented by computing a mask which extends the region to its pixel aligned bounding box.
PixelAlignedBoundingBox1 The region used will be the pixel aligned bounding box enclosing the supplied region. This mode often provides faster performance than the PixelAlignedBoundingBoxAdjustMask mode.
AffineTransform2 A new image will be created by performing an affine transformation on the region. The region must be either a simple rectangle or an affine rectangle.
See Also