Enumeration of flip/rotate operation values.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 87.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Image is not flipped or rotated. | |
| Rotate90Deg | 1 | Do not flip, but rotate the image pixels clockwise 90 degrees. | |
| Rotate180Deg | 2 | Do not flip, but rotate the image pixels clockwise 180 degrees. | |
| Rotate270Deg | 3 | Do not flip, but rotate the image pixels clockwise 270 degrees. | |
| Flip | 4 | Flip the image horizontally. Do not apply image rotation. | |
| FlipAndRotate90Deg | 5 | Flip the image horizontally and then rotate the image pixels clockwise 90 degrees. | |
| FlipAndRotate180Deg | 6 | Flip the image horizontally and then rotate the image pixels clockwise 180 degrees. This is the same as flipping the original image vertically. | |
| FlipAndRotate270Deg | 7 | Flip the image horizontally and then rotate the image pixels clockwise 270 degrees. |
Remarks
Enumeration of flip/rotate operation values for the CogIPOneImageFlipRotate operator.
See Also