CogIPOneImageFlipRotateOperationConstants EnumerationCognex VisionPro
Enumeration of flip/rotate operation values.

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

public enum CogIPOneImageFlipRotateOperationConstants
Members

  Member nameValueDescription
None0Image is not flipped or rotated.
Rotate90Deg1Do not flip, but rotate the image pixels clockwise 90 degrees.
Rotate180Deg2Do not flip, but rotate the image pixels clockwise 180 degrees.
Rotate270Deg3Do not flip, but rotate the image pixels clockwise 270 degrees.
Flip4Flip the image horizontally. Do not apply image rotation.
FlipAndRotate90Deg5Flip the image horizontally and then rotate the image pixels clockwise 90 degrees.
FlipAndRotate180Deg6Flip the image horizontally and then rotate the image pixels clockwise 180 degrees. This is the same as flipping the original image vertically.
FlipAndRotate270Deg7Flip 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