Construct this Cog3DResiduals with the supplied Rms, Max values.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax
Parameters
- initialRms
- Type: System Double
The initial Rms value.
- initialMax
- Type: System Double
The initial Max value.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If any argument is less than 0, or initialMax is less than initialRms. |
See Also