MakeHeatmap


Creates a new Heatmap object.

Syntax

C++
Python
 
def MakeHeatmap(
	inImage: Image,
	inHeatmapLowerThreshold: int,
	inHeatmapMiddleThreshold: int,
	inHeatmapUpperThreshold: int,
	outHeatmap: Heatmap,
	/
)
-> None

Parameters

Name Type Range Default Description
Input value inImage Image Input image
Input value inHeatmapLowerThreshold int 0 -
Input value inHeatmapMiddleThreshold int 0 -
Input value inHeatmapUpperThreshold int 0 -
Output value outHeatmap Heatmap