minor updates for doc redirections and tutorial images size
authoralexandre benoit <benoit.alexandre.vision@gmail.com>
Sun, 28 Oct 2012 17:52:04 +0000 (18:52 +0100)
committeralexandre benoit <benoit.alexandre.vision@gmail.com>
Sun, 28 Oct 2012 17:52:04 +0000 (18:52 +0100)
doc/tutorials/contrib/retina_model/images/retina_TreeHdr_retina.jpg
doc/tutorials/contrib/retina_model/images/retina_TreeHdr_small.jpg
modules/contrib/doc/retina/index.rst

index 9f28e20..251557e 100644 (file)
Binary files a/doc/tutorials/contrib/retina_model/images/retina_TreeHdr_retina.jpg and b/doc/tutorials/contrib/retina_model/images/retina_TreeHdr_retina.jpg differ
index b0a2e39..86d9f1e 100644 (file)
Binary files a/doc/tutorials/contrib/retina_model/images/retina_TreeHdr_small.jpg and b/doc/tutorials/contrib/retina_model/images/retina_TreeHdr_small.jpg differ
index 5c9509a..f4f43db 100644 (file)
@@ -14,6 +14,8 @@ Class which provides the main controls to the Gipsa/Listic labs human  retina mo
 
 * periphearal vision for sensitive transient signals detection (motion and events) : the magnocellular pathway.
 
+**NOTE : See the Retina tutorial in the tutorial/contrib section for complementary explanations.**
+
 The retina can be settled up with various parameters, by default, the retina cancels mean luminance and enforces all details of the visual scene. In order to use your own parameters, you can use at least one time the *write(std::string fs)* method which will write a proper XML file with all default parameters. Then, tweak it on your own and reload them at any time using method *setup(std::string fs)*. These methods update a *Retina::RetinaParameters* member structure that is described hereafter. ::
 
   class Retina
@@ -98,7 +100,9 @@ This retina filter code includes the research contributions of phd/research coll
 Demos and experiments !
 =======================
 
-Take a look at the C++ examples provided with OpenCV :
+**NOTE : Complementary to the following examples, have a look at the Retina tutorial in the tutorial/contrib section for complementary explanations.**
+
+Take a look at the provided C++ examples provided with OpenCV :
 
 * **samples/cpp/retinademo.cpp** shows how to use the retina module for details enhancement (Parvo channel output) and transient maps observation (Magno channel output). You can play with images, video sequences and webcam video.
     Typical uses are (provided your OpenCV installation is situated in folder *OpenCVReleaseFolder*)
@@ -122,6 +126,7 @@ Take a look at the C++ examples provided with OpenCV :
 
       Note that some sliders are made available to allow you to play with luminance compression.
 
+
 Methods description
 ===================