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.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 73.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| UseCenterPel | 0 | If the InputImageMask pixel at the center of the kernel is Care, use the computed value. Otherwise copy the input pixel value. | |
| UseCarePelsMinFraction | 1 | If 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