The Cog3DRangeImagePlaneEstimator type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended |
If nonzero, indicates that the raising of the Changed event has been
suspended. This value is incremented when SuspendChangedEvent is called
and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.) | |
| FitMethod |
Gets or sets the FitMethod.
| |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| InputImageMask |
Gets or sets the input image mask.
The input image mask allows you to ignore regions
of the range image by masking them out.
| |
| InputImageMaskOffsetX |
Gets or sets the InputImageMask X offset value in pixels.
| |
| InputImageMaskOffsetY |
Gets or sets the InputImageMask Y offset value in pixels.
| |
| NeighborhoodSizeXInPixels |
Gets or sets the NeighborhoodSizeXInPixels.
Only used when
FitMethodZLookupMethod
is set to NeighborhoodMedian or Neighborhood.
| |
| NeighborhoodSizeYInPixels |
Gets or sets the NeighborhoodSizeYInPixels.
Only used when
FitMethodZLookupMethod | |
| NumPoints |
Gets or sets the number of 2D locations specified in selected space.
The points are used only when FitMethod is set to Points.
| |
| PlaneDirection |
Gets or sets the plane direction.
| |
| RegionMode |
Gets or sets the region mode. This controls how the optional run time
region is applied to the input image.
| |
| ResidualsRMSThreshold |
Gets or sets the Residuals RMS Threshold.
| |
| RobustFitParameters |
These parameters control the plane fitting, as opposed to the
sampling, of points from the supplied range image.
| |
| SelectedIndex |
For Cognex internal use only
| |
| StateFlags |
Returns the complete set of state flags supported on this object. The
flags may be indexed by name as shown in the following C# code snippet:
if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.) | |
| Timeout |
Gets or sets the maximum allowable execution time in milliseconds.
This value only applies if
TimeoutEnabled
is true.
| |
| TimeoutEnabled |
Gets or sets whether to enable the timeout.
| |
| ZLookupMethod |
Gets or sets the ZLookupMethod.
|
See Also