Cog3DRangeImagePlaneEstimator PropertiesCognex VisionPro

The Cog3DRangeImagePlaneEstimator type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended
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.)
Public propertyFitMethod
Gets or sets the FitMethod.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyInputImageMask
Gets or sets the input image mask. The input image mask allows you to ignore regions of the range image by masking them out.
Public propertyInputImageMaskOffsetX
Gets or sets the InputImageMask X offset value in pixels.
Public propertyInputImageMaskOffsetY
Gets or sets the InputImageMask Y offset value in pixels.
Public propertyNeighborhoodSizeXInPixels
Gets or sets the NeighborhoodSizeXInPixels. Only used when FitMethodZLookupMethod is set to NeighborhoodMedian or Neighborhood.
Public propertyNeighborhoodSizeYInPixels
Gets or sets the NeighborhoodSizeYInPixels. Only used when FitMethodZLookupMethod
Public propertyNumPoints
Gets or sets the number of 2D locations specified in selected space. The points are used only when FitMethod is set to Points.
Public propertyPlaneDirection
Gets or sets the plane direction.
Public propertyRegionMode
Gets or sets the region mode. This controls how the optional run time region is applied to the input image.
Public propertyResidualsRMSThreshold
Gets or sets the Residuals RMS Threshold.
Public propertyRobustFitParameters
These parameters control the plane fitting, as opposed to the sampling, of points from the supplied range image.
Public propertySelectedIndex
For Cognex internal use only
Public propertyStateFlags
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.)
Public propertyTimeout
Gets or sets the maximum allowable execution time in milliseconds. This value only applies if TimeoutEnabled is true.
Public propertyTimeoutEnabled
Gets or sets whether to enable the timeout.
Public propertyZLookupMethod
Gets or sets the ZLookupMethod.
Top
See Also