EClassificationResult::GetColorizedHeatmapWithTransparency

Colorized heatmap with transparency.
When a minimum and maximum alpha values are given, 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(
   float alpha,
   Euresys::Open_eVision::EasyDeepLearning::EHeatmapColormap colormap
)

EImageC24A GetColorizedHeatmapWithTransparency(
   float minAlpha,
   float maxAlpha,
   Euresys::Open_eVision::EasyDeepLearning::EHeatmapColormap colormap
)

Parameters

alpha

Transparency to apply everywhere

colormap

Color map

minAlpha

Minimum transparency value.

maxAlpha

Maximum transparency value.

EClassificationResult.GetColorizedHeatmapWithTransparency

Colorized heatmap with transparency.
When a minimum and maximum alpha values are given, 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(
   float alpha,
   Euresys.Open_eVision.EasyDeepLearning.EHeatmapColormap colormap
)

Euresys.Open_eVision.EImageC24A GetColorizedHeatmapWithTransparency(
   float minAlpha,
   float maxAlpha,
   Euresys.Open_eVision.EasyDeepLearning.EHeatmapColormap colormap
)

Parameters

alpha

Transparency to apply everywhere

colormap

Color map

minAlpha

Minimum transparency value.

maxAlpha

Maximum transparency value.