Gets a deep copy of the flags indicating which residuals are valid.
Indexed by part pose.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax
Return Value
Type: List BooleanA deep copy of the flags indicating which residuals are valid.
Exceptions
| Exception | Condition |
|---|---|
| Cog3DException | If IsFound is false. |
Remarks
The returned List ResidualsValid indicates whether or not the 2D features from a part pose contributed to the generation of this 3D model feature. If ResidualsValid[i] is true, it means part pose[i] had 2D features used in generating this 3D feature, and ResidualsRaw2D[i] and ResidualsPhys3D[i] are valid. If ResidualsValid[i] is false, it means 2D features from part pose[i] were not used in generating this 3D model feature, and ResidualsRaw2D[i] and ResidualsPhys3D[i] are not valid.
See Also