Pass segmentation parameters to adjust current segmentation instance setup
obj.setupParameters('OptionName',optionValue, ...)
Options
- ThresholdON default 100
- ThresholdOFF default 100
- LocalEnergyTemporalConstant 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. default 0.5
- LocalEnergySpatialConstant 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. default 5
- NeighborhoodEnergyTemporalConstant local neighborhood
energy filtering parameters: the aim is to get information
about the energy neighborhood to perform a center surround
energy analysis. default 1
- NeighborhoodEnergySpatialConstant see
NeighborhoodEnergyTemporalConstant
. default 15
- ContextEnergyTemporalConstant context neighborhood energy
filtering parameters: the aim is to get information about the
energy on a wide neighborhood area to filtered out local
effects. default 1
- ContextEnergySpatialConstant see
ContextEnergyTemporalConstant
. default 75
Sets new parameter structure that stores the transient events
detector setup parameters.