File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 6565##
6666# NeutralValue = 0
6767
68+ ##
69+ ## Radius in pixels around each maxima to darken (excluding the maxima pixel itself).
70+ ## Setting this value to zero disables local maxima surrounding pixel suppression.
71+ ##
72+ # PeakSuppresionRadius = 0
73+
74+ ##
75+ ## The factor in which to darken surrounding pixels when using peak suppression.
76+ ## Multiplies neighbors by this factor (e.g., 0.7 = reduce brightness by 30%).
77+ ##
78+ # PeakSuppresionFactor = 0.00
79+
6880##
6981## The activation threshold for blob detection (Range 0 - 255).
7082## If a pixel of the heatmap is larger than this value plus the neutral value, the blob detector
Original file line number Diff line number Diff line change 1+ [Device]
2+ Vendor = 0x045E
3+ Product = 0x0C46
4+
5+ [Contacts]
6+ Neutral = average
7+ NeutralValue = 10
8+ PeakSuppresionRadius = 2
9+ PeakSuppresionFactor = 0.25
10+ ActivationThreshold = 20
11+ DeactivationThreshold = 16
12+ OrientationThresholdMax = 90
You can’t perform that action at this time.
0 commit comments