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 propertyBackgroundThresholdingStructuringElementSize Gets or sets the background thresholding structuring element size in pixels.
Public propertyBackgroundThresholdingThresholdValueRadian Gets or sets the background thresholding threshold value in radian.
Public propertyIsMaskEnabled Gets the non-measured points mask status.
Public propertySendOffsetBackToCPU If SetBackgroundToZero is used, this retrieves the offset from the GPU.
Public propertySetBackgroundToZero Set the average phase value of the background thresholding to 0.
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 propertyUseBackgroundThresholding Enables or disables the background thresholding.
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 Enables or disables the user defined mask.
Top
See Also