Merge pull request #26267 from mshabunin:fix-long-mv-test

calib: mark some multiview tests verylong
This commit is contained in:
Alexander Smorkalov 2024-10-07 17:08:27 +03:00 committed by GitHub
commit ebc39adbe0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}};