This page contains software and instructions for Space-Time Saliency[1].
The code is divided into two parts: Part 1 is hosted on Microsoft's website, containing the core implementation of the space-time saliency method; Part 2 is hosted on GitHub, containing the auxiliary files (including library, toolbox, a video and a demo) to use this code. You need to download both parts and unzip them in the same folder (eg, ./sal).
1
2
3
4
5
|
>> cd sal
>> ls
make.m addPath.m demoSal.m README.md
data core src lib tool
>> make
>> addPath
>> demoSal
|
data: | This folder contains a video sequence as example. |
core: | This folder contains the main implementation of the space-time saliency algorithm. |
src: | This folder contains a wrapper of the space-time saliency for any video input. |
lib: | This folder contains some necessary library functions. |
tool: | This folder contains some 3rd party toolboxes. |
make.m: | Matlab makefile for C++ code. |
addPath.m: | Adds the sub-directories into the path of Matlab. |
demoSal.m: | A demo file for generating and visualizing the saliency for a video input. |
This software is free for use in research projects. If you publish results obtained using this software, please use this citation:
Contributing back bug fixes and improvements is polite and encouraged. If you have any question, feel free to contact Feng Zhou.