Cog3DPositionResiduals StructureCognex VisionPro
This value class holds residual error statistics for a collection of 3D locations. This class lets you obtain both maximum and RMS error for differences in the x-, y-, and z-directions as well as for the Euclidean distance between expected and actual points. Note that this class is immutable - it may not be changed once it has been constructed.

The default values for properties ResidualsX, ResidualsY, ResidualsZ, and ResidualsDistance are default constructed Cog3DResiduals.

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

[SerializableAttribute]
public struct Cog3DPositionResiduals

The Cog3DPositionResiduals type exposes the following members.

Constructors

  NameDescription
Public methodCog3DPositionResiduals
Construct this Cog3DPositionResiduals with the supplied 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 Cog3DPositionResiduals.
Public operatorStatic memberInequality
Compare two Cog3DPositionResiduals.
Top
Properties

  NameDescription
Public propertyResidualsDistance
Gets the residual statistics based on Euclidian distance.
Public propertyResidualsX
Gets the residual statistics based on distance measured solely along the "x" axis.
Public propertyResidualsY
Gets the residual statistics based on distance measured solely along the "y" axis.
Public propertyResidualsZ
Gets the residual statistics based on distance measured solely along the "z" axis.
Top
See Also