Cog3DModelFeatureGeneratorUsingCrsp2D3DsResult GetResidualsRaw2D Method Cognex VisionPro 9.5
Gets the List of Raw2D residual statistics for this 3D model feature result indexed by part pose.

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

public List<Cog3DResiduals> GetResidualsRaw2D()

Field Value

Type: List Cog3DResiduals 
The List of residual statistics of this 3D model feature result in Raw2D space for all the part poses.
Exceptions

ExceptionCondition
Cog3DException If IsFound is false.
See Also