You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An easy-to-use, lightweight yet powerful CNN-based AI that can accurately recognize smiley and sad faces from 100×100 pixel drawings, capable of handling variations in position, size, and small noise.
this was me and Mohammad Kammel project for bio-metric course, this project aims at recognising people based on their smile, we created a dataset for this project by ourself
Bu kod, web kameranızdan gerçek zamanlı olarak yüz, göz ve gülümseme algılama gerçekleştirir. OpenCV kütüphanesini kullanır ve Haar cascade sınıflandırıcılarına dayanır.
This is a Python script that utilizes OpenCV to detect faces, eyes, and smiles in a webcam feed. It applies Haar cascades to detect these features and draws rectangles around them in real-time.
Face--Smile-and-Eye-Detection-in-OpenCV | Menu Driven Python Program that can: 1) Detect Realtime Face, Smile and Eyes 2) Read Local Image and Detect Face and Eyes
Real-time smile and eye detection app detect smile and eyes separately in a single frame implemented haar cascade algorithm using the python language and importing opencv library.