VisualizeHeatmap
Colorizes heat-map and blends it with background image.
Syntax
C++
Python
def VisualizeHeatmap( inHeatmap: Heatmap, inPalette: ColorPalette, inThreshold: bool, outImage: Image, /, *, inImage: Image | None = None, inPercentFuzziness: float | None = 0.0, inForceMono: bool = False, diagPalette: Image | None = None ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inImage | Image | None | None | Input image | |
![]() |
inHeatmap | Heatmap | Confidence of defect at each pixel | ||
![]() |
inPalette | ColorPalette | |||
![]() |
inPercentFuzziness | float | None | 0.0 - ![]() |
0.0 | |
![]() |
inForceMono | bool | False | Converts input image to monochromatic | |
![]() |
inThreshold | bool | Remove all values lower than value of minimal threshold. | ||
![]() |
outImage | Image | Output image | ||
![]() |
diagPalette | Image | None | None | Used palette preview |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.




