PARP Research Group University of Murcia, Spain


examples/OpenCV/delaunay/delaunay.cpp File Reference

Calibrates intrinsic and extrinsic parameters for camera. More...

#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <math.h>
#include <QDebug>
#include <QThread>
#include <QVApplication>
#include <QVMPlayerCamera>
#include <QVDefaultGUI>
#include <QVImageCanvas>
#include <QVPolylineF>
#include <QVHarrisPointDetector>
#include <qvio.h>
#include <qvip.h>

Go to the source code of this file.


Detailed Description

Calibrates intrinsic and extrinsic parameters for camera.

This application detects a set of feature points on each frame of the input video sequence, and shows the corresponding Delaunay triangulation on an image canvas.

An example plot of that triangulation can be seen in the following image:

opencv-delaunay.png

This application uses OpenCV functionallity to obtain the triangulation.

Usage of the program.

Once compiled, the program should be used with this command line:
        ./delaunay --URL=<path or url to video>

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

Definition in file delaunay.cpp.




QVision framework. PARP research group, copyright 2007, 2008.