Cog3DResiduals Constructor Cognex VisionPro
Construct this Cog3DResiduals with the supplied Rms, Max values.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax

public Cog3DResiduals(
	double initialRms,
	double initialMax
)
Exceptions

ExceptionCondition
ArgumentException If any argument is less than 0, or initialMax is less than initialRms.
See Also