Static functions to create heatmap images from image objects of pixel format Mono8 and Mono16. More...
Static Public Member Functions | |
static ImagePtr | CreateHeatmap (const ImagePtr &srcImage) |
Computes a heatmap image. More... | |
static void | CreateHeatmap (const ImagePtr &srcImage, ImagePtr &destImage) |
Computes a heatmap image. More... | |
static void | SetHeatmapColorGradient (const HeatmapColor newLowColor, const HeatmapColor newHighColor) |
Sets the heatmap gradient color vector to the new desired range between HEATMAP_BLACK and HEATMAP_WHITE. More... | |
static void | GetHeatmapColorGradient (HeatmapColor ¤tLowColor, HeatmapColor ¤tHighColor) |
Returns the current heatmap gradient color range. More... | |
static void | SetHeatmapRange (const unsigned int newLowValue, const unsigned int newHighValue) |
Sets the high and low values used to determine which grayscale values are converted to a color 'heatmap' representation. More... | |
static void | GetHeatmapRange (unsigned int ¤tLowValue, unsigned int ¤tHighValue) |
Returns the current high and low values used in heatmap representations. More... | |
Static functions to create heatmap images from image objects of pixel format Mono8 and Mono16.
Computes a heatmap image.
A heatmap image reinterprets monochrome data by mapping the luminosity of each pixel to a color value defined in the heatmap color gradient. The created image can be modified by changing the color gradient and heatmap range from the accompanying functions. The source image is required to be Mono8 or Mono16 pixel format.
srcImage | The source image from which to create the heatmap |
Computes a heatmap image.
A heatmap image reinterprets monochrome data by mapping the luminosity of each pixel to a color value defined in the heatmap color gradient. The created image can be modified by changing the color gradient and heatmap range from the accompanying functions. The source image is required to be Mono8 or Mono16 pixel format. The destination is required to be initialized, RGB8 or RGB16 pixel format, and have the same width, height, x offset, and y offset as the source image.
srcImage | The source image from which to create the heatmap |
destImage | The destination image in which to store the created heatmap |
|
static |
Returns the current heatmap gradient color range.
currentLowColor | Current color at which the gradient begins. |
currentHighColor | Current color at which the gradient ends. |
|
static |
Returns the current high and low values used in heatmap representations.
currentLowValue | Current value at which color representation begins. |
currentHighValue | Current value at which color representation ends. |
|
static |
Sets the heatmap gradient color vector to the new desired range between HEATMAP_BLACK and HEATMAP_WHITE.
newLowColor | New color at which to begin the gradient. |
newHighColor | New color at which to end the gradient. |
|
static |
Sets the high and low values used to determine which grayscale values are converted to a color 'heatmap' representation.
Acceptable values range from 0 to 100.
newLowValue | New value at which to begin color representation. |
newHighValue | New value at which to end color representation. |
Contact Support | Spinnaker® SDK Programmer's Guide and API Reference | Mon Apr 10 2023 © FLIR Integrated Imaging Solutions Inc. All rights reserved. |