1.3.64
 
Loading...
Searching...
No Matches
CameraMetadata::ImageProcessingProperties Struct Reference

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".
 

Detailed Description

Image processing corrections applied to the image.

Definition at line 477 of file RadiationModel.h.

Field Documentation

◆ brightness_adjustment

float CameraMetadata::ImageProcessingProperties::brightness_adjustment = 1.f

Brightness adjustment factor (1.0 = no change)

Definition at line 479 of file RadiationModel.h.

◆ color_space

std::string CameraMetadata::ImageProcessingProperties::color_space = "linear"

Output color space: "linear" or "sRGB".

Definition at line 481 of file RadiationModel.h.

◆ contrast_adjustment

float CameraMetadata::ImageProcessingProperties::contrast_adjustment = 1.f

Contrast adjustment factor (1.0 = no change)

Definition at line 480 of file RadiationModel.h.

◆ saturation_adjustment

float CameraMetadata::ImageProcessingProperties::saturation_adjustment = 1.f

Saturation adjustment factor (1.0 = no change)

Definition at line 478 of file RadiationModel.h.


The documentation for this struct was generated from the following file: