diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-23 15:24:15 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-23 15:24:15 +0100 |
commit | 96988d34f573087a4b7359b8358d081ee1f8a5ba (patch) | |
tree | 0249804b667ef7f58023888103490419c9a55794 /tracker-aruco/ftnoir_tracker_aruco.h | |
parent | 8c012e5835d5b4d0500810309b0a8e6d360aad53 (diff) |
tracker/aruco: fix experimental Canny thresholding
Diffstat (limited to 'tracker-aruco/ftnoir_tracker_aruco.h')
-rw-r--r-- | tracker-aruco/ftnoir_tracker_aruco.h | 6 |
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, |