get_data_path     340 modules/calib3d/test/test_cameracalibration.cpp     filepath = cv::format("%scv/cameracalibration/", ts->get_data_path().c_str() );
get_data_path    1387 modules/calib3d/test/test_cameracalibration.cpp         filepath = cv::format("%scv/stereo/case%d/stereo_calib.txt", ts->get_data_path().c_str(), testcase );
get_data_path    1409 modules/calib3d/test/test_cameracalibration.cpp             filepath = cv::format("%scv/stereo/case%d/%s", ts->get_data_path().c_str(), testcase, buf );
get_data_path     188 modules/calib3d/test/test_chesscorners.cpp             folder = string(ts->get_data_path()) + "cv/cameracalibration/";
get_data_path     191 modules/calib3d/test/test_chesscorners.cpp             folder = string(ts->get_data_path()) + "cv/cameracalibration/circles/";
get_data_path     194 modules/calib3d/test/test_chesscorners.cpp             folder = string(ts->get_data_path()) + "cv/cameracalibration/asymmetric_circles/";
get_data_path      78 modules/calib3d/test/test_chesscorners_timing.cpp     filepath = cv::format("%scv/cameracalibration/", ts->get_data_path().c_str() );
get_data_path      58 modules/calib3d/test/test_fisheye.cpp         datasets_repository_path = combine(cvtest::TS::ptr()->get_data_path(), "cv/cameracalibration/fisheye");
get_data_path     639 modules/calib3d/test/test_homography.cpp     Mat img_1 = imread(cvtest::TS::ptr()->get_data_path() + "cv/optflow/image1.png", 0);
get_data_path     640 modules/calib3d/test/test_homography.cpp     Mat img_2 = imread(cvtest::TS::ptr()->get_data_path() + "cv/optflow/image2.png", 0);
get_data_path     401 modules/calib3d/test/test_stereomatching.cpp     string dataPath = ts->get_data_path() + "cv/";
get_data_path     545 modules/core/test/test_io.cpp     std::string patternLena    = cvtest::TS::ptr()->get_data_path() + "lena*.*";
get_data_path     546 modules/core/test/test_io.cpp     std::string patternLenaPng = cvtest::TS::ptr()->get_data_path() + "lena.png";
get_data_path      86 modules/cudabgsegm/test/test_bgsegm.cpp         inputFile = std::string(cvtest::TS::ptr()->get_data_path()) + "video/" + GET_PARAM(1);
get_data_path      58 modules/cudacodec/test/test_video.cpp     const std::string inputFile = std::string(cvtest::TS::ptr()->get_data_path()) + "video/" + GET_PARAM(1);
get_data_path      80 modules/cudacodec/test/test_video.cpp     const std::string inputFile = std::string(cvtest::TS::ptr()->get_data_path()) + "video/" + GET_PARAM(1);
get_data_path     101 modules/cudaimgproc/test/test_mean_shift.cpp         fs.open(std::string(cvtest::TS::ptr()->get_data_path()) + "meanshift/spmap.yaml", cv::FileStorage::READ);
get_data_path     103 modules/cudaimgproc/test/test_mean_shift.cpp         fs.open(std::string(cvtest::TS::ptr()->get_data_path()) + "meanshift/spmap_CC1X.yaml", cv::FileStorage::READ);
get_data_path     166 modules/cudalegacy/test/test_labeling.cpp         return cv::imread(std::string( cvtest::TS::ptr()->get_data_path() ) + "labeling/label.png");
get_data_path      63 modules/cudalegacy/test/test_nvidia.cpp         _path = TS::ptr()->get_data_path().c_str();
get_data_path     160 modules/cudaobjdetect/test/test_objdetect.cpp     f.open((std::string(cvtest::TS::ptr()->get_data_path()) + "hog/expected_output.bin").c_str(), std::ios_base::binary);
get_data_path     290 modules/cudaobjdetect/test/test_objdetect.cpp     std::string classifierXmlPath = std::string(cvtest::TS::ptr()->get_data_path()) + "lbpcascade/lbpcascade_frontalface.xml";
get_data_path     318 modules/cudaobjdetect/test/test_objdetect.cpp     std::string classifierXmlPath = std::string(cvtest::TS::ptr()->get_data_path()) + "lbpcascade/lbpcascade_frontalface.xml";
get_data_path     319 modules/cudaobjdetect/test/test_objdetect.cpp     std::string imagePath = std::string(cvtest::TS::ptr()->get_data_path()) + "lbpcascade/er.png";
get_data_path      87 modules/cudaoptflow/test/test_optflow.cpp     std::string fname(cvtest::TS::ptr()->get_data_path());
get_data_path      63 modules/features2d/test/test_agast.cpp     Mat image1 = imread(string(ts->get_data_path()) + "inpaint/orig.png");
get_data_path      64 modules/features2d/test/test_agast.cpp     Mat image2 = imread(string(ts->get_data_path()) + "cameracalibration/chess9.png");
get_data_path      65 modules/features2d/test/test_agast.cpp     string xml = string(ts->get_data_path()) + format("agast/result%d.xml", type);
get_data_path      62 modules/features2d/test/test_brisk.cpp   Mat image1 = imread(string(ts->get_data_path()) + "inpaint/orig.png");
get_data_path      63 modules/features2d/test/test_brisk.cpp   Mat image2 = imread(string(ts->get_data_path()) + "cameracalibration/chess9.png");
get_data_path     195 modules/features2d/test/test_descriptors_regression.cpp         string imgFilename =  string(ts->get_data_path()) + FEATURES2D_DIR + "/" + IMAGE_FILENAME;
get_data_path     204 modules/features2d/test/test_descriptors_regression.cpp         FileStorage fs( string(ts->get_data_path()) + FEATURES2D_DIR + "/keypoints.xml.gz", FileStorage::READ );
get_data_path     255 modules/features2d/test/test_descriptors_regression.cpp             fs.open( string(ts->get_data_path()) + FEATURES2D_DIR + "/keypoints.xml.gz", FileStorage::WRITE );
get_data_path     289 modules/features2d/test/test_descriptors_regression.cpp         Mat res = readMatFromBin( string(ts->get_data_path()) + DESCRIPTOR_DIR + "/" + string(name) );
get_data_path     295 modules/features2d/test/test_descriptors_regression.cpp         writeMatInBin( descs,  string(ts->get_data_path()) + DESCRIPTOR_DIR + "/" + string(name) );
get_data_path     353 modules/features2d/test/test_descriptors_regression.cpp     string path = string(cvtest::TS::ptr()->get_data_path() + "detectors_descriptors_evaluation/images_datasets/graf");
get_data_path     381 modules/features2d/test/test_descriptors_regression.cpp     const String& pattern = string(cvtest::TS::ptr()->get_data_path() + "shared/*.png");
get_data_path     177 modules/features2d/test/test_detectors_regression.cpp     string imgFilename = string(ts->get_data_path()) + FEATURES2D_DIR + "/" + IMAGE_FILENAME;
get_data_path     178 modules/features2d/test/test_detectors_regression.cpp     string resFilename = string(ts->get_data_path()) + DETECTOR_DIR + "/" + string(name) + ".xml.gz";
get_data_path      63 modules/features2d/test/test_fast.cpp     Mat image1 = imread(string(ts->get_data_path()) + "inpaint/orig.png");
get_data_path      64 modules/features2d/test/test_fast.cpp     Mat image2 = imread(string(ts->get_data_path()) + "cameracalibration/chess9.png");
get_data_path      65 modules/features2d/test/test_fast.cpp     string xml = string(ts->get_data_path()) + format("fast/result%d.xml", type);
get_data_path      66 modules/features2d/test/test_keypoints.cpp         string imgFilename = string(ts->get_data_path()) + FEATURES2D_DIR + "/" + IMAGE_FILENAME;
get_data_path      93 modules/features2d/test/test_mser.cpp     Mat big_image = imread(cvtest::TS::ptr()->get_data_path() + "mser/puzzle.png", 0);
get_data_path      53 modules/features2d/test/test_orb.cpp     Mat image = imread(string(cvtest::TS::ptr()->get_data_path()) + "shared/lena.png");
get_data_path     206 modules/features2d/test/test_rotation_and_scale_invariance.cpp         const string imageFilename = string(ts->get_data_path()) + IMAGE_TSUKUBA;
get_data_path     318 modules/features2d/test/test_rotation_and_scale_invariance.cpp         const string imageFilename = string(ts->get_data_path()) + IMAGE_TSUKUBA;
get_data_path     402 modules/features2d/test/test_rotation_and_scale_invariance.cpp         const string imageFilename = string(ts->get_data_path()) + IMAGE_BIKES;
get_data_path     521 modules/features2d/test/test_rotation_and_scale_invariance.cpp         const string imageFilename = string(ts->get_data_path()) + IMAGE_BIKES;
get_data_path      64 modules/imgcodecs/test/test_drawing.cpp     string path = ts->get_data_path(), filename;
get_data_path     103 modules/imgcodecs/test/test_grfmt.cpp     const string folder = string(cvtest::TS::ptr()->get_data_path()) + "/readwrite/";
get_data_path     124 modules/imgcodecs/test/test_grfmt.cpp     const string folder = string(cvtest::TS::ptr()->get_data_path()) + "/readwrite/";
get_data_path     141 modules/imgcodecs/test/test_grfmt.cpp             Mat img = imread(string(ts->get_data_path()) + "readwrite/read.png");
get_data_path     295 modules/imgcodecs/test/test_grfmt.cpp             Mat rle = imread(string(ts->get_data_path()) + "readwrite/rle8.bmp");
get_data_path     296 modules/imgcodecs/test/test_grfmt.cpp             Mat bmp = imread(string(ts->get_data_path()) + "readwrite/ordinary.bmp");
get_data_path     353 modules/imgcodecs/test/test_grfmt.cpp     string imgName = string(ts.get_data_path()) + "/../cv/shared/lena.png";
get_data_path     381 modules/imgcodecs/test/test_grfmt.cpp             Mat img = imread(string(ts->get_data_path()) + "readwrite/color_palette_alpha.png",-1);
get_data_path     401 modules/imgcodecs/test/test_grfmt.cpp             img = imread(string(ts->get_data_path()) + "readwrite/color_palette_no_alpha.png",-1);
get_data_path     419 modules/imgcodecs/test/test_grfmt.cpp             img = imread(string(ts->get_data_path()) + "readwrite/color_palette_alpha.png",1);
get_data_path     437 modules/imgcodecs/test/test_grfmt.cpp             img = imread(string(ts->get_data_path()) + "readwrite/color_palette_no_alpha.png",1);
get_data_path     477 modules/imgcodecs/test/test_grfmt.cpp     string input = string(ts.get_data_path()) + "../cv/shared/lena.png";
get_data_path     501 modules/imgcodecs/test/test_grfmt.cpp     string input = string(ts.get_data_path()) + "../cv/shared/lena.png";
get_data_path     525 modules/imgcodecs/test/test_grfmt.cpp     string input = string(ts.get_data_path()) + "../cv/shared/lena.png";
get_data_path     651 modules/imgcodecs/test/test_grfmt.cpp             cv::Mat img = imread(string(ts->get_data_path()) + "readwrite/non_tiled.tif",-1);
get_data_path     654 modules/imgcodecs/test/test_grfmt.cpp             cv::Mat tiled8 = imread(string(ts->get_data_path()) + "readwrite/tiled_8.tif", -1);
get_data_path     658 modules/imgcodecs/test/test_grfmt.cpp             cv::Mat tiled16 = imread(string(ts->get_data_path()) + "readwrite/tiled_16.tif", -1);
get_data_path     713 modules/imgcodecs/test/test_grfmt.cpp         const string folder = string(cvtest::TS::ptr()->get_data_path()) + "/readwrite/";
get_data_path     755 modules/imgcodecs/test/test_grfmt.cpp     string input = string(ts.get_data_path()) + "../cv/shared/lena.png";
get_data_path     804 modules/imgcodecs/test/test_grfmt.cpp     std::string input = std::string(ts.get_data_path()) + "../cv/shared/lena.png";
get_data_path     828 modules/imgcodecs/test/test_grfmt.cpp     std::string input = std::string(ts.get_data_path()) + "../cv/shared/lena.png";
get_data_path     853 modules/imgcodecs/test/test_grfmt.cpp     string folder = string(cvtest::TS::ptr()->get_data_path()) + "/readwrite/";
get_data_path    1692 modules/imgproc/test/test_color.cpp     Mat given = imread(string(ts->get_data_path()) + "/cvtcolor/bayer_input.png", IMREAD_GRAYSCALE);
get_data_path    1693 modules/imgproc/test/test_color.cpp     Mat gold = imread(string(ts->get_data_path()) + "/cvtcolor/bayer_gold.png", IMREAD_UNCHANGED);
get_data_path    1714 modules/imgproc/test/test_color.cpp     Mat given = imread(string(ts->get_data_path()) + "/cvtcolor/bayer_input.png", IMREAD_GRAYSCALE);
get_data_path    1715 modules/imgproc/test/test_color.cpp     string goldfname = string(ts->get_data_path()) + "/cvtcolor/bayerVNG_gold.png";
get_data_path    1805 modules/imgproc/test/test_color.cpp     const std::string parent_path = string(ts->get_data_path()) + "/cvtcolor_strict/";
get_data_path    2092 modules/imgproc/test/test_color.cpp     const std::string parent_path = string(ts->get_data_path()) + "/cvtcolor_strict/";
get_data_path    2146 modules/imgproc/test/test_color.cpp     Mat raw = imread(string(ts->get_data_path()) + "/cvtcolor/bayer_input.png", IMREAD_GRAYSCALE);
get_data_path      63 modules/imgproc/test/test_connectedcomponents.cpp     string exp_path = string(ts->get_data_path()) + "connectedcomponents/ccomp_exp.png";
get_data_path      65 modules/imgproc/test/test_connectedcomponents.cpp     Mat orig = imread(string(ts->get_data_path()) + "connectedcomponents/concentric_circles.png", 0);
get_data_path      79 modules/imgproc/test/test_grabcut.cpp     Mat img = imread(string(ts->get_data_path()) + "shared/airplane.png");
get_data_path      80 modules/imgproc/test/test_grabcut.cpp     Mat mask_prob = imread(string(ts->get_data_path()) + "grabcut/mask_prob.png", 0);
get_data_path      81 modules/imgproc/test/test_grabcut.cpp     Mat exp_mask1 = imread(string(ts->get_data_path()) + "grabcut/exp_mask1.png", 0);
get_data_path      82 modules/imgproc/test/test_grabcut.cpp     Mat exp_mask2 = imread(string(ts->get_data_path()) + "grabcut/exp_mask2.png", 0);
get_data_path     105 modules/imgproc/test/test_grabcut.cpp         imwrite(string(ts->get_data_path()) + "grabcut/mask_prob.png", mask_prob);
get_data_path     110 modules/imgproc/test/test_grabcut.cpp         imwrite(string(ts->get_data_path()) + "grabcut/exp_mask1.png", exp_mask1);
get_data_path     129 modules/imgproc/test/test_grabcut.cpp         imwrite(string(ts->get_data_path()) + "grabcut/exp_mask2.png", exp_mask2);
get_data_path     146 modules/imgproc/test/test_grabcut.cpp     Mat image_1 = imread(string(ts.get_data_path()) + "grabcut/image1652.ppm", IMREAD_COLOR);
get_data_path     147 modules/imgproc/test/test_grabcut.cpp     Mat mask_1 = imread(string(ts.get_data_path()) + "grabcut/mask1652.ppm", IMREAD_GRAYSCALE);
get_data_path     145 modules/imgproc/test/test_houghLines.cpp     string filename = cvtest::TS::ptr()->get_data_path() + picture_name;
get_data_path     151 modules/imgproc/test/test_houghLines.cpp         xml = string(cvtest::TS::ptr()->get_data_path()) + "imgproc/HoughLines.xml";
get_data_path     153 modules/imgproc/test/test_houghLines.cpp         xml = string(cvtest::TS::ptr()->get_data_path()) + "imgproc/HoughLinesP.xml";
get_data_path      57 modules/imgproc/test/test_imgproc_umat.cpp         string imgpath = string(ts->get_data_path()) + "shared/lena.png";
get_data_path      63 modules/imgproc/test/test_watershed.cpp     string exp_path = string(ts->get_data_path()) + "watershed/wshed_exp.png";
get_data_path      65 modules/imgproc/test/test_watershed.cpp     Mat orig = imread(string(ts->get_data_path()) + "inpaint/orig.png");
get_data_path      66 modules/imgproc/test/test_watershed.cpp     FileStorage fs(string(ts->get_data_path()) + "watershed/comp.xml", FileStorage::READ);
get_data_path     614 modules/ml/test/test_emknearestkmeans.cpp         string dataFilename = string(ts->get_data_path()) + "spambase.data";
get_data_path     249 modules/ml/test/test_gbttest.cpp     string dataPath = string(ts->get_data_path());
get_data_path      95 modules/ml/test/test_lr.cpp     string dataFileName = ts->get_data_path() + "iris.data";
get_data_path     151 modules/ml/test/test_lr.cpp     string dataFileName = ts->get_data_path() + "iris.data";
get_data_path     249 modules/ml/test/test_mltests2.cpp     string filename = ts->get_data_path();
get_data_path     275 modules/ml/test/test_mltests2.cpp     string dataPath = ts->get_data_path();
get_data_path     189 modules/ml/test/test_save_load.cpp         string filename = ts->get_data_path() + "legacy/" + modelName + suffix;
get_data_path     135 modules/objdetect/test/test_cascadeandhog.cpp         string dataPath = ts->get_data_path();
get_data_path     153 modules/objdetect/test/test_cascadeandhog.cpp     string dataPath = ts->get_data_path();
get_data_path     257 modules/objdetect/test/test_cascadeandhog.cpp     string dataPath = ts->get_data_path(), detectorFilename;
get_data_path     458 modules/objdetect/test/test_cascadeandhog.cpp     string dataPath = ts->get_data_path(), filename;
get_data_path     526 modules/objdetect/test/test_cascadeandhog.cpp     img = imread(cvtest::TS::ptr()->get_data_path() + "/cascadeandhog/images/karen-and-rob.png");
get_data_path    1367 modules/objdetect/test/test_cascadeandhog.cpp     String root = cvtest::TS::ptr()->get_data_path() + "cascadeandhog/cascades/";
get_data_path      63 modules/photo/test/test_cloning.cpp     string folder = string(cvtest::TS::ptr()->get_data_path()) + "cloning/Normal_Cloning/";
get_data_path      94 modules/photo/test/test_cloning.cpp     string folder = string(cvtest::TS::ptr()->get_data_path()) + "cloning/Mixed_Cloning/";
get_data_path     126 modules/photo/test/test_cloning.cpp     string folder = string(cvtest::TS::ptr()->get_data_path()) + "cloning/Monochrome_Transfer/";
get_data_path     158 modules/photo/test/test_cloning.cpp     string folder = string(cvtest::TS::ptr()->get_data_path()) + "cloning/color_change/";
get_data_path     184 modules/photo/test/test_cloning.cpp     string folder = string(cvtest::TS::ptr()->get_data_path()) + "cloning/Illumination_Change/";
get_data_path     208 modules/photo/test/test_cloning.cpp     string folder = string(cvtest::TS::ptr()->get_data_path()) + "cloning/Texture_Flattening/";
get_data_path      54 modules/photo/test/test_decolor.cpp         string folder = string(cvtest::TS::ptr()->get_data_path()) + "decolor/";
get_data_path      80 modules/photo/test/test_denoise_tvl1.cpp     cv::Mat img = cv::imread(cvtest::TS::ptr()->get_data_path() + "shared/lena.png", 0), noisy, res;
get_data_path      61 modules/photo/test/test_denoising.cpp     string folder = string(cvtest::TS::ptr()->get_data_path()) + "denoising/";
get_data_path      81 modules/photo/test/test_denoising.cpp     string folder = string(cvtest::TS::ptr()->get_data_path()) + "denoising/";
get_data_path     102 modules/photo/test/test_denoising.cpp     string folder = string(cvtest::TS::ptr()->get_data_path()) + "denoising/";
get_data_path     127 modules/photo/test/test_denoising.cpp     string folder = string(cvtest::TS::ptr()->get_data_path()) + "denoising/";
get_data_path     162 modules/photo/test/test_denoising.cpp     string imgname = string(cvtest::TS::ptr()->get_data_path()) + "shared/5MP.png";
get_data_path      91 modules/photo/test/test_hdr.cpp     string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr/tonemap/";
get_data_path     131 modules/photo/test/test_hdr.cpp     string folder = string(cvtest::TS::ptr()->get_data_path()) + "shared/";
get_data_path     157 modules/photo/test/test_hdr.cpp     string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr/";
get_data_path     183 modules/photo/test/test_hdr.cpp     string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr/";
get_data_path     206 modules/photo/test/test_hdr.cpp     string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr/";
get_data_path     226 modules/photo/test/test_hdr.cpp     string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr/";
get_data_path     245 modules/photo/test/test_hdr.cpp     string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr/";
get_data_path      65 modules/photo/test/test_inpaint.cpp     string folder = string(ts->get_data_path()) + "inpaint/";
get_data_path      54 modules/photo/test/test_npr.cpp     string folder = string(cvtest::TS::ptr()->get_data_path()) + "npr/";
get_data_path      71 modules/photo/test/test_npr.cpp     string folder = string(cvtest::TS::ptr()->get_data_path()) + "npr/";
get_data_path      89 modules/photo/test/test_npr.cpp     string folder = string(cvtest::TS::ptr()->get_data_path()) + "npr/";
get_data_path     106 modules/photo/test/test_npr.cpp     string folder = string(cvtest::TS::ptr()->get_data_path()) + "npr/";
get_data_path     127 modules/photo/test/test_npr.cpp     string folder = string(cvtest::TS::ptr()->get_data_path()) + "npr/";
get_data_path      67 modules/shape/test/test_shape.cpp                 filename << cvtest::TS::ptr()->get_data_path()
get_data_path      49 modules/stitching/test/test_blenders.cpp     Mat image1 = imread(string(cvtest::TS::ptr()->get_data_path()) + "cv/shared/baboon.png");
get_data_path      50 modules/stitching/test/test_blenders.cpp     Mat image2 = imread(string(cvtest::TS::ptr()->get_data_path()) + "cv/shared/lena.png");
get_data_path      75 modules/stitching/test/test_blenders.cpp     Mat expected = imread(string(cvtest::TS::ptr()->get_data_path()) + "stitching/baboon_lena.png");
get_data_path      53 modules/stitching/test/test_matchers.cpp     Mat img  = imread(string(cvtest::TS::ptr()->get_data_path()) + "cv/shared/lena.png");
get_data_path     220 modules/superres/test/test_superres.cpp     const std::string inputVideoName = cvtest::TS::ptr()->get_data_path() + "car.avi";
get_data_path     122 modules/ts/src/cuda_test.cpp         return imread(TS::ptr()->get_data_path() + fileName, flags);
get_data_path     412 modules/ts/src/cuda_test.cpp         imwrite(TS::ptr()->get_data_path() + fileName, image);
get_data_path     222 modules/ts/src/ocl_test.cpp     return cv::imread(cvtest::TS::ptr()->get_data_path() + fileName, flags);
get_data_path      44 modules/video/test/ocl/test_bgfg_mog2.cpp     string inputFile = string(TS::ptr()->get_data_path()) + "video/768x576.avi";
get_data_path      92 modules/video/test/ocl/test_bgfg_mog2.cpp     string inputFile = string(TS::ptr()->get_data_path()) + "video/768x576.avi";
get_data_path     114 modules/video/test/test_ecc.cpp     Mat img = imread( string(ts->get_data_path()) + "shared/fruits.png", 0);
get_data_path     189 modules/video/test/test_ecc.cpp     Mat img = imread( string(ts->get_data_path()) + "shared/fruits.png", 0);
get_data_path     264 modules/video/test/test_ecc.cpp     Mat img = imread( string(ts->get_data_path()) + "shared/fruits.png", 0);
get_data_path     339 modules/video/test/test_ecc.cpp     Mat img = imread( string(ts->get_data_path()) + "shared/fruits.png", 0);
get_data_path     411 modules/video/test/test_ecc.cpp     Mat img = imread( string(ts->get_data_path()) + "shared/fruits.png", 0);
get_data_path     138 modules/video/test/test_estimaterigid.cpp     Mat testImg = imread( string(ts->get_data_path()) + "shared/graffiti.png", 1);
get_data_path      82 modules/video/test/test_optflowpyrlk.cpp     sprintf( filename, "%soptflow/%s", ts->get_data_path().c_str(), "lk_prev.dat" );
get_data_path      92 modules/video/test/test_optflowpyrlk.cpp     sprintf( filename, "%soptflow/%s", ts->get_data_path().c_str(), "lk_next.dat" );
get_data_path     119 modules/video/test/test_optflowpyrlk.cpp     sprintf( filename, "%soptflow/%s", ts->get_data_path().c_str(), "rock_1.bmp" );
get_data_path     131 modules/video/test/test_optflowpyrlk.cpp     sprintf( filename, "%soptflow/%s", ts->get_data_path().c_str(), "rock_2.bmp" );
get_data_path     218 modules/video/test/test_optflowpyrlk.cpp     std::string path = cvtest::TS::ptr()->get_data_path() + "../cv/shared/lena.png";
get_data_path     146 modules/video/test/test_tvl1optflow.cpp     const string frame1_path = TS::ptr()->get_data_path() + "optflow/RubberWhale1.png";
get_data_path     147 modules/video/test/test_tvl1optflow.cpp     const string frame2_path = TS::ptr()->get_data_path() + "optflow/RubberWhale2.png";
get_data_path     148 modules/video/test/test_tvl1optflow.cpp     const string gold_flow_path = TS::ptr()->get_data_path() + "optflow/tvl1_flow.flo";
get_data_path      63 modules/videoio/test/test_basic_props.cpp     const string src_dir = TS::ptr()->get_data_path();
get_data_path      87 modules/videoio/test/test_basic_props.cpp     const string src_dir = TS::ptr()->get_data_path();
get_data_path     114 modules/videoio/test/test_basic_props.cpp     const string src_dir = TS::ptr()->get_data_path();
get_data_path     137 modules/videoio/test/test_basic_props.cpp     const string src_dir = TS::ptr()->get_data_path();
get_data_path     193 modules/videoio/test/test_ffmpeg.cpp             string filename = ts->get_data_path() + "readwrite/ordinary.bmp";
get_data_path      64 modules/videoio/test/test_framecount.cpp     const string src_dir = ts->get_data_path();
get_data_path     121 modules/videoio/test/test_positioning.cpp     const string& src_dir = ts->get_data_path();
get_data_path     548 modules/videoio/test/test_video_io.cpp     ImageTest(ts->get_data_path());
get_data_path     553 modules/videoio/test/test_video_io.cpp     SpecificImageTest(ts->get_data_path());
get_data_path     563 modules/videoio/test/test_video_io.cpp         VideoTest(ts->get_data_path(), fmt);
get_data_path     574 modules/videoio/test/test_video_io.cpp         SpecificVideoTest(ts->get_data_path(), fmt);
get_data_path      87 modules/viz/test/test_precomp.hpp         return Path::combine(cvtest::TS::ptr()->get_data_path(), "dragon.ply");
get_data_path     182 modules/viz/test/tests_simple.cpp     Mat lena = imread(Path::combine(cvtest::TS::ptr()->get_data_path(), "lena.png"));
get_data_path     316 modules/viz/test/tests_simple.cpp     Mat lena = imread(Path::combine(cvtest::TS::ptr()->get_data_path(), "lena.png"));
get_data_path     339 modules/viz/test/tests_simple.cpp     Mat lena = imread(Path::combine(cvtest::TS::ptr()->get_data_path(), "lena.png"));
get_data_path     372 modules/viz/test/tests_simple.cpp     Mat lena = imread(Path::combine(cvtest::TS::ptr()->get_data_path(), "lena.png"));
get_data_path     385 modules/viz/test/tests_simple.cpp     Mat lena = imread(Path::combine(cvtest::TS::ptr()->get_data_path(), "lena.png"));