Enumeration of Region modes. Region mode specifies how a region is applied to an image.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| PixelAlignedBoundingBoxAdjustMask | 0 | 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. | |
| PixelAlignedBoundingBox | 1 | The region used will be the pixel aligned bounding box enclosing the supplied region. This mode often provides faster performance than the PixelAlignedBoundingBoxAdjustMask mode. | |
| AffineTransform | 2 | 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