-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathReadme.txt
23 lines (16 loc) · 1.07 KB
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
The Matlab code for Cluster-based Co-saliency Detection
--------------------------------------------------------------------------------
Please cite the following publication if you used or was inspired by this code/work:
Huazhu Fu, Xiaochun Cao, Zhuowen Tu, "Cluster-based Co-saliency Detection",
IEEE Transactions on Image Processing, vol. 22, no. 10, pp. 3766-3778, 2013.
--------------------------------------------------------------------------------
This code is wrote by MATLAB, and it can run under Windows, Unix, Mac.
If you find any bugs, please contact Huazhu Fu ([email protected]).
--------------------------------------------------------------------------------
DEMOS:
1. Demo_Single.m : The demo for Cluster-based Saliency Detection in single image
2. Demo_Cosaliency.m : The demo for Cluster-based Co-saliency Detection in multiple images
--------------------------------------------------------------------------------
Update:
2014.10.1: We re-organized the single/co-saliency function structure.
2014.08.19: We extracted the 'imread()' from the 'GetImVector' function.