Image processing corrections applied to the image. More...
#include <RadiationModel.h>
Data Fields | |
| float | saturation_adjustment = 1.f |
| Saturation adjustment factor (1.0 = no change) | |
| float | brightness_adjustment = 1.f |
| Brightness adjustment factor (1.0 = no change) | |
| float | contrast_adjustment = 1.f |
| Contrast adjustment factor (1.0 = no change) | |
| float | exposure_gain = 1.f |
| Exposure gain that was applied to pixel data (1.0 = no gain) | |
| helios::vec3 | white_balance_factors = helios::make_vec3(1.f, 1.f, 1.f) |
| White balance per-channel multipliers [R,G,B] (1,1,1 = no correction) | |
| std::string | color_space = "linear" |
| Output color space: "linear" or "sRGB". | |
Image processing corrections applied to the image.
Definition at line 510 of file RadiationModel.h.
| float CameraMetadata::ImageProcessingProperties::brightness_adjustment = 1.f |
Brightness adjustment factor (1.0 = no change)
Definition at line 512 of file RadiationModel.h.
| std::string CameraMetadata::ImageProcessingProperties::color_space = "linear" |
Output color space: "linear" or "sRGB".
Definition at line 516 of file RadiationModel.h.
| float CameraMetadata::ImageProcessingProperties::contrast_adjustment = 1.f |
Contrast adjustment factor (1.0 = no change)
Definition at line 513 of file RadiationModel.h.
| float CameraMetadata::ImageProcessingProperties::exposure_gain = 1.f |
Exposure gain that was applied to pixel data (1.0 = no gain)
Definition at line 514 of file RadiationModel.h.
| float CameraMetadata::ImageProcessingProperties::saturation_adjustment = 1.f |
Saturation adjustment factor (1.0 = no change)
Definition at line 511 of file RadiationModel.h.
| helios::vec3 CameraMetadata::ImageProcessingProperties::white_balance_factors = helios::make_vec3(1.f, 1.f, 1.f) |
White balance per-channel multipliers [R,G,B] (1,1,1 = no correction)
Definition at line 515 of file RadiationModel.h.