Gets or sets a value that controls how the
MeanPlusStdDevMult
property of the result is calculated.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.1.0.0
Syntax
Property Value
Type: DoubleThe default is 0.0.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag will be set:
|
Remarks
The standard deviation of "used" range image pixel heights is multiplied by StdDevMult. The resulting value is then added to the mean of all the "used" pixel heights and returned as the MeanPlusStdDevMult property of the overall result.
Note that it is valid to set StdDevMult to a value less than 0.0.
See Also