Cog3DRangeImagePlaneEstimator ZLookupMethod Property Cognex VisionPro
Gets or sets the ZLookupMethod.

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

public Cog3DRangeImagePlaneEstimatorZLookupMethodConstants ZLookupMethod { get; set; }

Property Value

Type: Cog3DRangeImagePlaneEstimatorZLookupMethodConstants
The Z Lookup Method specifies how z values are looked up from pixels in the range image. May be either Neighborhood, SinglePixel or NeighborhoodMedian. The default is Neighborhood.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfZLookupMethod
Exceptions

ExceptionCondition
ArgumentException If the supplied argument is not Neighborhood, SinglePixel or NeighborhoodMedian.
Remarks

The Z Lookup Method is only used when the FitMethod is set to Points.
See Also