Skip to content

Commit

Permalink
Fix testGenericTracker-edge-scanline test on Fedora25 when scanline a…
Browse files Browse the repository at this point in the history
…nd Coin3D is enabled
  • Loading branch information
fspindle committed Feb 14, 2024
1 parent 55d8b26 commit 26854a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ bool run(const std::string &input_directory, bool opt_click_allowed, bool opt_di
// Take the highest thresholds between all CI machines
#ifdef VISP_HAVE_COIN3D
map_thresh[vpMbGenericTracker::EDGE_TRACKER] =
useScanline ? std::pair<double, double>(0.005, 3.9) : std::pair<double, double>(0.007, 3.9);
useScanline ? std::pair<double, double>(0.005, 5.) : std::pair<double, double>(0.007, 3.9);
#if defined(VISP_HAVE_MODULE_KLT) && defined(VISP_HAVE_OPENCV) && defined(HAVE_OPENCV_IMGPROC) && defined(HAVE_OPENCV_VIDEO)
map_thresh[vpMbGenericTracker::KLT_TRACKER] =
useScanline ? std::pair<double, double>(0.007, 1.9) : std::pair<double, double>(0.007, 1.8);
Expand Down

0 comments on commit 26854a5

Please sign in to comment.