I'm trying to find a way to combine two images, a annotated target image and a background(scenery image) image without any annotations.
for example, I have a dog image and a mountain scenery image. first, I have to annotate a dog and make XML file(annotation box information included) then, I will attach a dog to the mountain scenery image with XML file. It means, finally, final background image should include a dog(random position) and XML information.
I have searched for a long time, but I couldn't find any way to do this.
if anybody knows the way to solve this problem, please give me a favor :) I can handle python and R.
Thank you!