Cleaned up some small issues from reviewing PR
parent
9acc602d16
commit
8bbcc2f3d1
|
@ -106,6 +106,7 @@ public:
|
|||
|
||||
|
||||
/**
|
||||
* @brief: convert intrinsic coordinates xy to image coordinates uv
|
||||
* Version of uncalibrate with derivatives
|
||||
* @param p point in intrinsic coordinates
|
||||
* @param Dcal optional 2*3 Jacobian wrpt CalBundler parameters
|
||||
|
|
|
@ -44,7 +44,6 @@ private:
|
|||
|
||||
// Get dimension of calibration type at compile time
|
||||
static const int DimK = traits::dimension<Calibration>::value;
|
||||
typedef Eigen::Matrix<double,2,DimK> JacobianK;
|
||||
|
||||
public:
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include <gtsam/base/numericalDerivative.h>
|
||||
#include <gtsam/geometry/Cal3DS2.h>
|
||||
|
||||
using namespace std;
|
||||
using namespace gtsam;
|
||||
|
||||
GTSAM_CONCEPT_TESTABLE_INST(Cal3DS2)
|
||||
|
|
Loading…
Reference in New Issue