Merge pull request #3290 from asmorkalov:android_disable_fisheye.rectify_for_tegra
This commit is contained in:
commit
5bd18155be
@ -385,7 +385,11 @@ TEST_F(fisheyeTest, EtimateUncertainties)
|
|||||||
CV_Assert(errors.alpha == 0);
|
CV_Assert(errors.alpha == 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef HAVE_TEGRA_OPTIMIZATION
|
||||||
|
TEST_F(fisheyeTest, DISABLED_rectify)
|
||||||
|
#else
|
||||||
TEST_F(fisheyeTest, rectify)
|
TEST_F(fisheyeTest, rectify)
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
const std::string folder =combine(datasets_repository_path, "calib-3_stereo_from_JY");
|
const std::string folder =combine(datasets_repository_path, "calib-3_stereo_from_JY");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user