examples/openGL/openGL.cpp File Reference

Obtains Harris corners from the frames of a video input source. More...

#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


Detailed Description

Obtains Harris corners from the frames of a video input source.

Todo:
Detailed description should follow.

Usage

Once compiled, the program should be used with this command line:
        ./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}]

Parameters:
URL Video source identificator. See dynamic property URL for QVMPlayerCamera.
Author:
PARP Research Group. University of Murcia, Spain.

Definition in file openGL.cpp.


Generated on Thu Mar 13 19:18:16 2008 for QVision by  doxygen 1.5.3