summaryrefslogtreecommitdiffhomepage
path: root/tracker-aruco/ftnoir_tracker_aruco.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-01-23 15:24:15 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-01-23 15:24:15 +0100
commit96988d34f573087a4b7359b8358d081ee1f8a5ba (patch)
tree0249804b667ef7f58023888103490419c9a55794 /tracker-aruco/ftnoir_tracker_aruco.h
parent8c012e5835d5b4d0500810309b0a8e6d360aad53 (diff)
tracker/aruco: fix experimental Canny thresholding
Diffstat (limited to 'tracker-aruco/ftnoir_tracker_aruco.h')
-rw-r--r--tracker-aruco/ftnoir_tracker_aruco.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tracker-aruco/ftnoir_tracker_aruco.h b/tracker-aruco/ftnoir_tracker_aruco.h
index f25d3314..3a98e9d1 100644
--- a/tracker-aruco/ftnoir_tracker_aruco.h
+++ b/tracker-aruco/ftnoir_tracker_aruco.h
@@ -133,9 +133,9 @@ private:
static constexpr inline const int adaptive_sizes[] =
{
#if defined USE_EXPERIMENTAL_CANNY
- 3,
- 5,
- 7,
+ 10,
+ 30,
+ 80,
#else
7,
9,