Constants used to specify how z values are
looked up from a range image.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| SinglePixel | 0 | the z value is inferred from a single pixel in the range image. | |
| NeighborhoodMedian | 1 | 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. | |
| Neighborhood | 2 | 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