Static function to create color corrected images from an image object. More...
Static Public Member Functions | |
static ImagePtr | CreateColorCorrected (const ImagePtr &srcImage, const CCMSettings &settings) |
Create a color corrected image from the source image by applying a color correction matrix calibrated according to the settings specified. More... | |
static void | CreateColorCorrected (const ImagePtr &srcImage, ImagePtr &destImage, const CCMSettings &settings) |
Create a color corrected image from the source image by applying a color correction matrix calibrated according to the settings specified. More... | |
Static function to create color corrected images from an image object.
|
static |
Create a color corrected image from the source image by applying a color correction matrix calibrated according to the settings specified.
When using ImageUtilityCCM, users are advised to disable CCM on the camera before capturing source images. This can be done through the camera node "ColorTransformationEnable".
Color correction is currently supported for the following pixel formats:
srcImage | The source image to which the CCM is applied |
settings | Selected CCM settings including CCMColorTemperature, CCMType, CCMSensor, etc |
|
static |
Create a color corrected image from the source image by applying a color correction matrix calibrated according to the settings specified.
When using ImageUtilityCCM, users are advised to disable CCM on the camera before capturing source images. This can be done through the camera node "ColorTransformationEnable".
Color correction is currently supported for the following pixel formats:
The destination image height and width must be the same as the source image.
srcImage | The source image to which the CCM is applied |
destImage | The destination image in which to store the color corrected image |
settings | Selected CCM settings including CCMColorTemperature, CCMType, CCMSensor, etc |
Contact Support | Spinnaker® SDK Programmer's Guide and API Reference | Thu Dec 16 2021 © FLIR Integrated Imaging Solutions Inc. All rights reserved. |