CogIPIntermediateImageMaskSelectConstants EnumerationCognex VisionPro
An alternative to using a user provided IntermediateImageMask is to (re)use the InputImageMask.

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

public enum CogIPIntermediateImageMaskSelectConstants
Members

  Member nameValueDescription
UseInputImageMask0This value means that the InputImageMask should be applied not just to the InputImage, but to the intermediate image as well. This implies that the operator will ignore the IntermediateImageMask property.
UseIntermediateImageMask1Apply the provided IntermediateImageMask to the intermediate image.
See Also