The Cog3DRangeImageHeightCalculator 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 height calculation.
| |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| HeightRangeFilterEnabled |
Enables or disables the height range filter.
The height range filter allows the user to exclude pixels which do not fall within a user selected range of height values. | |
| HeightRangeFilterHigh |
The largest height value to be included or excluded by the height range filter.
| |
| HeightRangeFilterLow |
The smallest height value to be included or excluded by the height range filter.
| |
| HeightRangeFilterMode |
Controls whether the height range filter includes or excludes the
values between the HeightRangeFilterLow and the HeightRangeFilterHigh.
| |
| HighTailFrac |
Gets or sets a value which controls how the
HighTail
property of the result is calculated.
| |
| IncludeHistogramInResult |
Specifies whether or not to include the histogram data
in the result.
| |
| 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.
| |
| LowTailFrac |
Gets or sets a value which controls how the
LowTail
property of the result is calculated.
| |
| PlaneSide |
Specifies which side of the plane to consider the positive height
direction when computing the height.
| |
| 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.) | |
| StdDevMult |
Gets or sets a value that controls how the
MeanPlusStdDevMult
property of the result is calculated.
|
See Also