PARP Research Group |
Universidad de Murcia ![]() |
examples/fastLaplace/fastLaplace.cpp File ReferenceDoes inpaint reconstruction over artificialy damaged frames from a video input source. More... #include <stdio.h>#include <stdlib.h>#include <iostream>#include <QDebug>#include <qvip.h>#include <qvipp.h>#include <QVApplication>#include <QVVideoReaderBlock>#include <QVDefaultGUI>#include <QVImageCanvas>Go to the source code of this file. Detailed DescriptionDoes inpaint reconstruction over artificialy damaged frames from a video input source. This program will artifically corrupt the input images of a video sequence with a binary mask image and reconstruct them using an image inpainting algorithm implemented in the IPP library. UsageSimply compile, and execute the binary: ./inpaint --URL=<uri for input video> --Mask=<mask image file name>
Definition in file fastLaplace.cpp. |