getDataPath        59 modules/calib3d/perf/opencl/perf_stereobm.cpp     imread(getDataPath("gpu/stereobm/aloe-L.png"), IMREAD_GRAYSCALE).copyTo(left);
getDataPath        60 modules/calib3d/perf/opencl/perf_stereobm.cpp     imread(getDataPath("gpu/stereobm/aloe-R.png"), IMREAD_GRAYSCALE).copyTo(right);
getDataPath        25 modules/calib3d/perf/perf_cicrlesGrid.cpp     string filename = getDataPath(get<0>(GetParam()));
getDataPath        76 modules/cudabgsegm/perf/perf_bgsegm.cpp     const string inputFile = perf::TestBase::getDataPath(GET_PARAM(0));
getDataPath       180 modules/cudabgsegm/perf/perf_bgsegm.cpp     const string inputFile = perf::TestBase::getDataPath(GET_PARAM(0));
getDataPath       333 modules/cudabgsegm/perf/perf_bgsegm.cpp     const string inputFile = perf::TestBase::getDataPath(GET_PARAM(0));
getDataPath        74 modules/cudacodec/perf/perf_video.cpp     const string inputFile = perf::TestBase::getDataPath(GetParam());
getDataPath       110 modules/cudacodec/perf/perf_video.cpp     const string inputFile = perf::TestBase::getDataPath(GetParam());
getDataPath       137 modules/cudaimgproc/perf/perf_hough.cpp     const std::string fileName = getDataPath(GetParam());
getDataPath        80 modules/cudalegacy/perf/perf_bgsegm.cpp     const string inputFile = perf::TestBase::getDataPath(GetParam());
getDataPath       150 modules/cudalegacy/perf/perf_bgsegm.cpp     const std::string inputFile = perf::TestBase::getDataPath(GET_PARAM(0));
getDataPath       111 modules/cudaobjdetect/perf/perf_objdetect.cpp                 cv::cuda::CascadeClassifier::create(perf::TestBase::getDataPath(GetParam().second));
getDataPath       127 modules/cudaobjdetect/perf/perf_objdetect.cpp         ASSERT_TRUE(cascade.load(perf::TestBase::getDataPath("gpu/perf/haarcascade_frontalface_alt.xml")));
getDataPath       149 modules/cudaobjdetect/perf/perf_objdetect.cpp                 cv::cuda::CascadeClassifier::create(perf::TestBase::getDataPath(GetParam().second));
getDataPath       165 modules/cudaobjdetect/perf/perf_objdetect.cpp         ASSERT_TRUE(cascade.load(perf::TestBase::getDataPath("gpu/lbpcascade/lbpcascade_frontalface.xml")));
getDataPath        24 modules/features2d/perf/opencl/perf_fast.cpp     string filename = getDataPath(get<0>(GetParam()));
getDataPath        15 modules/features2d/perf/opencl/perf_orb.cpp     string filename = getDataPath(GetParam());
getDataPath        36 modules/features2d/perf/opencl/perf_orb.cpp     string filename = getDataPath(GetParam());
getDataPath        61 modules/features2d/perf/opencl/perf_orb.cpp     string filename = getDataPath(GetParam());
getDataPath        26 modules/features2d/perf/perf_agast.cpp     string filename = getDataPath(get<0>(GetParam()));
getDataPath        24 modules/features2d/perf/perf_fast.cpp     string filename = getDataPath(get<0>(GetParam()));
getDataPath        17 modules/features2d/perf/perf_orb.cpp     string filename = getDataPath(GetParam());
getDataPath        36 modules/features2d/perf/perf_orb.cpp     string filename = getDataPath(GetParam());
getDataPath        59 modules/features2d/perf/perf_orb.cpp     string filename = getDataPath(GetParam());
getDataPath        69 modules/imgproc/perf/opencl/perf_gftt.cpp     Mat img = imread(getDataPath(fileName), cv::IMREAD_GRAYSCALE);
getDataPath        76 modules/imgproc/perf/opencl/perf_houghLines.cpp     Mat image = imread(getDataPath(filename), IMREAD_GRAYSCALE);
getDataPath       311 modules/imgproc/perf/opencl/perf_imgproc.cpp     Mat _img = imread(getDataPath("gpu/stereobm/aloe-L.png"), cv::IMREAD_GRAYSCALE);
getDataPath        21 modules/imgproc/perf/perf_canny.cpp     string filename = getDataPath(get<0>(GetParam()));
getDataPath        24 modules/imgproc/perf/perf_corners.cpp     string filename = getDataPath(get<0>(GetParam()));
getDataPath        52 modules/imgproc/perf/perf_corners.cpp     string filename = getDataPath(get<0>(GetParam()));
getDataPath        79 modules/imgproc/perf/perf_corners.cpp     string filename = getDataPath(get<0>(GetParam()));
getDataPath        51 modules/imgproc/perf/perf_filter2d.cpp     string fileName = getDataPath(get<0>(GetParam()));
getDataPath        30 modules/imgproc/perf/perf_floodfill.cpp     string filename = getDataPath(get<0>(GetParam()));
getDataPath        22 modules/imgproc/perf/perf_goodFeaturesToTrack.cpp     string filename = getDataPath(get<0>(GetParam()));
getDataPath        23 modules/imgproc/perf/perf_houghLines.cpp     string filename = getDataPath(get<0>(GetParam()));
getDataPath        32 modules/objdetect/perf/opencl/perf_cascades.cpp     CascadeClassifier cc( getDataPath(cascadePath) );
getDataPath        34 modules/objdetect/perf/opencl/perf_cascades.cpp         FAIL() << "Can't load cascade file: " << getDataPath(cascadePath);
getDataPath        36 modules/objdetect/perf/opencl/perf_cascades.cpp     Mat img = imread(getDataPath(imagePath), IMREAD_GRAYSCALE);
getDataPath        38 modules/objdetect/perf/opencl/perf_cascades.cpp         FAIL() << "Can't load source image: " << getDataPath(imagePath);
getDataPath        76 modules/objdetect/perf/opencl/perf_hogdetect.cpp     imread(getDataPath("gpu/hog/road.png"), cv::IMREAD_GRAYSCALE).copyTo(src);
getDataPath        18 modules/photo/perf/opencl/perf_denoising.cpp     Mat _original = imread(getDataPath("cv/denoising/lena_noised_gaussian_sigma=10.png"), IMREAD_GRAYSCALE);
getDataPath        34 modules/photo/perf/opencl/perf_denoising.cpp     Mat _original = imread(getDataPath("cv/denoising/lena_noised_gaussian_sigma=10.png"));
getDataPath        57 modules/photo/perf/opencl/perf_denoising.cpp         tmp = imread(getDataPath(original_path), IMREAD_GRAYSCALE);
getDataPath        80 modules/photo/perf/opencl/perf_denoising.cpp         tmp = imread(getDataPath(original_path), IMREAD_COLOR);
getDataPath        21 modules/photo/perf/perf_inpaint.cpp     Mat src = imread(getDataPath("gpu/hog/road.png"));
getDataPath        33 modules/stitching/perf/opencl/perf_stitch.cpp     _imgs.push_back( imread( getDataPath("stitching/a1.png") ) );
getDataPath        34 modules/stitching/perf/opencl/perf_stitch.cpp     _imgs.push_back( imread( getDataPath("stitching/a2.png") ) );
getDataPath        35 modules/stitching/perf/opencl/perf_stitch.cpp     _imgs.push_back( imread( getDataPath("stitching/a3.png") ) );
getDataPath        72 modules/stitching/perf/opencl/perf_stitch.cpp     imgs.push_back( imread( getDataPath("stitching/b1.png") ) );
getDataPath        73 modules/stitching/perf/opencl/perf_stitch.cpp     imgs.push_back( imread( getDataPath("stitching/b2.png") ) );
getDataPath       109 modules/stitching/perf/opencl/perf_stitch.cpp     _imgs.push_back( imread( getDataPath("stitching/boat1.jpg") ) );
getDataPath       110 modules/stitching/perf/opencl/perf_stitch.cpp     _imgs.push_back( imread( getDataPath("stitching/boat2.jpg") ) );
getDataPath       111 modules/stitching/perf/opencl/perf_stitch.cpp     _imgs.push_back( imread( getDataPath("stitching/boat3.jpg") ) );
getDataPath       112 modules/stitching/perf/opencl/perf_stitch.cpp     _imgs.push_back( imread( getDataPath("stitching/boat4.jpg") ) );
getDataPath       113 modules/stitching/perf/opencl/perf_stitch.cpp     _imgs.push_back( imread( getDataPath("stitching/boat5.jpg") ) );
getDataPath       114 modules/stitching/perf/opencl/perf_stitch.cpp     _imgs.push_back( imread( getDataPath("stitching/boat6.jpg") ) );
getDataPath        32 modules/stitching/perf/perf_stich.cpp     imgs.push_back( imread( getDataPath("stitching/a1.png") ) );
getDataPath        33 modules/stitching/perf/perf_stich.cpp     imgs.push_back( imread( getDataPath("stitching/a2.png") ) );
getDataPath        34 modules/stitching/perf/perf_stich.cpp     imgs.push_back( imread( getDataPath("stitching/a3.png") ) );
getDataPath        70 modules/stitching/perf/perf_stich.cpp     imgs.push_back( imread( getDataPath("stitching/b1.png") ) );
getDataPath        71 modules/stitching/perf/perf_stich.cpp     imgs.push_back( imread( getDataPath("stitching/b2.png") ) );
getDataPath       105 modules/stitching/perf/perf_stich.cpp     Mat img1, img1_full = imread( getDataPath("stitching/b1.png") );
getDataPath       106 modules/stitching/perf/perf_stich.cpp     Mat img2, img2_full = imread( getDataPath("stitching/b2.png") );
getDataPath       158 modules/stitching/perf/perf_stich.cpp     Mat img1, img1_full = imread( getDataPath("stitching/b1.png") );
getDataPath       159 modules/stitching/perf/perf_stich.cpp     Mat img2, img2_full = imread( getDataPath("stitching/b2.png") );
getDataPath       366 modules/ts/include/opencv2/ts/ts_perf.hpp     static std::string getDataPath(const std::string& relativePath);
getDataPath        54 modules/ts/src/cuda_perf.cpp         return imread(perf::TestBase::getDataPath(fileName), flags);
getDataPath        59 modules/video/perf/opencl/perf_bgfg_mog2.cpp     const string inputFile = getDataPath(get<0>(params));
getDataPath        89 modules/video/perf/opencl/perf_bgfg_mog2.cpp     const string inputFile = getDataPath(get<0>(params));
getDataPath        69 modules/video/perf/opencl/perf_optflow_dualTVL1.cpp         Mat frame0 = imread(getDataPath("cv/optflow/RubberWhale1.png"), cv::IMREAD_GRAYSCALE);
getDataPath        72 modules/video/perf/opencl/perf_optflow_dualTVL1.cpp         Mat frame1 = imread(getDataPath("cv/optflow/RubberWhale2.png"), cv::IMREAD_GRAYSCALE);
getDataPath        74 modules/video/perf/opencl/perf_optflow_farneback.cpp     Mat frame0 = imread(getDataPath("gpu/opticalflow/rubberwhale1.png"), cv::IMREAD_GRAYSCALE);
getDataPath        77 modules/video/perf/opencl/perf_optflow_farneback.cpp     Mat frame1 = imread(getDataPath("gpu/opticalflow/rubberwhale2.png"), cv::IMREAD_GRAYSCALE);
getDataPath        67 modules/video/perf/opencl/perf_optflow_pyrlk.cpp     Mat frame0 = imread(getDataPath("gpu/opticalflow/rubberwhale1.png"), cv::IMREAD_GRAYSCALE);
getDataPath        70 modules/video/perf/opencl/perf_optflow_pyrlk.cpp     Mat frame1 = imread(getDataPath("gpu/opticalflow/rubberwhale2.png"), cv::IMREAD_GRAYSCALE);
getDataPath        20 modules/video/perf/perf_ecc.cpp     Mat img = imread(getDataPath("cv/shared/fruits_ecc.png"),0);
getDataPath        40 modules/video/perf/perf_optflowpyrlk.cpp     string filename1 = getDataPath(cv::format(get<0>(GetParam()).c_str(), get<1>(GetParam())));
getDataPath        41 modules/video/perf/perf_optflowpyrlk.cpp     string filename2 = getDataPath(cv::format(get<0>(GetParam()).c_str(), get<1>(GetParam()) + 1));
getDataPath       113 modules/video/perf/perf_optflowpyrlk.cpp     string filename1 = getDataPath(cv::format(get<0>(GetParam()).c_str(), get<1>(GetParam())));
getDataPath       114 modules/video/perf/perf_optflowpyrlk.cpp     string filename2 = getDataPath(cv::format(get<0>(GetParam()).c_str(), get<1>(GetParam()) + 1));
getDataPath       194 modules/video/perf/perf_optflowpyrlk.cpp     string filename = getDataPath(get<0>(GetParam()));
getDataPath        18 modules/video/perf/perf_tvl1optflow.cpp     Mat frame1 = imread(getDataPath(GetParam().first), IMREAD_GRAYSCALE);
getDataPath        19 modules/video/perf/perf_tvl1optflow.cpp     Mat frame2 = imread(getDataPath(GetParam().second), IMREAD_GRAYSCALE);
getDataPath        30 modules/videoio/perf/perf_input.cpp   string filename = getDataPath(GetParam());
getDataPath        23 modules/videoio/perf/perf_output.cpp   string filename = getDataPath(get<0>(GetParam()));