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

Detailed Description

Image processing corrections applied to the image.

Definition at line 510 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 512 of file RadiationModel.h.

◆ color_space

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

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

Definition at line 516 of file RadiationModel.h.

◆ contrast_adjustment

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

Contrast adjustment factor (1.0 = no change)

Definition at line 513 of file RadiationModel.h.

◆ exposure_gain

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.

◆ saturation_adjustment

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

Saturation adjustment factor (1.0 = no change)

Definition at line 511 of file RadiationModel.h.

◆ white_balance_factors

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.


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