adding method to get fx & fy (same for Cal3Bundler)
parent
796e15e7bd
commit
6969b942b6
|
|
@ -45,6 +45,16 @@ public:
|
||||||
/// @name Standard Constructors
|
/// @name Standard Constructors
|
||||||
/// @{
|
/// @{
|
||||||
|
|
||||||
|
/// focal length x
|
||||||
|
inline double fx() const {
|
||||||
|
return f_;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// focal length y
|
||||||
|
inline double fy() const {
|
||||||
|
return f_;
|
||||||
|
}
|
||||||
|
|
||||||
/// Default constructor
|
/// Default constructor
|
||||||
Cal3Bundler();
|
Cal3Bundler();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue