1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #249 from taka-no-me:tvl1_max_rmse

This commit is contained in:
Andrey Kamaev
2012-12-21 23:05:43 +04:00
committed by OpenCV Buildbot
+1 -1
View File
@@ -140,7 +140,7 @@ namespace
TEST(Video_calcOpticalFlowDual_TVL1, Regression)
{
const double MAX_RMSE = 0.01;
const double MAX_RMSE = 0.02;
const string frame1_path = TS::ptr()->get_data_path() + "optflow/RubberWhale1.png";
const string frame2_path = TS::ptr()->get_data_path() + "optflow/RubberWhale2.png";