Module opencv::bioinspired[][src]

Expand description

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

Modules

Structs

retina model parameters structure

Inner Plexiform Layer Magnocellular channel (IplMagno)

Outer Plexiform Layer (OPL) and Inner Plexiform Layer Parvocellular (IplParvo) parameters

parameter structure that stores the transient events detector setup parameters

Constants

standard bayer sampling

color sampling is RGBRGBRGB…, line 2 BRGBRGBRG…, line 3, GBRGBRGBR…

each pixel position is either R, G or B in a random choice

Traits

class which allows the Gipsa/Listic Labs model to be used with OpenCV.

a wrapper class which allows the tone mapping algorithm of Meylan&al(2007) to be used with OpenCV.

retina model parameters structure

class which provides a transient/moving areas segmentation module