Click or drag to resize

NonMeasuredPointsConfiguration Properties

The NonMeasuredPointsConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyAreaConnectingSize
Gets or sets the maximum distance separating two non-measured points for which every measured point in-between is considered non-measured.
Public propertyIsMaskEnabled
Gets the non-measured points mask status.
Public propertyThresholdIntensityValuePercent
Sets the same threshold value on the intensity in percent for each laser source.
Public propertyThresholdIntensityValuePercentPhysicalLaserSource
Gets or sets the threshold value on the intensity in percent for the specified laser source.
Public propertyThresholdPhaseGradientValuePercent
Sets the same threshold value on the phase gradient in percent for each laser source.
Public propertyThresholdPhaseGradientValuePercentPhysicalLaserSource
Gets or sets the threshold value on the phase gradient in percent for the specified laser source.
Public propertyThresholdPhaseGradientValueRadian
Sets the same threshold value on the phase gradient in radian for each laser source.
Public propertyThresholdPhaseGradientValueRadianPhysicalLaserSource
Gets or sets the threshold value on the phase gradient in radian for the specified laser source.
Public propertyUseAreaConnecting
Enables or disables the non-measured points area connecting feature. If enabled, defines as non-measured, every pixel lying between two non-measured points being the specified distance apart.
Public propertyUseAutoThresholdIntensity
Enables or disables the automatic computation of the threshold on the intensity. The method is base on the OTSU algorithm.
Public propertyUseThresholdIntensity
Enables or disables the computation of non-measured points based on a threshold on the intensity.
Public propertyUseThresholdPhaseGradient
Enables or disables the computation of non-measured points based on a threshold on the phase gradient. The threshold is defined such that every pixel having a gradient above the threshold is considered as a non-measured point.
Public propertyUseUserMask
Top
See Also