1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-21 06:11:09 +08:00

tests: refactor test files

This commit is contained in:
Alexander Alekhin
2018-02-02 14:19:58 +03:00
parent 7e6ae5ce84
commit edfdf12c31
177 changed files with 983 additions and 2308 deletions

View File

@@ -35,9 +35,7 @@
#include "test_precomp.hpp"
using namespace cv;
using namespace cv::sfm;
using namespace std;
namespace opencv_test { namespace {
/* Check projection errors */
static void
@@ -94,3 +92,5 @@ TEST(Sfm_reconstruct, twoViewProjectiveOutliers)
}
#endif /* CERES_FOUND */
}} // namespace