-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
=== | ||
|
@@ -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. |