Skip to content

uyenbhku/CS231_ImageProcessingProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS231_ImageProcessingProject

Contributors:

Instructor: TS. Nguyen Vinh Tiep

My team members:

No. Member Student ID
2 Bui Huynh Kim Uyen 21521659
3 Nguyen Nguyen Giap 21522025
4 Nguyen Bui Thanh Mai 21522320

Project Descriptions:

Our final project for the Image Processing class.

For Vietnamese only: read our presentation here to understand how we did this!

Instructions:

Requirements: Python3, MediaPipe, Pygame, OpenCV, NumPy

Step 0: Please install all packages required above before proceeding to Step 1
Step 1: Execute the code sh start.sh.
Step 2:

  • Press 1 to turn on mouth filter.
  • Press 2 to turn on pose filter.
  • Press 3 to turn on hand filter.
  • Press ESC to terminate the program.

Repository tree

.
├── assets/
│   ├── background/
│   └── gifs/
│── audio/
│── dev_files/
│── main.py
│── requirements.txt
└── README.md
  • assets/background : containing background/effect image that need blending
  • assets/gifs : containing gifs/images that need adding
  • audio/ : containing audios for the filters
  • dev_files/ : containing .py files that we just used to develop each filter
  • README.md : description of this repository
  • main.py : our app
  • requirements.txt : required packages to run our app

About

Our final project for image processing class

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors