PARP Research Group Universidad de Murcia


examples/ltmser/ltmser.cpp File Reference

Obtains the MSER (linear time MSER) from input video frames. More...

Go to the source code of this file.


Detailed Description

Obtains 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.

Usage

Once 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:

LTMSER-penguin.png

See section QVMPlayerURLFormat for further info about the format and types of source video identifier strings.

Definition in file ltmser.cpp.




QVision framework. PARP research group. Copyright © 2007, 2008, 2009, 2010, 2011.