How input pixels that overlap in X and Y will be processed to
produce an output pixel value.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| MaxZ | 1 | Use the maximum of the input values. | |
| MinZ | 2 | Use the minimum of the input values. | |
| NearestImageCenter | 3 | Use the overlapping visible range image value from the image with the closest center. | |
| Priority | 4 | Select the overlapping visible range image value from the image with the numerically lowest priority value, as specified in the OutputImageOverlapPriorities parameter. |
See Also