Go to the source code of this file.
Classes | |
class | MyWorker |
Functions | |
int | main (int argc, char *argv[]) |
This example lets the user to play with the ROI selector of the QVImageCanvas widget, marking the selected region in the output image with a dark square in the image canvas.
You must specify a valid input video source to execute the application. Then, clicking on the ROI selector button:
You can select a ROI that will be painted darker in the output image by the application.
# qmake; make
./roroscoper --URL=<source video identifier string>
./roroscoper --URL=http://perception.inf.um.es/public_data/videos/misc/minuto.avi
Definition in file canvasInteract.cpp.