Commit 035e722f authored by hengli's avatar hengli

Added QVector declaration to avoid build error.

parent 98a5948b
......@@ -2,7 +2,6 @@
#include <cmath>
#include <string.h>
#include <QDebug>
Freenect::Freenect()
: context(NULL)
......
......@@ -6,6 +6,7 @@
#include <QScopedPointer>
#include <QSharedPointer>
#include <QThread>
#include <QVector>
#include <QVector2D>
#include <QVector3D>
......@@ -39,6 +40,7 @@ private:
// distortion parameters
double k[5];
} IntrinsicCameraParameters;
void rectifyPoint(const QVector2D& originalPoint, QVector2D& rectifiedPoint,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment