EClassifier::GetHeatMap

Gets a heatmap associated with the given label. A heatmap is an image that indicates which pixels in the original image best explain the given label.

Namespace: Euresys::Open_eVision_2_16::EasyDeepLearning

[C++]

EImageC24 GetHeatMap(
   const EBaseROI& image,
   const std::string& label
)

Parameters

image

A reference to the image we want to generate the heatmap from.

label

A reference to the string representing the label we want to explain for the given image.

EClassifier.GetHeatMap

Gets a heatmap associated with the given label. A heatmap is an image that indicates which pixels in the original image best explain the given label.

Namespace: Euresys.Open_eVision_2_16.EasyDeepLearning

[C#]

Euresys.Open_eVision_2_16.EImageC24 GetHeatMap(
   Euresys.Open_eVision_2_16.EBaseROI image,
   string label
)

Parameters

image

A reference to the image we want to generate the heatmap from.

label

A reference to the string representing the label we want to explain for the given image.