OpenCV  3.1.0
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cv::bioinspired::SegmentationParameters Struct Reference

parameter structure that stores the transient events detector setup parameters More...

#include "transientareassegmentationmodule.hpp"

Public Member Functions

 SegmentationParameters ()
 

Public Attributes

float contextEnergy_spatialConstant
 
float 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 More...
 
float 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 More...
 
float 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 More...
 
float neighborhoodEnergy_spatialConstant
 
float neighborhoodEnergy_temporalConstant
 local neighborhood energy filtering parameters : the aim is to get information about the energy neighborhood to perform a center surround energy analysis More...
 
float thresholdOFF
 
float thresholdON
 

Detailed Description

parameter structure that stores the transient events detector setup parameters

Constructor & Destructor Documentation

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

Member Data Documentation

float cv::bioinspired::SegmentationParameters::contextEnergy_spatialConstant
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

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

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

float cv::bioinspired::SegmentationParameters::neighborhoodEnergy_spatialConstant
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

float cv::bioinspired::SegmentationParameters::thresholdOFF
float cv::bioinspired::SegmentationParameters::thresholdON

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