Gets or sets the height threshold.
Points with heights below this threshold are treated as noise
and are thus excluded from the computations. Note that 'height'
in this context means the difference in height between the cross
section and the lines. The heights are measured in
ProfileSelectedSpaceName units along the Image Y axis.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.0.0.0
Syntax
Property Value
Type: DoublePlease note that because of the nature of the surfaces in the real world and the accuracy of the sensor setting a height threshold to 0.0 will not benefit the calculation at all. We stringly recommend to set it to a value higher than 0.0.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If the value is less than 0. |
See Also