Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajisubarkah/face-detection
Eyes and Face Detection using Python.
https://github.com/ajisubarkah/face-detection
Last synced: about 1 month ago
JSON representation
Eyes and Face Detection using Python.
- Host: GitHub
- URL: https://github.com/ajisubarkah/face-detection
- Owner: ajisubarkah
- Created: 2019-07-08T11:51:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T12:19:07.000Z (over 5 years ago)
- Last Synced: 2023-08-07T03:42:55.179Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 1.54 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eyes and Face Detecion
Hello, repository ini tentang deteksi mata dan wajah menggunakan python, metode dan proses yang digunakan sebagai berikut :
### Peningkatan Fitur Mata :
1. RGB to Grayscale
2. Minimum Filter
3. Iteratif Threshold### Pembuatan Template Wajah :
1. Seleksi warna kulit
2. Gaussian Filter
3. Adaptif Threshold### Ekstraksi Fitur Mata
1. Bitwise XOR
2. Gaussian Filter
3. Iteratif Threshold### Final Proses
Setalah melakukan semua proses diatas maka dilakukan proses bounding untuk mendapatkan ROI (Region Of Interested) dan membentuk persegi.
## Requirements
- Jupyter Notebook ^5.7.4
Library :
- OpenCV
- Numpy
- Scipy## LICENSE
MIT