Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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