Struct cv::bioinspired::SegmentationParameters#

parameter structure that stores the transient events detector setup parameters

Collaboration diagram for cv::bioinspired::SegmentationParameters:

cv::bioinspired::SegmentationParameters Node1 cv::bioinspired::Segmentation Parameters   + SegmentationParameters() Node2 float     Node2->Node1 +contextEnergy_spatialConstant +contextEnergy_temporalConstant +localEnergy_spatialConstant +localEnergy_temporalConstant +neighborhoodEnergy_spatialConstant +neighborhoodEnergy_temporalConstant +thresholdOFF +thresholdON

cv::bioinspired::SegmentationParameters Node1 cv::bioinspired::Segmentation Parameters   + SegmentationParameters() Node2 float     Node2->Node1 +contextEnergy_spatialConstant +contextEnergy_temporalConstant +localEnergy_spatialConstant +localEnergy_temporalConstant +neighborhoodEnergy_spatialConstant +neighborhoodEnergy_temporalConstant +thresholdOFF +thresholdON

Detailed Description#

parameter structure that stores the transient events detector setup parameters

Constructor & Destructor Documentation#

SegmentationParameters()#

cv::bioinspired::SegmentationParameters::SegmentationParameters()

Member Data Documentation#

contextEnergy_spatialConstant#

float cv::bioinspired::SegmentationParameters::contextEnergy_spatialConstant

contextEnergy_temporalConstant#

float cv::bioinspired::SegmentationParameters::contextEnergy_temporalConstant

context neighborhood energy filtering parameters : the aim is to get information about the energy on a wide neighborhood area to filtered out local effects

localEnergy_spatialConstant#

float cv::bioinspired::SegmentationParameters::localEnergy_spatialConstant

the spatial constant of the first order low pass filter, use it to cut high spatial frequencies (noise or thick contours), unit is pixels, typical value is 5 pixel

localEnergy_temporalConstant#

float cv::bioinspired::SegmentationParameters::localEnergy_temporalConstant

the time constant of the first order low pass filter, use it to cut high temporal frequencies (noise or fast motion), unit is frames, typical value is 0.5 frame

neighborhoodEnergy_spatialConstant#

float cv::bioinspired::SegmentationParameters::neighborhoodEnergy_spatialConstant

neighborhoodEnergy_temporalConstant#

float cv::bioinspired::SegmentationParameters::neighborhoodEnergy_temporalConstant

local neighborhood energy filtering parameters : the aim is to get information about the energy neighborhood to perform a center surround energy analysis

thresholdOFF#

float cv::bioinspired::SegmentationParameters::thresholdOFF

thresholdON#

float cv::bioinspired::SegmentationParameters::thresholdON

Source file#

The documentation for this struct was generated from the following file: