Cog3DRangeImageVolumeCalculatorResult PropertiesCognex VisionPro

The Cog3DRangeImageVolumeCalculatorResult 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 propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyPixelCounts
Result information which identifies the number of pixels in the range image that fall into each of 4 different categories. See Cog3DRangeImagePixelCountsTypeConstants for the definition of the different categories.
Public propertyPixelCountsDiagImage
Diagnostic which identifies which pixels in the range image fall into each of 4 different categories.

See Cog3DRangeImagePixelCountsTypeConstants for the definition of the different categories.

Each pixel in the pixel counts diag image is a bit-wise or of Cog3DRangeImagePixelCountsTypeConstants.

Public propertyPixelCountsDiagImageOffsetX
The 2D distance in the X direction from the upper left corner of the original input image to the upper left corner of the PixelCountsDiagImage (in pixels).
Public propertyPixelCountsDiagImageOffsetY
The 2D distance in the Y direction from the upper left corner of the original input image to the upper left corner of the PixelCountsDiagImage (in pixels).
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 propertyVolume
The calculated volume between the 3D surface defined by the range image pixels and the specified base plane, measured in the SelectedSpaceName3D coordinates (e.g. mm3) of the range image
Top
See Also