HomeSort by relevance Sort by last modified time
    Searched refs:get_data_path (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/opencv3/modules/imgproc/test/
test_grabcut.cpp 79 Mat img = imread(string(ts->get_data_path()) + "shared/airplane.png");
80 Mat mask_prob = imread(string(ts->get_data_path()) + "grabcut/mask_prob.png", 0);
81 Mat exp_mask1 = imread(string(ts->get_data_path()) + "grabcut/exp_mask1.png", 0);
82 Mat exp_mask2 = imread(string(ts->get_data_path()) + "grabcut/exp_mask2.png", 0);
105 imwrite(string(ts->get_data_path()) + "grabcut/mask_prob.png", mask_prob);
110 imwrite(string(ts->get_data_path()) + "grabcut/exp_mask1.png", exp_mask1);
129 imwrite(string(ts->get_data_path()) + "grabcut/exp_mask2.png", exp_mask2);
146 Mat image_1 = imread(string(ts.get_data_path()) + "grabcut/image1652.ppm", IMREAD_COLOR);
147 Mat mask_1 = imread(string(ts.get_data_path()) + "grabcut/mask1652.ppm", IMREAD_GRAYSCALE);
test_watershed.cpp 63 string exp_path = string(ts->get_data_path()) + "watershed/wshed_exp.png";
65 Mat orig = imread(string(ts->get_data_path()) + "inpaint/orig.png");
66 FileStorage fs(string(ts->get_data_path()) + "watershed/comp.xml", FileStorage::READ);
test_connectedcomponents.cpp 63 string exp_path = string(ts->get_data_path()) + "connectedcomponents/ccomp_exp.png";
65 Mat orig = imread(string(ts->get_data_path()) + "connectedcomponents/concentric_circles.png", 0);
test_imgproc_umat.cpp 57 string imgpath = string(ts->get_data_path()) + "shared/lena.png";
  /external/opencv3/modules/photo/test/
test_npr.cpp 54 string folder = string(cvtest::TS::ptr()->get_data_path()) + "npr/";
71 string folder = string(cvtest::TS::ptr()->get_data_path()) + "npr/";
89 string folder = string(cvtest::TS::ptr()->get_data_path()) + "npr/";
106 string folder = string(cvtest::TS::ptr()->get_data_path()) + "npr/";
127 string folder = string(cvtest::TS::ptr()->get_data_path()) + "npr/";
test_denoising.cpp 61 string folder = string(cvtest::TS::ptr()->get_data_path()) + "denoising/";
81 string folder = string(cvtest::TS::ptr()->get_data_path()) + "denoising/";
102 string folder = string(cvtest::TS::ptr()->get_data_path()) + "denoising/";
127 string folder = string(cvtest::TS::ptr()->get_data_path()) + "denoising/";
162 string imgname = string(cvtest::TS::ptr()->get_data_path()) + "shared/5MP.png";
test_decolor.cpp 54 string folder = string(cvtest::TS::ptr()->get_data_path()) + "decolor/";
test_cloning.cpp 63 string folder = string(cvtest::TS::ptr()->get_data_path()) + "cloning/Normal_Cloning/";
94 string folder = string(cvtest::TS::ptr()->get_data_path()) + "cloning/Mixed_Cloning/";
126 string folder = string(cvtest::TS::ptr()->get_data_path()) + "cloning/Monochrome_Transfer/";
158 string folder = string(cvtest::TS::ptr()->get_data_path()) + "cloning/color_change/";
184 string folder = string(cvtest::TS::ptr()->get_data_path()) + "cloning/Illumination_Change/";
208 string folder = string(cvtest::TS::ptr()->get_data_path()) + "cloning/Texture_Flattening/";
test_hdr.cpp 91 string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr/tonemap/";
131 string folder = string(cvtest::TS::ptr()->get_data_path()) + "shared/";
157 string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr/";
183 string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr/";
206 string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr/";
226 string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr/";
245 string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr/";
  /external/opencv3/modules/stitching/test/
test_blenders.cpp 49 Mat image1 = imread(string(cvtest::TS::ptr()->get_data_path()) + "cv/shared/baboon.png");
50 Mat image2 = imread(string(cvtest::TS::ptr()->get_data_path()) + "cv/shared/lena.png");
75 Mat expected = imread(string(cvtest::TS::ptr()->get_data_path()) + "stitching/baboon_lena.png");
test_matchers.cpp 53 Mat img = imread(string(cvtest::TS::ptr()->get_data_path()) + "cv/shared/lena.png");
  /external/opencv3/modules/features2d/test/
test_brisk.cpp 62 Mat image1 = imread(string(ts->get_data_path()) + "inpaint/orig.png");
63 Mat image2 = imread(string(ts->get_data_path()) + "cameracalibration/chess9.png");
test_agast.cpp 63 Mat image1 = imread(string(ts->get_data_path()) + "inpaint/orig.png");
64 Mat image2 = imread(string(ts->get_data_path()) + "cameracalibration/chess9.png");
65 string xml = string(ts->get_data_path()) + format("agast/result%d.xml", type);
test_fast.cpp 63 Mat image1 = imread(string(ts->get_data_path()) + "inpaint/orig.png");
64 Mat image2 = imread(string(ts->get_data_path()) + "cameracalibration/chess9.png");
65 string xml = string(ts->get_data_path()) + format("fast/result%d.xml", type);
test_orb.cpp 53 Mat image = imread(string(cvtest::TS::ptr()->get_data_path()) + "shared/lena.png");
test_descriptors_regression.cpp 195 string imgFilename = string(ts->get_data_path()) + FEATURES2D_DIR + "/" + IMAGE_FILENAME;
204 FileStorage fs( string(ts->get_data_path()) + FEATURES2D_DIR + "/keypoints.xml.gz", FileStorage::READ );
255 fs.open( string(ts->get_data_path()) + FEATURES2D_DIR + "/keypoints.xml.gz", FileStorage::WRITE );
289 Mat res = readMatFromBin( string(ts->get_data_path()) + DESCRIPTOR_DIR + "/" + string(name) );
295 writeMatInBin( descs, string(ts->get_data_path()) + DESCRIPTOR_DIR + "/" + string(name) );
353 string path = string(cvtest::TS::ptr()->get_data_path() + "detectors_descriptors_evaluation/images_datasets/graf");
381 const String& pattern = string(cvtest::TS::ptr()->get_data_path() + "shared/*.png");
  /external/opencv3/modules/videoio/test/
test_basic_props.cpp 63 const string src_dir = TS::ptr()->get_data_path();
87 const string src_dir = TS::ptr()->get_data_path();
114 const string src_dir = TS::ptr()->get_data_path();
137 const string src_dir = TS::ptr()->get_data_path();
test_framecount.cpp 64 const string src_dir = ts->get_data_path();
  /external/opencv3/modules/cudacodec/test/
test_video.cpp 58 const std::string inputFile = std::string(cvtest::TS::ptr()->get_data_path()) + "video/" + GET_PARAM(1);
80 const std::string inputFile = std::string(cvtest::TS::ptr()->get_data_path()) + "video/" + GET_PARAM(1);
  /external/opencv3/modules/imgcodecs/test/
test_grfmt.cpp 103 const string folder = string(cvtest::TS::ptr()->get_data_path()) + "/readwrite/";
124 const string folder = string(cvtest::TS::ptr()->get_data_path()) + "/readwrite/";
141 Mat img = imread(string(ts->get_data_path()) + "readwrite/read.png");
295 Mat rle = imread(string(ts->get_data_path()) + "readwrite/rle8.bmp");
296 Mat bmp = imread(string(ts->get_data_path()) + "readwrite/ordinary.bmp");
353 string imgName = string(ts.get_data_path()) + "/../cv/shared/lena.png";
381 Mat img = imread(string(ts->get_data_path()) + "readwrite/color_palette_alpha.png",-1);
401 img = imread(string(ts->get_data_path()) + "readwrite/color_palette_no_alpha.png",-1);
419 img = imread(string(ts->get_data_path()) + "readwrite/color_palette_alpha.png",1);
437 img = imread(string(ts->get_data_path()) + "readwrite/color_palette_no_alpha.png",1)
    [all...]
  /external/opencv3/modules/video/test/
test_optflowpyrlk.cpp 82 sprintf( filename, "%soptflow/%s", ts->get_data_path().c_str(), "lk_prev.dat" );
92 sprintf( filename, "%soptflow/%s", ts->get_data_path().c_str(), "lk_next.dat" );
119 sprintf( filename, "%soptflow/%s", ts->get_data_path().c_str(), "rock_1.bmp" );
131 sprintf( filename, "%soptflow/%s", ts->get_data_path().c_str(), "rock_2.bmp" );
218 std::string path = cvtest::TS::ptr()->get_data_path() + "../cv/shared/lena.png";
test_tvl1optflow.cpp 146 const string frame1_path = TS::ptr()->get_data_path() + "optflow/RubberWhale1.png";
147 const string frame2_path = TS::ptr()->get_data_path() + "optflow/RubberWhale2.png";
148 const string gold_flow_path = TS::ptr()->get_data_path() + "optflow/tvl1_flow.flo";
  /external/opencv3/modules/video/test/ocl/
test_bgfg_mog2.cpp 44 string inputFile = string(TS::ptr()->get_data_path()) + "video/768x576.avi";
92 string inputFile = string(TS::ptr()->get_data_path()) + "video/768x576.avi";
  /external/opencv3/modules/viz/test/
test_precomp.hpp 87 return Path::combine(cvtest::TS::ptr()->get_data_path(), "dragon.ply");
  /external/opencv3/modules/cudaimgproc/test/
test_mean_shift.cpp 101 fs.open(std::string(cvtest::TS::ptr()->get_data_path()) + "meanshift/spmap.yaml", cv::FileStorage::READ);
103 fs.open(std::string(cvtest::TS::ptr()->get_data_path()) + "meanshift/spmap_CC1X.yaml", cv::FileStorage::READ);

Completed in 386 milliseconds

1 2 3