parameter structure that stores the transient events detector setup parameters
More...
#include <opencv2/bioinspired/transientareassegmentationmodule.hpp>
parameter structure that stores the transient events detector setup parameters
| cv::bioinspired::SegmentationParameters::SegmentationParameters |
( |
| ) |
|
|
inline |
| 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: