Cog3DResiduals StructureCognex VisionPro 9.21 SR1
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.

The default values for properties Rms and Max are 0.0.

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

[SerializableAttribute]
public struct Cog3DResiduals

The Cog3DResiduals type exposes the following members.

Constructors

  NameDescription
Public methodCog3DResiduals
Construct this Cog3DResiduals with the supplied Rms, Max values.
Top
Methods

  NameDescription
Public methodEquals (Overrides ValueType Equals(Object).)
Public methodGetHashCode (Overrides ValueType GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberRealEqual
Compares the internal state of the specified instances and returns true if the internal state is within epsilon.
Public methodToString
Override of ToString method to get a string for describing this object.
(Overrides ValueType ToString .)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compare two Cog3DResiduals.
Public operatorStatic memberInequality
Compare two Cog3DResiduals.
Top
Properties

  NameDescription
Public propertyMax
Gets the maximum residual value.
Public propertyRms
Gets the RMS residual value.
Top
See Also