This value class holds residual statistics information.
Residual error is the difference between a measured metric and its
expected value. Residual statistics may be expressed as the
maximum error (the largest difference) or the RMS error (Root Mean Square,
the square root of the average of the differences squared).
Note that this class is immutable - it may not be changed once
it has been constructed.
Namespace: Cognex.VisionPro3DThe default values for properties Rms and Max are 0.0.
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 91.0.0.0
Syntax
The Cog3DResiduals type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Cog3DResiduals |
Construct this Cog3DResiduals with the supplied Rms, Max values.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Overrides ValueType Equals(Object).) | |
| GetHashCode | (Overrides ValueType GetHashCode .) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| RealEqual |
Compares the internal state of the specified instances and returns
true if the internal state is within epsilon.
| |
| ToString |
Override of ToString method to get a string for describing this object.
(Overrides ValueType ToString .) |
Operators
| Name | Description | |
|---|---|---|
| Equality |
Compare two Cog3DResiduals.
| |
| Inequality |
Compare two Cog3DResiduals.
|
Properties
| Name | Description | |
|---|---|---|
| Max |
Gets the maximum residual value.
| |
| Rms |
Gets the RMS residual value.
|
See Also