Back to Adaptive Vision Library website

You are here: Start » Function Reference » Image » Image Drawing » VisualizeHeatmap

VisualizeHeatmap


Header: AVL.h
Namespace: avl
Module: FoundationLite

Colorizes heat-map and blends it with background image.

Syntax

C++
C#
 
void avl::VisualizeHeatmap
(
	atl::Optional<const avl::Image&> inImage,
	const avl::Heatmap& inHeatmap,
	const avl::ColorPalette::Type& inPalette,
	atl::Optional<float> inPercentFuzziness,
	bool inForceMono,
	bool inThreshold,
	avl::Image& outImage,
	avl::Image& diagPalette
)

Parameters

Name Type Range Default Description
inImage Optional<const Image&> NIL Input image
inHeatmap const Heatmap& Confidence of defect at each pixel
inPalette const ColorPalette::Type& GreenYellowRed
inPercentFuzziness Optional<float> 0.0 - 0.0f
inForceMono bool Converts input image to monochromatic
inThreshold bool Remove all values lower than value of minimal threshold.
outImage Image& Output image
diagPalette Image& Used palette preview

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.