CogIPOneImageMissingPixelDirectionConstants EnumerationCognex VisionPro 9.7
Constants used to specify the missing pixel analysis direction or geometry.

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

public enum CogIPOneImageMissingPixelDirectionConstants
Members

  Member nameValueDescription
Horizontal1The 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.
Vertical2The 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.
Both3The 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