CogIPComputationPolicyConstants EnumerationCognex VisionPro 9.22 SR1
Whether each pixel in the intermediate image is a newly computed value or a copied value from the corresponding pixel of the input image.

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

public enum CogIPComputationPolicyConstants
Members

  Member nameValueDescription
UseCenterPel0If the InputImageMask pixel at the center of the kernel is Care, use the computed value. Otherwise copy the input pixel value.
UseCarePelsMinFraction1If the fraction of Care pixels within the kernel of the InputImageMask are greater than or equal to CarePelsMinFraction, use the computed value. Otherwise copy the input pixel value.
See Also