[][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
RETINA_COLOR_DIAGONAL
RETINA_COLOR_RANDOM

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