Skip to content

Commit

Permalink
Better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
automata committed Jun 16, 2015
1 parent 7586c53 commit c810524
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
GMR Saliency Map [![Build Status](https://secure.travis-ci.org/the-grid/gmr-saliency.png?branch=master)](http://travis-ci.org/the-grid/gmr-saliency)
===

The c++ code is for paper "Saliency Detection via Graph-Based Manifold Ranking" by Chuan Yang, Lihe Zhang, Huchuan Lu, Xiang Ruan and Ming-Hsuan Yang. To appear in Proceedings of IEEE Conference on Computer Vision and Pattern Recognition (CVPR 2013), Portland, June, 2013.
written by Chuan Yang
Email: [email protected]
![saliency map examples](http://i.imgur.com/HtFpSQJ.png)

Ported to MacOS X (and hopefully other Unix OS's) by Vilson Vieira <[email protected]>.
C++ implementation for paper "Saliency Detection via Graph-Based Manifold Ranking" by Chuan Yang, Lihe Zhang, Huchuan Lu, Xiang Ruan and Ming-Hsuan Yang. To appear in Proceedings of IEEE Conference on Computer Vision and Pattern Recognition (CVPR 2013), Portland, June, 2013.

SLIC implementation by Vilson Vieira <[email protected]>.
This implementation was written originally by Chuan Yang
<[email protected]> (3-clause BSD license) and uses an also open
source SLIC implementation written by Vilson Vieira/The Grid
<[email protected]>.

***************************************************************************
The code is tested on MacOS X 10.9.5 with GNU C++ Compiler, using OpenCV 2.4.9.
**************************************************************************
It was ported and tested on MacOS X 10.9.5 and Ubuntu Linux 14.04
using GNU C++ Compiler and OpenCV 2.4.9..

Depencencies
===
Expand All @@ -36,4 +36,6 @@ make
./gmr-saliency foo.png
```


You can also import `gmr-saliency` into your NoFlo project and use the
`GetSaliency` component to extract saliency maps from JPG/PNG image
files or canvas while in browser.

0 comments on commit c810524

Please sign in to comment.