Skip to content

arvinyang/ClothesVirtualFitting

 
 

Repository files navigation

Clothes Virtual fitting

  • This is Image Processing academic project thats help people in shopping .
  • implemented by c++ and openCV
  • using face detection and pixel scanning

Features

In Release 1

  • fit a T-shirt on your body
  • View your final picture with the new T-shirt

###How to use

  • install openCV in your machine (we recommend linux based OS ) use this link

  • Clone our Reposatory

  • open your terminal and Change Directory To our folder

  • build the project by this command:

     g++ main.cpp -o exc.out `pkg-config opencv --cflags --libs`
    
  • To run

./exc.out your_photo.jpg T_shirt_photo.jpg ```

###Sample input

Drawing

Sample Output

Drawing

Authors

About

Images-based Clothes animation for virtual fitting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 73.7%
  • C 26.3%