diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-02 14:48:19 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-02 14:48:34 +0200 |
commit | 6dd3c13390a69add2c92fb5d69a5ab8367b12e9a (patch) | |
tree | 8f339c2ceb033df412517f54997159b6808bb8ab /ftnoir_tracker_pt/FTNoIR_PT_Controls.ui | |
parent | 4a2f89042595a5caefc1ee286b6ddca8e7714adc (diff) |
pt: add histogram-based thresholding
Otsu-based thresholding doesn't work in normal lighting
conditions.
Sponsored-by: TrackHat
Diffstat (limited to 'ftnoir_tracker_pt/FTNoIR_PT_Controls.ui')
-rw-r--r-- | ftnoir_tracker_pt/FTNoIR_PT_Controls.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftnoir_tracker_pt/FTNoIR_PT_Controls.ui b/ftnoir_tracker_pt/FTNoIR_PT_Controls.ui index 32dcdef1..acdbda78 100644 --- a/ftnoir_tracker_pt/FTNoIR_PT_Controls.ui +++ b/ftnoir_tracker_pt/FTNoIR_PT_Controls.ui @@ -9,8 +9,8 @@ <rect> <x>0</x> <y>0</y> - <width>419</width> - <height>575</height> + <width>424</width> + <height>579</height> </rect> </property> <property name="sizePolicy"> @@ -390,7 +390,7 @@ <item row="0" column="1"> <widget class="QCheckBox" name="auto_threshold"> <property name="text"> - <string>Enable, ignore slider</string> + <string>Enable, slider sets point size</string> </property> </widget> </item> |