Third radial distortion term.
More...
#include <Zivid/CameraIntrinsics.h>
|
using | ValueType = double |
| The type of the underlying value.
|
|
|
| K3 ()=default |
| Default constructor.
|
|
constexpr | K3 (double value) |
| Constructor.
|
|
double | value () const |
| Get the value.
|
|
std::string | toString () const |
| Get the value as string.
|
|
bool | operator== (const K3 &other) const |
| Comparison operator.
|
|
bool | operator!= (const K3 &other) const |
| Comparison operator.
|
|
bool | operator< (const K3 &other) const |
| Comparison operator.
|
|
bool | operator> (const K3 &other) const |
| Comparison operator.
|
|
bool | operator<= (const K3 &other) const |
| Comparison operator.
|
|
bool | operator>= (const K3 &other) const |
| Comparison operator.
|
|
Third radial distortion term.
◆ ValueType
The type of the underlying value.
◆ K3() [1/2]
Zivid::CameraIntrinsics::Distortion::K3::K3 |
( |
| ) |
|
|
default |
◆ K3() [2/2]
Zivid::CameraIntrinsics::Distortion::K3::K3 |
( |
double | value | ) |
|
|
inlineexplicitconstexpr |
◆ operator!=()
bool Zivid::CameraIntrinsics::Distortion::K3::operator!= |
( |
const K3 & | other | ) |
const |
|
inline |
◆ operator<()
bool Zivid::CameraIntrinsics::Distortion::K3::operator< |
( |
const K3 & | other | ) |
const |
|
inline |
◆ operator<=()
bool Zivid::CameraIntrinsics::Distortion::K3::operator<= |
( |
const K3 & | other | ) |
const |
|
inline |
◆ operator==()
bool Zivid::CameraIntrinsics::Distortion::K3::operator== |
( |
const K3 & | other | ) |
const |
|
inline |
◆ operator>()
bool Zivid::CameraIntrinsics::Distortion::K3::operator> |
( |
const K3 & | other | ) |
const |
|
inline |
◆ operator>=()
bool Zivid::CameraIntrinsics::Distortion::K3::operator>= |
( |
const K3 & | other | ) |
const |
|
inline |
◆ toString()
std::string Zivid::CameraIntrinsics::Distortion::K3::toString |
( |
| ) |
const |
◆ validRange()
static constexpr Range< double > Zivid::CameraIntrinsics::Distortion::K3::validRange |
( |
| ) |
|
|
inlinestaticconstexpr |
The range of valid values for K3.
◆ value()
double Zivid::CameraIntrinsics::Distortion::K3::value |
( |
| ) |
const |
◆ DataModel::Detail::Befriend< K3 >
friend struct DataModel::Detail::Befriend< K3 > |
|
friend |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | stream, |
|
|
const K3 & | value ) |
|
friend |
Operator to serialize the value to a stream.
◆ description
const char* Zivid::CameraIntrinsics::Distortion::K3::description { R"description(Third radial distortion term)description" } |
|
staticconstexpr |
The description for this value.
◆ name
const char* Zivid::CameraIntrinsics::Distortion::K3::name { "K3" } |
|
staticconstexpr |
◆ nodeType
◆ path
const char* Zivid::CameraIntrinsics::Distortion::K3::path { "Distortion/K3" } |
|
staticconstexpr |
The full path for this value.
The documentation for this class was generated from the following file: