#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <QDebug>
#include <QVApplication>
#include <QVMPlayerCamera>
#include <QVGUI>
#include <QVImageCanvas>
#include <qvip/qvipp/qvipp.h>
Go to the source code of this file.
This program will receive a path or url to a video file, and then will show the reconstruction of every frame of that video, previously eliminating a fixed set of pixels from it. The file mask.gif contains a grayscale image, where pixels with a value different from zero will be erased from every frame of the given video. Those frames are later reconstructed with inpainting functionality of the QVIPP package, before being shown to the user.
./inpaint --URL=<uri for input video> --Mask=<mask image file name>
URL | Video source identificator. See dynamic property URL for QVMPlayerCamera. | |
Mask | Name for the image mask file. |
Definition in file inpaint.cpp.