The Cog3DRangeImageVolumeCalculator 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.) | |
| ComputePixelCountsDiagImage |
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.
| |
| 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 2D InputImageMask X offset value in pixels.
| |
| InputImageMaskOffsetY |
Gets or sets the 2D InputImageMask Y offset value in pixels.
| |
| MinimumHeightThreshold |
The minimum height value, in selected space 3D units, for each range
image pixel in order to include that pixel in the volume computation.
| |
| PlaneSide |
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.
| |
| RegionMode |
Gets or sets the region mode. This controls how the optional run time
region is applied to the input image.
| |
| 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.) |
See Also