CogIPOneImageMissingPixelValueComputationConstants EnumerationCognex VisionPro 9.20
Constants used to specify how a missing pixel replacement value is computed.

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

public enum CogIPOneImageMissingPixelValueComputationConstants
Members

  Member nameValueDescription
NeighborMinimum1Used for both the interpolation and for combining horizontal and vertical.
NeighborMaximum2Used for both the interpolation and for combining horizontal and vertical.
NeighborInterpolation3In this case the combining of horizontal and vertical processing is done by averaging.
Global4Specified by the user.
See Also