Constants used to specify the missing pixel analysis direction or geometry.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 80.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Horizontal | 1 | The value of the missing pixel is computed from at most two nearest valid pixels which lie in the same row but on different sides of the missing pixel. | |
| Vertical | 2 | The value of the missing pixel is computed from at most two nearest valid pixels which lie in the same column but on different sides of the missing pixel. | |
| Both | 3 | The value of the missing pixel is computed by combining the result sof horizontal- and vertical-based processing. The method of combining the values depends on the ValueComputation parameter. |
See Also