mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 05:06:29 +08:00
minor updates for doc redirections and tutorial images size
This commit is contained in:
parent
4e58fd645c
commit
a0c92265db
Binary file not shown.
Before Width: | Height: | Size: 190 KiB After Width: | Height: | Size: 147 KiB |
Binary file not shown.
Before Width: | Height: | Size: 214 KiB After Width: | Height: | Size: 163 KiB |
@ -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
|
||||
===================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user