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.
Namespace: Cognex.VisionPro3DThe default values for properties ResidualsX, ResidualsY, ResidualsZ, and ResidualsDistance are default constructed Cog3DResiduals.
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax
The Cog3DPositionResiduals type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Cog3DPositionResiduals |
Construct this Cog3DPositionResiduals with the supplied 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 Cog3DPositionResiduals.
| |
| Inequality |
Compare two Cog3DPositionResiduals.
|
Properties
| Name | Description | |
|---|---|---|
| ResidualsDistance |
Gets the residual statistics based on Euclidian distance.
| |
| ResidualsX |
Gets the residual statistics based on distance measured solely along the "x" axis.
| |
| ResidualsY |
Gets the residual statistics based on distance measured solely along the "y" axis.
| |
| ResidualsZ |
Gets the residual statistics based on distance measured solely along the "z" axis.
|
See Also