123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- /*M
- #ifndef __OPENCV_BIOINSPIRED_HPP__
- #define __OPENCV_BIOINSPIRED_HPP__
- #include "opencv2/core.hpp"
- #include "opencv2/bioinspired/retina.hpp"
- #include "opencv2/bioinspired/retinafasttonemapping.hpp"
- #include "opencv2/bioinspired/transientareassegmentationmodule.hpp"
- /** @defgroup bioinspired Biologically inspired vision models and derivated tools
- The module provides biological visual systems models (human visual system and others). It also
- provides derivated objects that take advantage of those bio-inspired models.
- @ref bioinspired_retina
- */
- #endif
|