Home | History | Annotate | Download | only in test

Lines Matching refs:folder

47                 imwrite(folder + "output.png", x ,params);
63 string folder = string(cvtest::TS::ptr()->get_data_path()) + "cloning/Normal_Cloning/";
64 string original_path1 = folder + "source1.png";
65 string original_path2 = folder + "destination1.png";
66 string original_path3 = folder + "mask.png";
67 string reference_path = folder + "reference.png";
94 string folder = string(cvtest::TS::ptr()->get_data_path()) + "cloning/Mixed_Cloning/";
95 string original_path1 = folder + "source1.png";
96 string original_path2 = folder + "destination1.png";
97 string original_path3 = folder + "mask.png";
98 string reference_path = folder + "reference.png";
126 string folder = string(cvtest::TS::ptr()->get_data_path()) + "cloning/Monochrome_Transfer/";
127 string original_path1 = folder + "source1.png";
128 string original_path2 = folder + "destination1.png";
129 string original_path3 = folder + "mask.png";
130 string reference_path = folder + "reference.png";
158 string folder = string(cvtest::TS::ptr()->get_data_path()) + "cloning/color_change/";
159 string original_path1 = folder + "source1.png";
160 string original_path2 = folder + "mask.png";
161 string reference_path = folder + "reference.png";
184 string folder = string(cvtest::TS::ptr()->get_data_path()) + "cloning/Illumination_Change/";
185 string original_path1 = folder + "source1.png";
186 string original_path2 = folder + "mask.png";
187 string reference_path = folder + "reference.png";
208 string folder = string(cvtest::TS::ptr()->get_data_path()) + "cloning/Texture_Flattening/";
209 string original_path1 = folder + "source1.png";
210 string original_path2 = folder + "mask.png";
211 string reference_path = folder + "reference.png";