Test fisheye.rectify disabled for Tegra.

This commit is contained in:
Alexander Smorkalov 2014-09-30 14:34:00 +04:00
parent 45a1063c4a
commit 71c4e96e17

View File

@ -385,7 +385,11 @@ TEST_F(fisheyeTest, EtimateUncertainties)
CV_Assert(errors.alpha == 0);
}
#ifdef HAVE_TEGRA_OPTIMIZATION
TEST_F(fisheyeTest, DISABLED_rectify)
#else
TEST_F(fisheyeTest, rectify)
#endif
{
const std::string folder =combine(datasets_repository_path, "calib-3_stereo_from_JY");