CogSegmentResult Heatmap Property Cognex VisionPro 9.21 SR1
Gets the heatmap image for this result. Pixel values closer to 255 indicate a strong correspondence with the specified class at that pixel location, while pixel values closer to zero indicate a weaker correspondence. Pixel locations in the heatmap correspond directly to pixel locations in the runtime image that fall within the Region's bounding box.

Namespace: Cognex.VisionPro.ViDiEL
Assembly: Cognex.VisionPro.ViDiEL (in Cognex.VisionPro.ViDiEL.dll) Version: 85.1.0.0
Syntax

public CogImage8Grey Heatmap { get; }

Property Value

Type: CogImage8Grey
See Also