You are here: Start » FIL.NET » FIS.VisualizeHeatMap Method

FIS.VisualizeHeatMap Method

Colorizes heat-map and blends it with background image

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void VisualizeHeatMap
(
	FilNet.ColorizeImageState ioState,
	FilNet.Image inImage,
	FilNet.Image inHeatMap,
	FilNet.ColorPalette inPalette,
	int inThreshold,
	int? inMinValue,
	int? inMaxValue,
	bool inForceMono,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
ioStateFilNet.ColorizeImageState
inImageFilNet.ImageInput image.
inHeatMapFilNet.ImageConfidence of defect at each pixel.
inPaletteFilNet.ColorPaletteBlackYellowRedDefault value: BlackYellowRed.
inThresholdint<0, 255>64Minimum defect confidence for choosing more of heat-map color than of input image color. Default value: 64.
inMinValueint?0Default value: 0.
inMaxValueint?255Default value: 255.
inForceMonoboolConverts input image to monochromatic.
outImageFilNet.ImageOutput image.

Function Overrides

See also