Lines Matching refs:combine
58 …datasets_repository_path = combine(cvtest::TS::ptr()->get_data_path(), "cv/cameracalibration/fishe… in SetUp()
62 std::string combine(const std::string& _item1, const std::string& _item2);
105 …std::string file = combine(datasets_repository_path, "/calib-3_stereo_from_JY/left/stereo_pair_014… in TEST_F()
112 cv::Mat correct = cv::imread(combine(datasets_repository_path, "new_f_100.png")); in TEST_F()
114 CV_Assert(cv::imwrite(combine(datasets_repository_path, "new_f_100.png"), undistorted)); in TEST_F()
122 cv::Mat correct = cv::imread(combine(datasets_repository_path, "balance_1.0.png")); in TEST_F()
124 … CV_Assert(cv::imwrite(combine(datasets_repository_path, "balance_1.0.png"), undistorted)); in TEST_F()
133 cv::Mat correct = cv::imread(combine(datasets_repository_path, "balance_0.0.png")); in TEST_F()
135 … CV_Assert(cv::imwrite(combine(datasets_repository_path, "balance_0.0.png"), undistorted)); in TEST_F()
243 const std::string folder =combine(datasets_repository_path, "calib-3_stereo_from_JY"); in TEST_F()
244 cv::FileStorage fs_left(combine(folder, "left.xml"), cv::FileStorage::READ); in TEST_F()
250 cv::FileStorage fs_object(combine(folder, "object.xml"), cv::FileStorage::READ); in TEST_F()
278 const std::string folder =combine(datasets_repository_path, "calib-3_stereo_from_JY"); in TEST_F()
279 cv::FileStorage fs_left(combine(folder, "left.xml"), cv::FileStorage::READ); in TEST_F()
285 cv::FileStorage fs_object(combine(folder, "object.xml"), cv::FileStorage::READ); in TEST_F()
339 const std::string folder =combine(datasets_repository_path, "calib-3_stereo_from_JY"); in TEST_F()
340 cv::FileStorage fs_left(combine(folder, "left.xml"), cv::FileStorage::READ); in TEST_F()
346 cv::FileStorage fs_object(combine(folder, "object.xml"), cv::FileStorage::READ); in TEST_F()
395 const std::string folder =combine(datasets_repository_path, "calib-3_stereo_from_JY"); in TEST_F()
415 cv::VideoCapture lcap(combine(folder, "left/stereo_pair_%03d.jpg")), in TEST_F()
416 rcap(combine(folder, "right/stereo_pair_%03d.jpg")); in TEST_F()
433 …cv::Mat correct = cv::imread(combine(datasets_repository_path, cv::format("rectification_AB_%03d.p… in TEST_F()
436 …cv::imwrite(combine(datasets_repository_path, cv::format("rectification_AB_%03d.png", i)), rectifi… in TEST_F()
446 const std::string folder =combine(datasets_repository_path, "calib-3_stereo_from_JY"); in TEST_F()
452 cv::FileStorage fs_left(combine(folder, "left.xml"), cv::FileStorage::READ); in TEST_F()
458 cv::FileStorage fs_right(combine(folder, "right.xml"), cv::FileStorage::READ); in TEST_F()
464 cv::FileStorage fs_object(combine(folder, "object.xml"), cv::FileStorage::READ); in TEST_F()
514 const std::string folder =combine(datasets_repository_path, "calib-3_stereo_from_JY"); in TEST_F()
520 cv::FileStorage fs_left(combine(folder, "left.xml"), cv::FileStorage::READ); in TEST_F()
526 cv::FileStorage fs_right(combine(folder, "right.xml"), cv::FileStorage::READ); in TEST_F()
532 cv::FileStorage fs_object(combine(folder, "object.xml"), cv::FileStorage::READ); in TEST_F()
589 std::string fisheyeTest::combine(const std::string& _item1, const std::string& _item2) in combine() function in fisheyeTest