Method to convert a Dictionary List (each Dictionary corresponds to one 3D part instance) to
a list of Cog3DPartCorresponderUsingCrsp2D3DsResult.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 87.0.0.0
public List<Cog3DPartCorresponderUsingCrsp2D3DsResult> ConvertToResults(
List<Dictionary<int, int>> partCorrespondences
)
public List<Cog3DPartCorresponderUsingCrsp2D3DsResult> ConvertToResults(
List<Dictionary<int, int>> partCorrespondences
)
Public Function ConvertToResults (
partCorrespondences As List(Of Dictionary(Of Integer, Integer))
) As List(Of Cog3DPartCorresponderUsingCrsp2D3DsResult)
Public Function ConvertToResults (
partCorrespondences As List(Of Dictionary(Of Integer, Integer))
) As List(Of Cog3DPartCorresponderUsingCrsp2D3DsResult)
public:
List<Cog3DPartCorresponderUsingCrsp2D3DsResult^>^ ConvertToResults(
List<Dictionary<int, int>^>^ partCorrespondences
)
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.