Thermal Camera SDK 10.1.1
SDK for Optris Thermal Cameras
Loading...
Searching...
No Matches
optris::Slope Class Reference

Encapsulates the parameters of a linear transformation. More...

#include <Slope.h>

Collaboration diagram for optris::Slope:
Collaboration graph

Public Member Functions

 Slope () noexcept
 Constructor.
 
 Slope (float gain, float offset) noexcept
 Constructor.
 

Public Attributes

float gain
 Gain of the linear transformation.
 
float offset
 Offset of the linear transformation.
 

Detailed Description

Encapsulates the parameters of a linear transformation.

y(x) = gain * x + offset

Constructor & Destructor Documentation

◆ Slope()

optris::Slope::Slope ( float gain,
float offset )
inlinenoexcept

Constructor.

Parameters
[in]gainof the linear transformation.
[in]offsetof the linear transformation.

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