Back to FabImage Library website

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

VisualizeHeatmap


Header: FIL.h
Namespace: fil
Module: FoundationLite

Colorizes heat-map and blends it with background image.

Syntax

C++
C#
 
void fil::VisualizeHeatmap
(
	ftl::Optional<const fil::Image&> inImage,
	const fil::Heatmap& inHeatmap,
	const fil::ColorPalette::Type& inPalette,
	ftl::Optional<float> inPercentFuzziness,
	bool inForceMono,
	bool inThreshold,
	fil::Image& outImage,
	fil::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.