PARP Research Group | Universidad de Murcia |
examples/features/features.cpp File ReferenceObtains several image features from input video frames. More... Go to the source code of this file. Detailed DescriptionObtains several image features from input video frames. This application different blocks which obtain four different image features, depicting on four respective image canvas the resulting features. These obtained image features are:
UsageOnce QVision has been correctly installed in your system, compile using the qmake and make tools: # qmake; make
Execute the application with the following line: ./features --URL=<source video identifier string> --RealTime=true For example: ./features --URL=http://perception.inf.um.es/public_data/videos/misc/minuto.avi --RealTime=true
See section QVMPlayerURLFormat for further info about the format and types of source video identifier strings. Definition in file features.cpp. |