PARP Research Group | Universidad de Murcia |
examples/ltmser/ltmser.cpp File ReferenceObtains the MSER (linear time MSER) from input video frames. More... Go to the source code of this file. Detailed DescriptionObtains the MSER (linear time MSER) from input video frames. This program obtains MSER regions from input video frames, using the linear time MSER algorithm by Nister and Stewanius ("Linear Time Maximally Stable Extremal Regions", ECCV 2008), as implemented by Eduardo Iniesta Soto (einiesta@ditec.um.es) and adapted for the QVision library. 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: ./ltmser --URL=<source video identifier string> --RealTime=true For example: ./ltmser --URL=/home/user/video.avi --RealTime=true
The application shows on an image canvas the MSER features detected at the most recent input frame from the video sequence: See section QVMPlayerURLFormat for further info about the format and types of source video identifier strings. Definition in file ltmser.cpp. |