Cog3DRangeImageVolumeCalculator PropertiesCognex VisionPro

The Cog3DRangeImageVolumeCalculator 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 propertyComputePixelCountsDiagImage
Specifies whether or not to include a pixel counts diagnostics image in the result. The pixel counts diagnostics image indicates which pixels in the range image were used by the volume calculation.
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 2D InputImageMask X offset value in pixels.
Public propertyInputImageMaskOffsetY
Gets or sets the 2D InputImageMask Y offset value in pixels.
Public propertyMinimumHeightThreshold
The minimum height value, in selected space 3D units, for each range image pixel in order to include that pixel in the volume computation.
Public propertyPlaneSide
Specifies which side of the plane to consider when computing the volume. Only range image pixels that are on the specified side of the plane will be used in computing the volume.
Public propertyRegionMode
Gets or sets the region mode. This controls how the optional run time region is applied to the input image.
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.)
Top
See Also