/external/opencv3/modules/stitching/perf/opencl/ |
D | perf_stitch.cpp | 33 _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/ |
D | perf_stich.cpp | 32 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/ |
D | perf_cascades.cpp | 32 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);
|
D | perf_hogdetect.cpp | 76 imread(getDataPath("gpu/hog/road.png"), cv::IMREAD_GRAYSCALE).copyTo(src); in OCL_PERF_TEST()
|
/external/opencv3/modules/photo/perf/opencl/ |
D | perf_denoising.cpp | 18 …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/ |
D | perf_objdetect.cpp | 111 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/ |
D | perf_orb.cpp | 17 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()
|
D | perf_fast.cpp | 24 string filename = getDataPath(get<0>(GetParam())); in PERF_TEST_P()
|
/external/opencv3/modules/features2d/perf/opencl/ |
D | perf_orb.cpp | 15 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()
|
D | perf_fast.cpp | 24 string filename = getDataPath(get<0>(GetParam())); in OCL_PERF_TEST_P()
|
/external/opencv3/modules/imgproc/perf/ |
D | perf_corners.cpp | 24 string filename = getDataPath(get<0>(GetParam())); 52 string filename = getDataPath(get<0>(GetParam())); 79 string filename = getDataPath(get<0>(GetParam()));
|
D | perf_houghLines.cpp | 23 string filename = getDataPath(get<0>(GetParam()));
|
/external/opencv3/modules/video/perf/ |
D | perf_tvl1optflow.cpp | 18 Mat frame1 = imread(getDataPath(GetParam().first), IMREAD_GRAYSCALE); 19 Mat frame2 = imread(getDataPath(GetParam().second), IMREAD_GRAYSCALE);
|
D | perf_optflowpyrlk.cpp | 40 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/ |
D | perf_stereobm.cpp | 59 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/ |
D | perf_optflow_pyrlk.cpp | 67 Mat frame0 = imread(getDataPath("gpu/opticalflow/rubberwhale1.png"), cv::IMREAD_GRAYSCALE); 70 Mat frame1 = imread(getDataPath("gpu/opticalflow/rubberwhale2.png"), cv::IMREAD_GRAYSCALE);
|
D | perf_optflow_dualTVL1.cpp | 69 Mat frame0 = imread(getDataPath("cv/optflow/RubberWhale1.png"), cv::IMREAD_GRAYSCALE); 72 Mat frame1 = imread(getDataPath("cv/optflow/RubberWhale2.png"), cv::IMREAD_GRAYSCALE);
|
D | perf_optflow_farneback.cpp | 74 Mat frame0 = imread(getDataPath("gpu/opticalflow/rubberwhale1.png"), cv::IMREAD_GRAYSCALE); 77 Mat frame1 = imread(getDataPath("gpu/opticalflow/rubberwhale2.png"), cv::IMREAD_GRAYSCALE);
|
D | perf_bgfg_mog2.cpp | 59 const string inputFile = getDataPath(get<0>(params)); 89 const string inputFile = getDataPath(get<0>(params));
|
/external/opencv3/modules/cudacodec/perf/ |
D | perf_video.cpp | 74 const string inputFile = perf::TestBase::getDataPath(GetParam()); 110 const string inputFile = perf::TestBase::getDataPath(GetParam());
|
/external/opencv3/modules/cudalegacy/perf/ |
D | perf_bgsegm.cpp | 80 const string inputFile = perf::TestBase::getDataPath(GetParam()); 150 const std::string inputFile = perf::TestBase::getDataPath(GET_PARAM(0));
|
/external/opencv3/modules/cudabgsegm/perf/ |
D | perf_bgsegm.cpp | 76 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/ |
D | perf_input.cpp | 30 string filename = getDataPath(GetParam());
|
D | perf_output.cpp | 23 string filename = getDataPath(get<0>(GetParam()));
|
/external/opencv3/modules/imgproc/perf/opencl/ |
D | perf_gftt.cpp | 69 Mat img = imread(getDataPath(fileName), cv::IMREAD_GRAYSCALE);
|