From 1938853fd7b5889f0381a6ad120f877b649d4887 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 16 Jul 2016 23:49:48 +0200 Subject: tracker/pt: don't scale down auto threshold value Also, make the slider signify the max point radius (hence squaring). --- tracker-pt/point_extractor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tracker-pt/point_extractor.h') diff --git a/tracker-pt/point_extractor.h b/tracker-pt/point_extractor.h index 67b2b8ea..52b4cb32 100644 --- a/tracker-pt/point_extractor.h +++ b/tracker-pt/point_extractor.h @@ -1,4 +1,5 @@ /* Copyright (c) 2012 Patrick Ruoff + * Copyright (c) 2015-2016 Stanislaw Halik * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -29,7 +30,6 @@ public: settings_pt s; private: static constexpr double pi = 3.14159265359; - static constexpr int hist_c = 1; std::vector points; QMutex mtx; -- cgit v1.2.3