Simple struct for handle result of computation of intrinsics.
More...
#include <IntrinsicCalibrator.h>
Simple struct for handle result of computation of intrinsics.
◆ Result() [1/2]
icl::io::IntrinsicCalibrator::Result::Result |
( |
| ) |
|
|
inline |
◆ Result() [2/2]
icl::io::IntrinsicCalibrator::Result::Result |
( |
const std::vector< double > & |
params, |
|
|
const utils::Size & |
size |
|
) |
| |
|
inline |
create a result with given parameters
◆ getFocalLengthX()
double icl::io::IntrinsicCalibrator::Result::getFocalLengthX |
( |
| ) |
const |
|
inline |
returns focal length for x direction
return x component of focal length
◆ getFocalLengthY()
double icl::io::IntrinsicCalibrator::Result::getFocalLengthY |
( |
| ) |
const |
|
inline |
returns focal length for y direction
return y component of focal length
◆ getK1()
double icl::io::IntrinsicCalibrator::Result::getK1 |
( |
| ) |
const |
|
inline |
returns first radial distortion param
- Returns
- first radial distortion param
◆ getK2()
double icl::io::IntrinsicCalibrator::Result::getK2 |
( |
| ) |
const |
|
inline |
returns second radial distortion param
- Returns
- second radial distortion param
◆ getK3()
double icl::io::IntrinsicCalibrator::Result::getK3 |
( |
| ) |
const |
|
inline |
returns third radial distortion param
- Returns
- third radial distortion param
◆ getP1()
double icl::io::IntrinsicCalibrator::Result::getP1 |
( |
| ) |
const |
|
inline |
returns first tangential distortion param
- Returns
- first tangential distortion param
◆ getP2()
double icl::io::IntrinsicCalibrator::Result::getP2 |
( |
| ) |
const |
|
inline |
returns second tangential distortion param
- Returns
- second tangential distortion param
◆ getPrincipalX()
double icl::io::IntrinsicCalibrator::Result::getPrincipalX |
( |
| ) |
const |
|
inline |
returns new computed principal point x component
return x component of principal point
◆ getPrincipalY()
double icl::io::IntrinsicCalibrator::Result::getPrincipalY |
( |
| ) |
const |
|
inline |
returns new computed principal point y component
return y component of principal point
◆ getSkew()
double icl::io::IntrinsicCalibrator::Result::getSkew |
( |
| ) |
const |
|
inline |
returns the skew
- Returns
- skew
The documentation for this struct was generated from the following file: