Skip to content
forked from cclz123/PR2018

source code of paper "Low-Rank Analysis Guided Adaptive Learning for Video Saliency Detection"

Notifications You must be signed in to change notification settings

DengPingFan/PR2018

 
 

Repository files navigation

The source code of our manuscript submitted to Pattern Recognition: 
'Low-Rank Analysis Guided Adaptive Learning for Video Saliency Detection'

Requirement:
1.Visual Studio 2010 x86 enviroument
2.CUDA v6.5+
3.Matlab 2012a
4.Video sequences should be added to the '.\sequences\' directory accordingly.

The default installation path of CUDA is: "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v6.5\lib\x64\",
and the default installation path of VisualStudio is: "E:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin".
The readers should change the CUDA path and VisualStudio path in '.\cuda\compile.m' file accordingly.

Also, the matlab path of '.\cuda\*.cu' files should also be changed accordingly
(e.g., the default matlab path is "E:\Program Files\MATLAB\R2012b\extern\include\mex.h").

How to run:
>> Demo
    

About

source code of paper "Low-Rank Analysis Guided Adaptive Learning for Video Saliency Detection"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 44.0%
  • C++ 35.8%
  • C 11.1%
  • Cuda 9.0%
  • Other 0.1%