bukebuhao / ClothesVirtualFitting

Images-based Clothes animation for virtual fitting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clothes Virtual fitting

  • This is Image Processing academic project that helps people in shopping .
  • implemented using c++ and openCV
  • uses 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 Repository

  • 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


Languages

Language:C++ 60.7%Language:C 39.3%