Skip to content

Commit

Permalink
Add instructions to make compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
automata committed Apr 28, 2015
1 parent ce43667 commit 0e7cedb
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,27 @@ SLIC implementation by Vilson Vieira <[email protected]>.
The code is tested on MacOS X 10.9.5 with GNU C++ Compiler, using OpenCV 2.4.9.
**************************************************************************

Using
Depencencies
===

- OpenCV

Using
===

In a NodeJS environment:

```
npm install
grunt
./build/Release foo.png
```

With common C++ compiler:

```
make
./gmr-saliency foo.png
```


0 comments on commit 0e7cedb

Please sign in to comment.