Skip to content

Commit d3febe7

Browse files
author
dafnevk
committed
Updated readme file
1 parent 5c9f127 commit d3febe7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This folder contains a Python implementation of the Salient Region Detector cod
55

66
The original MATLAB implementation can be found at [this repository](https://github.com/NLeSC/SalientDetector-matlab)
77

8+
Documentation can be found on [Read the Docs](http://salientdetector-python.readthedocs.io/).
9+
810
The repository contains the following sub-folders:
911

1012
## Notebooks
@@ -39,7 +41,7 @@ To perform tests:
3941
`nosetests test`
4042

4143
# Getting started
42-
The source code documentation can be found [here](http://nlesc.github.io/SalientDetector-python/)
44+
The source code documentation can be found [here](http://salientdetector-python.readthedocs.io/)
4345

4446
This code makes heavily use of the OpenCV library, so in order to understand how the code works, it helps to have a look at the [OpenCV Documentation](http://docs.opencv.org/3.1.0/).
4547

@@ -60,4 +62,4 @@ We use numpy-style code documentation.
6062
# References
6163
Ranguelova, E.B. - Pauwels, E.J.
6264
Morphology-based Stable Salient Regions Detector
63-
Proceedings of International Conference on Image and Vision Computing New Zealand 2006 , Great Barrier Island, New Zealand, p.97–102
65+
Proceedings of International Conference on Image and Vision Computing New Zealand 2006 , Great Barrier Island, New Zealand, p.97–102

0 commit comments

Comments
 (0)