Start » Filter Reference » Image » Image Drawing » VisualizeHeatmap_Old
Module: | FoundationLite |
---|
Colorizes a heat-map and blends it with a 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: 1⨯uint8, 1⨯uint16, 2⨯uint8, 2⨯uint16, 3⨯uint8, 3⨯uint16, 4⨯uint8, 4⨯uint16.
For input inHeatmap only pixel formats are supported: 1⨯uint8.
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 in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Image sizes are not equal in VisualizeHeatmap_Old. |
DomainError | Input heatmap must have 1xUInt8 format in VisualizeHeatmap_Old. |
DomainError | Input image must have UInt8 or UInt16 pixel format in VisualizeHeatmap_Old. |
DomainError | Not supported inHeatmap pixel format in VisualizeHeatmap_Old. Supported formats: 1xUInt8. |
DomainError | Not supported inImage pixel format in VisualizeHeatmap_Old. Supported formats: 1xUInt8, 1xUInt16, 2xUInt8, 2xUInt16, 3xUInt8, 3xUInt16, 4xUInt8, 4xUInt16. |
Complexity Level
This filter is available on Basic Complexity Level.