You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** This class is based on image processing tools of the author and already used within the Retina class (this is the same code as method retina::applyFastToneMapping, but in an independent class, it is ligth from a memory requirement point of view). It implements an adaptation of the efficient tone mapping algorithm propose by David Alleyson, Sabine Susstruck and Laurence Meylan's work, please cite:
![Retina processing on RGB image sequence : example from http://changedetection.net/ (baseline/PETS2006). Parvo enforces static signals but smooths moving persons since they do not remain static from its point of view. Magno channel highligths moving persons, observe the energy mapping on the one on top, partly behind a dark glass.](images/VideoDemo_RGB_PETS2006.jpg)
** This class is based on image processing tools of the author and already used within the Retina class (this is the same code as method retina::applyFastToneMapping, but in an independent class, it is ligth from a memory requirement point of view). It implements an adaptation of the efficient tone mapping algorithm propose by David Alleyson, Sabine Susstruck and Laurence Meylan's work, please cite:
The text was updated successfully, but these errors were encountered:
I found 3 typos in the repository:
ligth
->light
opencv_contrib/modules/bioinspired/src/retinafasttonemapping.cpp
Line 24 in a0516f5
highligths
->highlights
opencv_contrib/modules/bioinspired/doc/retina.markdown
Line 123 in a0516f5
ligth
->light
opencv_contrib/modules/bioinspired/include/opencv2/bioinspired/retinafasttonemapping.hpp
Line 27 in a0516f5
The text was updated successfully, but these errors were encountered: