SegmentTool GenerateHeatmapGraphicForTrainDataItem Method Cognex VisionPro 9.23

Create a heatmap graphic for the specified train data's image for the specified class.

Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELSegment.Net (in Cognex.Vision.ViDiELSegment.Net.dll) Version: 9.24.0.0
Syntax

public MaskGraphic GenerateHeatmapGraphicForTrainDataItem(
	TrainData trainData,
	string classId
)

Parameters

trainData
Type: Cognex.Vision.ELCore TrainData
The TrainData item to execute the operator on and generate the heatmaps for.
classId
Type: System String
The identifier of the ClassItem of the segment result to generate the heatmap from.

Return Value

Type: MaskGraphic
See Also