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) | |
| std::string | color_space = "linear" |
| Output color space: "linear" or "sRGB". | |
Image processing corrections applied to the image.
Definition at line 477 of file RadiationModel.h.
| float CameraMetadata::ImageProcessingProperties::brightness_adjustment = 1.f |
Brightness adjustment factor (1.0 = no change)
Definition at line 479 of file RadiationModel.h.
| std::string CameraMetadata::ImageProcessingProperties::color_space = "linear" |
Output color space: "linear" or "sRGB".
Definition at line 481 of file RadiationModel.h.
| float CameraMetadata::ImageProcessingProperties::contrast_adjustment = 1.f |
Contrast adjustment factor (1.0 = no change)
Definition at line 480 of file RadiationModel.h.
| float CameraMetadata::ImageProcessingProperties::saturation_adjustment = 1.f |
Saturation adjustment factor (1.0 = no change)
Definition at line 478 of file RadiationModel.h.