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

calib: mark some multiview tests verylong

This commit is contained in:
Maksim Shabunin
2024-10-07 15:37:59 +03:00
parent ff9820ea5c
commit a97c99e49f
@@ -333,6 +333,7 @@ TEST_F(MultiViewTest, OneLine)
TEST_F(MultiViewTest, OneLineInitialGuess)
{
applyTestTag(CV_TEST_TAG_VERYLONG);
const string root = cvtest::TS::ptr()->get_data_path() + "cv/cameracalibration/multiview/3cams-one-line/";
const std::vector<std::string> cam_names = {"cam_0", "cam_1", "cam_3"};
const std::vector<cv::Size> image_sizes = {{1920, 1080}, {1920, 1080}, {1920, 1080} };
@@ -438,6 +439,7 @@ TEST_F(MultiViewTest, OneLineInitialGuess)
TEST_F(MultiViewTest, CamsToFloor)
{
applyTestTag(CV_TEST_TAG_VERYLONG);
const string root = cvtest::TS::ptr()->get_data_path() + "cv/cameracalibration/multiview/3cams-to-floor/";
const std::vector<std::string> cam_names = {"cam_0", "cam_1", "cam_2"};
std::vector<cv::Size> image_sizes = {{1920, 1080}, {1920, 1080}, {1280, 720}};