HeatMapPainter
FILTER
|
| |
| |
creates a heatmap overlay for eyegazes features in a video stream |
| |
| |
+ |
influencradius
|
INT
|
1
|
'30'
|
LOCK
|
the radius around a pixel which will be also influenced if the pixel is triggered
|
| |
+ |
opacity
|
FLOAT
|
1
|
'0.05000'
|
LOCK
|
the opacity of the heatmap overlay
|
| |
+ |
minimudisplaypercentage
|
FLOAT
|
1
|
'0.05000'
|
LOCK
|
if a density is less then value * maximal density it will not be displayed
|
| |
+ |
horizontalregions
|
INT
|
1
|
'1'
|
LOCK
|
specifying the total number of horizontal areas for decreasing the density-values over time. image-width/value should be an integer
|
| |
+ |
verticalregions
|
INT
|
1
|
'1'
|
LOCK
|
specifying the total number of vertical areas for decreasing the density-values over time. image-height/value should be an integer
|
| |
+ |
smoothen
|
BOOL
|
1
|
'false'
|
LOCK
|
applying a filter to smoothen the image. can lead to massive performance drop
|
| |
+ |
filterrepetions
|
INT
|
1
|
'0'
|
LOCK
|
specifies the number of the times the smoothening-filter will be applied. higher means smoother image and highter performancecosts
|
| |
+ |
decreaseovertime
|
BOOL
|
1
|
'false'
|
LOCK
|
density of untouched areas will decrease over time if set to true
|
| |
+ |
decreasetick
|
FLOAT
|
1
|
'2.00000'
|
LOCK
|
if an area has no change in density it will decrease it values every tick in seconds
|
| |
+ |
decreasefactor
|
FLOAT
|
1
|
'0.50000'
|
LOCK
|
specifies the factor for decreasing areas without activity each tick
|
| |