![]() |
University of Murcia ![]() |
examples/rotoscoper/rotoscoper.cpp File ReferenceComposes component tree image filtering and canny operator for making animation like images from real images. More...
Go to the source code of this file. Detailed DescriptionComposes component tree image filtering and canny operator for making animation like images from real images.
About the rotoscoper.This example program performs image filtering over a video input, mixing component tree pruning and canny operator filtering, to get rotoscoped-like effect over the frames of a real image input video:
![]() The program is designed using three different blocks, that share thread safe data and synchronize themselves, so all of them iterate one time over each input frame. Here is the data flow scheme for these blocks:
![]() UsageOnce installed the QVision, compile using the qmake and make tools: # qmake; make
./rotoscoper --URL=<source video identifier string>
./rotoscoper --URL=http://perception.inf.um.es/public_data/videos/misc/minuto.avi
Definition in file rotoscoper.cpp. |