c++ code for copying texture from one human image to another human
g++ texture_transfer.cpp -o output `pkg-config --cflags --libs opencv` -fpermissive -std=c++0x
To run the code (direcory with the image folders: source, source_dp, target_dp ; the size the dimentions of the output image; dataset size):
./output "../video_frames/" 512 669 1
- Results