EClassifier::GetColorizedHeatmapWithTransparency

Colorized heatmap with transparency.
When the minimum and maximum alpha values are different from each other, the transparency value for a pixel will depend on the value of the heatmap at that pixel. The range of heatmap values [0, 255] will be mapped to the range [minAlpha, maxAlpha].

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

EImageC24A GetColorizedHeatmapWithTransparency(
   const EBaseROI& image,
   const std::string& label,
   float minAlpha,
   float maxAlpha,
   Euresys::Open_eVision::EasyDeepLearning::EHeatmapColormap colormap
)

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.

minAlpha

Minimum transparency value.

maxAlpha

Maximum transparency value.

colormap

Color map

EClassifier.GetColorizedHeatmapWithTransparency

Colorized heatmap with transparency.
When the minimum and maximum alpha values are different from each other, the transparency value for a pixel will depend on the value of the heatmap at that pixel. The range of heatmap values [0, 255] will be mapped to the range [minAlpha, maxAlpha].

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

Euresys.Open_eVision.EImageC24A GetColorizedHeatmapWithTransparency(
   Euresys.Open_eVision.EBaseROI image,
   string label,
   float minAlpha,
   float maxAlpha,
   Euresys.Open_eVision.EasyDeepLearning.EHeatmapColormap colormap
)

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.

minAlpha

Minimum transparency value.

maxAlpha

Maximum transparency value.

colormap

Color map