[][src]Module opencv::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

Structs

RetinaParameters

retina model parameters structure

RetinaParameters_IplMagnoParameters

Inner Plexiform Layer Magnocellular channel (IplMagno)

RetinaParameters_OPLandIplParvoParameters

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

SegmentationParameters

parameter structure that stores the transient events detector setup parameters

Constants

RETINA_COLOR_BAYER

standard bayer sampling

RETINA_COLOR_DIAGONAL

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

RETINA_COLOR_RANDOM

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

Traits

Retina

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

RetinaFastToneMapping

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

TransientAreasSegmentationModule

class which provides a transient/moving areas segmentation module