#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <math.h>
#include <QDebug>
#include <QVector>
#include <QThread>
#include <qvcore/qvapplication.h>
#include <qvcameras/qvmplayercamera.h>
#include <qvgui/qvgui.h>
#include <qvgui/qvglcanvas.h>
#include <models3D.h>
Go to the source code of this file.
Defines | |
#define | PI 3.1415926535 |
./corners --URL=<path or url to video>
En mathematica: H = {{h1, h2, h3}, {h4, h5, h6}, {h7, h8, h9}}; Cross[{p, q, 1}, H .{x, y, 1}]
URL | Video source identificator. See dynamic property URL for QVMPlayerCamera. |
Definition in file openGL.cpp.