0.2.5 • Published 8 years ago

gmr-saliency v0.2.5

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
8 years ago

GMR Saliency Map Build Status

saliency map examples

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.

This implementation was written originally by Chuan Yang ycscience86@gmail.com (3-clause BSD license) and uses an also open source SLIC implementation written by Vilson Vieira/The Grid vilson@thegrid.io.

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

  • OpenCV

Using

In a NodeJS environment:

npm install
grunt
./build/Release foo.png

With common C++ compiler:

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.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.18

8 years ago

0.1.17

8 years ago

0.1.16

8 years ago

0.1.15

8 years ago

0.1.14

8 years ago

0.1.13

8 years ago

0.1.12

9 years ago

0.1.11

9 years ago

0.1.9

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago