Constants used to specify how a missing pixel replacement value is computed.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 91.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| NeighborMinimum | 1 | Used for both the interpolation and for combining horizontal and vertical. | |
| NeighborMaximum | 2 | Used for both the interpolation and for combining horizontal and vertical. | |
| NeighborInterpolation | 3 | In this case the combining of horizontal and vertical processing is done by averaging. | |
| Global | 4 | Specified by the user. |
See Also