The Cog3DRangeImageVolumeCalculatorResult 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.) | |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| PixelCounts |
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.
| |
| PixelCountsDiagImage |
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. | |
| PixelCountsDiagImageOffsetX |
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).
| |
| PixelCountsDiagImageOffsetY |
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).
| |
| 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.) | |
| Volume |
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
|
See Also