Cog3DRangeImagePlaneEstimatorZLookupMethodConstants EnumerationCognex VisionPro
Constants used to specify how z values are looked up from a range image.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax

public enum Cog3DRangeImagePlaneEstimatorZLookupMethodConstants
Members

  Member nameValueDescription
SinglePixel0 the z value is inferred from a single pixel in the range image.
NeighborhoodMedian1 the z value is inferred from the median of an NxM neighborhood around each pixel in the range image. Only valid when FitMethod is set to Points.
Neighborhood2 All visible pixels inside the neighborhood around each specified location are used to estimate the plane. The z value for each pixel is looked up using 'singlePixel' mode. Only valid when FitMethod is set to Points.
See Also