![]() |
Thermal Camera SDK 11.3.0
SDK for Optris Thermal Cameras
|
Contains enum and utility functions for (R)adial (D)istortion (C)orrection modes. More...

Go to the source code of this file.
Namespaces | |
| namespace | optris |
| Main SDK namespace. | |
Enumerations | |
| enum class | optris::RdcMode { optris::Off , optris::Normal , optris::Wide , optris::Unknown } |
| Represents the different modes for radial distortion correction. More... | |
Functions | |
| OTC_SDK_API std::string | optris::toString (RdcMode mode) noexcept |
| Returns a string representation of the given radial distortion correction mode. | |
| OTC_SDK_API std::ostream & | optris::operator<< (std::ostream &out, RdcMode mode) noexcept |
| Ouput stream operator for radial distortion correction modes. | |
Contains enum and utility functions for (R)adial (D)istortion (C)orrection modes.