Cog3DPartCorresponderUsing2DPoses ConvertToResults Method Cognex VisionPro 9.8 SR1
Method to convert a Dictionary List (each Dictionary corresponds to one 3D part instance) to a list of Cog3DPartCorresponderUsingCrsp2D3DsResult.

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

public List<Cog3DPartCorresponderUsingCrsp2D3DsResult> ConvertToResults(
	List<Dictionary<int, int>> partCorrespondences
)

Parameters

partCorrespondences
Type: System.Collections.Generic List Dictionary Int32, Int32  
The Dictionary List, each item represents one 3D part instance.

Return Value

Type: List Cog3DPartCorresponderUsingCrsp2D3DsResult 
A list of Cog3DPartCorresponderUsingCrsp2D3DsResult.
See Also