Skip to content

c++ code for copying texture from one human image to another human

Notifications You must be signed in to change notification settings

zpolina/Texture_warp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Texture_warp

c++ code for copying texture from one human image to another human

To compile the code:

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

About

c++ code for copying texture from one human image to another human

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages