Cog3DRangeImageHeightCalculator PropertiesCognex VisionPro

The Cog3DRangeImageHeightCalculator 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 height calculation.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyHeightRangeFilterEnabled
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.

Public propertyHeightRangeFilterHigh
The largest height value to be included or excluded by the height range filter.
Public propertyHeightRangeFilterLow
The smallest height value to be included or excluded by the height range filter.
Public propertyHeightRangeFilterMode
Controls whether the height range filter includes or excludes the values between the HeightRangeFilterLow and the HeightRangeFilterHigh.
Public propertyHighTailFrac
Gets or sets a value which controls how the HighTail property of the result is calculated.
Public propertyIncludeHistogramInResult
Specifies whether or not to include the histogram data in the result.
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 propertyLowTailFrac
Gets or sets a value which controls how the LowTail property of the result is calculated.
Public propertyPlaneSide
Specifies which side of the plane to consider the positive height direction when computing the height.
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.)
Public propertyStdDevMult
Gets or sets a value that controls how the MeanPlusStdDevMult property of the result is calculated.
Top
See Also