Home
last modified time | relevance | path

Searched refs:getDataPath (Results 1 – 25 of 42) sorted by relevance

12

/external/opencv3/modules/stitching/perf/opencl/
Dperf_stitch.cpp33 _imgs.push_back( imread( getDataPath("stitching/a1.png") ) ); in OCL_PERF_TEST_P()
34 _imgs.push_back( imread( getDataPath("stitching/a2.png") ) ); in OCL_PERF_TEST_P()
35 _imgs.push_back( imread( getDataPath("stitching/a3.png") ) ); in OCL_PERF_TEST_P()
72 imgs.push_back( imread( getDataPath("stitching/b1.png") ) ); in OCL_PERF_TEST_P()
73 imgs.push_back( imread( getDataPath("stitching/b2.png") ) ); in OCL_PERF_TEST_P()
109 _imgs.push_back( imread( getDataPath("stitching/boat1.jpg") ) ); in OCL_PERF_TEST_P()
110 _imgs.push_back( imread( getDataPath("stitching/boat2.jpg") ) ); in OCL_PERF_TEST_P()
111 _imgs.push_back( imread( getDataPath("stitching/boat3.jpg") ) ); in OCL_PERF_TEST_P()
112 _imgs.push_back( imread( getDataPath("stitching/boat4.jpg") ) ); in OCL_PERF_TEST_P()
113 _imgs.push_back( imread( getDataPath("stitching/boat5.jpg") ) ); in OCL_PERF_TEST_P()
[all …]
/external/opencv3/modules/stitching/perf/
Dperf_stich.cpp32 imgs.push_back( imread( getDataPath("stitching/a1.png") ) ); in PERF_TEST_P()
33 imgs.push_back( imread( getDataPath("stitching/a2.png") ) ); in PERF_TEST_P()
34 imgs.push_back( imread( getDataPath("stitching/a3.png") ) ); in PERF_TEST_P()
70 imgs.push_back( imread( getDataPath("stitching/b1.png") ) ); in PERF_TEST_P()
71 imgs.push_back( imread( getDataPath("stitching/b2.png") ) ); in PERF_TEST_P()
105 Mat img1, img1_full = imread( getDataPath("stitching/b1.png") ); in PERF_TEST_P()
106 Mat img2, img2_full = imread( getDataPath("stitching/b2.png") ); in PERF_TEST_P()
158 Mat img1, img1_full = imread( getDataPath("stitching/b1.png") );
159 Mat img2, img2_full = imread( getDataPath("stitching/b2.png") );
/external/opencv3/modules/objdetect/perf/opencl/
Dperf_cascades.cpp32 CascadeClassifier cc( getDataPath(cascadePath) );
34 FAIL() << "Can't load cascade file: " << getDataPath(cascadePath);
36 Mat img = imread(getDataPath(imagePath), IMREAD_GRAYSCALE);
38 FAIL() << "Can't load source image: " << getDataPath(imagePath);
Dperf_hogdetect.cpp76 imread(getDataPath("gpu/hog/road.png"), cv::IMREAD_GRAYSCALE).copyTo(src); in OCL_PERF_TEST()
/external/opencv3/modules/photo/perf/opencl/
Dperf_denoising.cpp18 …Mat _original = imread(getDataPath("cv/denoising/lena_noised_gaussian_sigma=10.png"), IMREAD_GRAYS… in OCL_PERF_TEST()
34 Mat _original = imread(getDataPath("cv/denoising/lena_noised_gaussian_sigma=10.png")); in OCL_PERF_TEST()
57 tmp = imread(getDataPath(original_path), IMREAD_GRAYSCALE); in OCL_PERF_TEST()
80 tmp = imread(getDataPath(original_path), IMREAD_COLOR); in OCL_PERF_TEST()
/external/opencv3/modules/cudaobjdetect/perf/
Dperf_objdetect.cpp111 cv::cuda::CascadeClassifier::create(perf::TestBase::getDataPath(GetParam().second));
127 …ASSERT_TRUE(cascade.load(perf::TestBase::getDataPath("gpu/perf/haarcascade_frontalface_alt.xml")));
149 cv::cuda::CascadeClassifier::create(perf::TestBase::getDataPath(GetParam().second));
165 …ASSERT_TRUE(cascade.load(perf::TestBase::getDataPath("gpu/lbpcascade/lbpcascade_frontalface.xml"))…
/external/opencv3/modules/features2d/perf/
Dperf_orb.cpp17 string filename = getDataPath(GetParam()); in PERF_TEST_P()
36 string filename = getDataPath(GetParam()); in PERF_TEST_P()
59 string filename = getDataPath(GetParam()); in PERF_TEST_P()
Dperf_fast.cpp24 string filename = getDataPath(get<0>(GetParam())); in PERF_TEST_P()
/external/opencv3/modules/features2d/perf/opencl/
Dperf_orb.cpp15 string filename = getDataPath(GetParam()); in OCL_PERF_TEST_P()
36 string filename = getDataPath(GetParam()); in OCL_PERF_TEST_P()
61 string filename = getDataPath(GetParam()); in OCL_PERF_TEST_P()
Dperf_fast.cpp24 string filename = getDataPath(get<0>(GetParam())); in OCL_PERF_TEST_P()
/external/opencv3/modules/imgproc/perf/
Dperf_corners.cpp24 string filename = getDataPath(get<0>(GetParam()));
52 string filename = getDataPath(get<0>(GetParam()));
79 string filename = getDataPath(get<0>(GetParam()));
Dperf_houghLines.cpp23 string filename = getDataPath(get<0>(GetParam()));
/external/opencv3/modules/video/perf/
Dperf_tvl1optflow.cpp18 Mat frame1 = imread(getDataPath(GetParam().first), IMREAD_GRAYSCALE);
19 Mat frame2 = imread(getDataPath(GetParam().second), IMREAD_GRAYSCALE);
Dperf_optflowpyrlk.cpp40 string filename1 = getDataPath(cv::format(get<0>(GetParam()).c_str(), get<1>(GetParam())));
41 string filename2 = getDataPath(cv::format(get<0>(GetParam()).c_str(), get<1>(GetParam()) + 1));
113 string filename1 = getDataPath(cv::format(get<0>(GetParam()).c_str(), get<1>(GetParam())));
114 string filename2 = getDataPath(cv::format(get<0>(GetParam()).c_str(), get<1>(GetParam()) + 1));
194 string filename = getDataPath(get<0>(GetParam()));
/external/opencv3/modules/calib3d/perf/opencl/
Dperf_stereobm.cpp59 imread(getDataPath("gpu/stereobm/aloe-L.png"), IMREAD_GRAYSCALE).copyTo(left);
60 imread(getDataPath("gpu/stereobm/aloe-R.png"), IMREAD_GRAYSCALE).copyTo(right);
/external/opencv3/modules/video/perf/opencl/
Dperf_optflow_pyrlk.cpp67 Mat frame0 = imread(getDataPath("gpu/opticalflow/rubberwhale1.png"), cv::IMREAD_GRAYSCALE);
70 Mat frame1 = imread(getDataPath("gpu/opticalflow/rubberwhale2.png"), cv::IMREAD_GRAYSCALE);
Dperf_optflow_dualTVL1.cpp69 Mat frame0 = imread(getDataPath("cv/optflow/RubberWhale1.png"), cv::IMREAD_GRAYSCALE);
72 Mat frame1 = imread(getDataPath("cv/optflow/RubberWhale2.png"), cv::IMREAD_GRAYSCALE);
Dperf_optflow_farneback.cpp74 Mat frame0 = imread(getDataPath("gpu/opticalflow/rubberwhale1.png"), cv::IMREAD_GRAYSCALE);
77 Mat frame1 = imread(getDataPath("gpu/opticalflow/rubberwhale2.png"), cv::IMREAD_GRAYSCALE);
Dperf_bgfg_mog2.cpp59 const string inputFile = getDataPath(get<0>(params));
89 const string inputFile = getDataPath(get<0>(params));
/external/opencv3/modules/cudacodec/perf/
Dperf_video.cpp74 const string inputFile = perf::TestBase::getDataPath(GetParam());
110 const string inputFile = perf::TestBase::getDataPath(GetParam());
/external/opencv3/modules/cudalegacy/perf/
Dperf_bgsegm.cpp80 const string inputFile = perf::TestBase::getDataPath(GetParam());
150 const std::string inputFile = perf::TestBase::getDataPath(GET_PARAM(0));
/external/opencv3/modules/cudabgsegm/perf/
Dperf_bgsegm.cpp76 const string inputFile = perf::TestBase::getDataPath(GET_PARAM(0));
180 const string inputFile = perf::TestBase::getDataPath(GET_PARAM(0));
333 const string inputFile = perf::TestBase::getDataPath(GET_PARAM(0));
/external/opencv3/modules/videoio/perf/
Dperf_input.cpp30 string filename = getDataPath(GetParam());
Dperf_output.cpp23 string filename = getDataPath(get<0>(GetParam()));
/external/opencv3/modules/imgproc/perf/opencl/
Dperf_gftt.cpp69 Mat img = imread(getDataPath(fileName), cv::IMREAD_GRAYSCALE);

12