added functions to get k1 and k2 in Cal3Bundler
parent
52a1b3d444
commit
40bb5ba079
|
|
@ -82,6 +82,17 @@ public:
|
||||||
return f_;
|
return f_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// distorsion parameter k1
|
||||||
|
inline double k1() const {
|
||||||
|
return k1_;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// distorsion parameter k2
|
||||||
|
inline double k2() const {
|
||||||
|
return k2_;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* convert intrinsic coordinates xy to image coordinates uv
|
* convert intrinsic coordinates xy to image coordinates uv
|
||||||
* @param p point in intrinsic coordinates
|
* @param p point in intrinsic coordinates
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue