Gets or sets the ZLookupMethod.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
public Cog3DRangeImagePlaneEstimatorZLookupMethodConstants ZLookupMethod { get; set; }public Cog3DRangeImagePlaneEstimatorZLookupMethodConstants ZLookupMethod { get; set; }Public Property ZLookupMethod As Cog3DRangeImagePlaneEstimatorZLookupMethodConstants
Get
Set
Public Property ZLookupMethod As Cog3DRangeImagePlaneEstimatorZLookupMethodConstants
Get
Set
public:
property Cog3DRangeImagePlaneEstimatorZLookupMethodConstants ZLookupMethod {
Cog3DRangeImagePlaneEstimatorZLookupMethodConstants get ();
void set (Cog3DRangeImagePlaneEstimatorZLookupMethodConstants value);
}public:
property Cog3DRangeImagePlaneEstimatorZLookupMethodConstants ZLookupMethod {
Cog3DRangeImagePlaneEstimatorZLookupMethodConstants get ();
void set (Cog3DRangeImagePlaneEstimatorZLookupMethodConstants value);
}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.
| Exception | Condition |
|---|
| ArgumentException |
If the supplied argument is not Neighborhood, SinglePixel or
NeighborhoodMedian.
|
The Z Lookup Method is only used when the
FitMethod
is set to Points.