Fixed cv::norm accuracy test allowed error

pull/13383/head
Andrey Kamaev 14 years ago
parent 209aaac95c
commit ce81868ba4
  1. 6
      modules/core/test/test_arithm.cpp

@ -1246,11 +1246,7 @@ struct NormOp : public BaseElemWiseOp
}
double getMaxErr(int)
{
#ifdef HAVE_TEGRA_OPTIMIZATION
return 2e-6;
#else
return 1e-6;
#endif
return 1e-6;
}
int normType;
};

Loading…
Cancel
Save