Back to FabImage Studio website
You are here: Start » Filter Reference » Image Combinators » VisualizeHeatMap
Colorizes heat-map and blends it with background image
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
inHeatMap | Image | Confidence of defect at each pixel | |
![]() |
inPalette | ColorPalette | ||
![]() |
inThreshold | Integer | 0 - 255 | Minimum defect confidence for choosing more of heat-map color than of input image color |
![]() |
inFuzziness | Integer* | 0 - ![]() |
Confidence distance from inThreshold within which heat-map colors and input image colors are linearly interpolated; Auto = INF |
![]() |
inMinValue | Integer* | ||
![]() |
inMaxValue | Integer* | ||
![]() |
inForceMono | Bool | Converts input image to monochromatic | |
![]() |
outImage | Image | Output image | |
![]() |
diagPalette | Image | Used palette preview |
Requirements
For input inImage only pixel formats are supported: 1xuint8, 1xuint16, 2xuint8, 2xuint16, 3xuint8, 3xuint16, 4xuint8, 4xuint16.
For input inHeatMap only pixel formats are supported: 1xuint8.
Read more about pixel formats in Image documentation.
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | Image sizes are not equal in VisualizeHeatMap. |
DomainError | Input heatmap must have 1xUInt8 format in VisualizeHeatMap. |
DomainError | Input image must have UInt8 or UInt16 pixel format in VisualizeHeatMap. |
Complexity Level
This filter is available on Basic Complexity Level.