Write result to file

This commit is contained in:
Timo Menzel 2023-09-14 11:40:38 +02:00
parent d20d85177b
commit 8198416488
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ start_texture_merge_pie(std::string src_fn,
std::cout << "Texture_processing::texturemerge: [ERROR] Texture copy and paste failed." << std::endl;
}
else {std::cout << "Seamless clone complete!" << std::endl;}
cv::imwrite("result_merged.jpg", dst);
}