CogIPOneImageOutputSelectConstants EnumerationCognex VisionPro 9.8 SR1
Whether the operator should output just an image, or an image plus a computed image mask.

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

public enum CogIPOneImageOutputSelectConstants
Members

  Member nameValueDescription
Image0Only compute an output image.
ImageAndMask1Compute both an output image and an image mask.
See Also