![]() |
Thermal Camera SDK 10.1.1
SDK for Optris Thermal Cameras
|
Encapsulates the parameters of a linear transformation. More...
#include <Slope.h>

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. | |
Encapsulates the parameters of a linear transformation.
y(x) = gain * x + offset
|
inlinenoexcept |
Constructor.
| [in] | gain | of the linear transformation. |
| [in] | offset | of the linear transformation. |