An alternative to using a user provided IntermediateImageMask is to (re)use the InputImageMask.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| UseInputImageMask | 0 | This 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. | |
| UseIntermediateImageMask | 1 | Apply the provided IntermediateImageMask to the intermediate image. |
See Also