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 |
Only the following inImage pixel formats are supported: 1xuint8, 1xuint16, 2xuint8, 2xuint16, 3xuint8, 3xuint16, 4xuint8, 4xuint16
Only the following inHeatMap pixel formats are supported: 1xuint8
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.