Skip to content

Commit 179a7b1

Browse files
committed
Relax more testGenericTracker-edge-scanline
1 parent 6ebc865 commit 179a7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/tracker/mbt/test/generic-with-dataset/testGenericTracker.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ bool run(const std::string &input_directory, bool opt_click_allowed, bool opt_di
382382
#endif
383383
#else
384384
map_thresh[vpMbGenericTracker::EDGE_TRACKER] =
385-
useScanline ? std::pair<double, double>(0.015, 2.5) : std::pair<double, double>(0.009, 4.0);
385+
useScanline ? std::pair<double, double>(0.015, 3.0) : std::pair<double, double>(0.009, 4.0);
386386
#if defined(VISP_HAVE_MODULE_KLT) && defined(VISP_HAVE_OPENCV) && defined(HAVE_OPENCV_IMGPROC) && defined(HAVE_OPENCV_VIDEO)
387387
map_thresh[vpMbGenericTracker::KLT_TRACKER] =
388388
useScanline ? std::pair<double, double>(0.006, 1.7) : std::pair<double, double>(0.005, 1.4);

0 commit comments

Comments
 (0)