PARP Research Group | Universidad de Murcia |
examples/OpenCV/delaunay/delaunay.cpp File ReferenceObtains the Delaunay triangulation for a set of points. More... #include <stdio.h> #include <stdlib.h> #include <iostream> #include <math.h> #include <QDebug> #include <QThread> #include <QVApplication> #include <QVVideoReaderBlock> #include <QVDefaultGUI> #include <QVImageCanvas> #include <QVPolylineF> #include <QVHarrisPointDetector> #include <qvip.h> #include <qvimageio.h> Go to the source code of this file. Detailed DescriptionObtains the Delaunay triangulation for a set of points. 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: This application uses OpenCV functionality to obtain the triangulation. UsageOnce compiled, the program should be used with this command line: ./delaunay --URL=<path or url to video>
Definition in file delaunay.cpp. |