Biologically inspired vision models and derivated tools#
Detailed Description#
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.
bioinspired_retina
Classes#
Name |
Description |
|---|---|
|
class which allows the Gipsa/Listic Labs model to be used with OpenCV. View details |
a wrapper class which allows the tone mapping algorithm of Meylan&al(2007) to be used with OpenCV. View details |
|
retina model parameters structure View details |
|
parameter structure that stores the transient events detector setup parameters View details |
|
class which provides a transient/moving areas segmentation module View details |
Enumerations#
Enumeration Type Documentation#
enum#
#include <opencv2/bioinspired/retina.hpp>
Enumerator:
|
each pixel position is either R, G or B in a random choice |
|
color sampling is RGBRGBRGB…, line 2 BRGBRGBRG…, line 3, GBRGBRGBR… |
|
standard bayer sampling |