Lines Matching refs:destination
70 Mat destination = imread(original_path2, IMREAD_COLOR); in TEST() local
74 ASSERT_FALSE(destination.empty()) << "Could not load destination image " << original_path2; in TEST()
79 p.x = destination.size().width/2; in TEST()
80 p.y = destination.size().height/2; in TEST()
81 seamlessClone(source, destination, mask, p, result, 1); in TEST()
101 Mat destination = imread(original_path2, IMREAD_COLOR); in TEST() local
105 ASSERT_FALSE(destination.empty()) << "Could not load destination image " << original_path2; in TEST()
110 p.x = destination.size().width/2; in TEST()
111 p.y = destination.size().height/2; in TEST()
112 seamlessClone(source, destination, mask, p, result, 2); in TEST()
133 Mat destination = imread(original_path2, IMREAD_COLOR); in TEST() local
137 ASSERT_FALSE(destination.empty()) << "Could not load destination image " << original_path2; in TEST()
142 p.x = destination.size().width/2; in TEST()
143 p.y = destination.size().height/2; in TEST()
144 seamlessClone(source, destination, mask, p, result, 3); in TEST()