Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correcting Grammatical mistakes in readme.md #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
## 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
* This is an 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
* 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](https://github.com/AhmedKamal1432)
* Clone our Reposatory
* open your terminal and Change Directory To our folder
* build the project by this command:
* 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`
Expand Down