Saliency2013

September 14, 2016 ยท View on GitHub

Salient Object Detection in Hyperspectral Imagery

Introduction

This repository contains the source code of the algorithm described in a ICIP paper, Salient Object Detection in Hyperspectral Imagery. More details can be found in the paper. This package has been tested using Matlab 2013a on a 64-bit Windows machine. This code is for research purposes only.

Citing

If you find this code useful in your research, please consider citing: @inproceedings{Liang2013, author = {Liang, Jie and Zhou, Jun and Bai, Xiao and Qian, Yuntao}, booktitle = {2013 IEEE International Conference on Image Processing}, month = {sep}, pages = {2393--2397}, publisher = {IEEE}, title = {{Salient object detection in hyperspectral imagery}}, url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=6738493}, year = {2013} }

Installing

Download code: git clone https://github.com/liangjiecn/Saliency2013.

Download hyperspectral images: http://personalpages.manchester.ac.uk/staff/david.foster/Hyperspectral_images_of_natural_scenes_02.html

Add the folder of code to the working directory in Matlab.

Run Demo.m

Feedback

If you have any issues (question, feedback) or find bugs in the code, please contact liangjiecn@outlook.com.