VisualizeHeatmap_Old
Colorizes a heat-map and blends it with a background image.
Syntax
C++
Python
def VisualizeHeatmap_Old( state: ColorizeImageState, inImage: Image, inHeatmap: Image, outImage: Image, /, *, inPalette: ColorPalette = ColorPalette.BlackYellowRed, inThreshold: int = 64, inFuzziness: int | None = 0, inMinValue: int | None = 0, inMaxValue: int | None = 255, inForceMono: bool = False, diagPalette: Image | None = None ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | ColorizeImageState | |||
![]() |
inImage | Image | Input image | ||
![]() |
inHeatmap | Image | Confidence of defect at each pixel | ||
![]() |
inPalette | ColorPalette | ColorPalette.BlackYellowRed | ||
![]() |
inThreshold | int | 0 - 255 | 64 | Minimum defect confidence for choosing more of heat-map color than of input image color |
![]() |
inFuzziness | int | None | 0 - ![]() |
0 | Confidence distance from inThreshold within which heat-map colors and input image colors are linearly interpolated; Auto = INF |
![]() |
inMinValue | int | None | 0 | ||
![]() |
inMaxValue | int | None | 255 | ||
![]() |
inForceMono | bool | False | Converts input image to monochromatic | |
![]() |
outImage | Image | Output image | ||
![]() |
diagPalette | Image | None | None | Used palette preview |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.





