Eye Blink Counter using OpenCV Python | Computer Vision

preview_player
Показать описание
In this tutorial, we will count the number of blinks in a video or webcam. We will start from scratch and go step by step to complete the project.

🚀🚀 My Urdu/Hindi AI YouTube Channel 🚀🚀

Download Code and Files:

Premium Courses:
✔️ Computer Vision Game Development Course:
✔️ Computer Vision with Arduino Course:
✔️ Advanced Drone Programming Course:
✔️ Learn to Build Computer Vision Mobile Apps:
✔️ Jetson Nano Premium Course:

⚙️⚙️⚙️—-My Gear — ⚙️⚙️⚙️

Follow Me:

#ComputerVision
#OpenCV
#CVZone
Рекомендации по теме
Комментарии
Автор

Each day appears new uses that we couldn't imagine. Great job. Thanks.

gplgomes
Автор

Hi Murtaza, I have been learning so much from you! Thank you so much.
I am a PhD student working on computer vision, and soon I will cite CVZone in a scientific publication!
Keep up with the good work,
All best,
Michele Tufano

micheletufano
Автор

You have mastered Computer Vision technology. I feel lucky to learn from you. Thank you.

ranjithkumarneeruganti
Автор

Subbed. I dont need this channel that much but for my use case, this channel crushed it. Time stamping videos? Check. Every item used in your video. Love this. If i can get my project to work ill send it your way

asdfgsfdhawsrfhah
Автор

Great Work Sir your videos helped me and my friends to get trained in Opencv and use it for various Hackathons Thank you so much 🔥🔥❣️❣️👍👍

abhinavsaxena
Автор

thank you so much, because of you i was able to get a firm base on my eye morse code detection project

ihsanshafi
Автор

That’s great, I found this channel a week ago and I’ll try every code from your projects...

БорисКрасных-цн
Автор

Amazing content! Great live coding experience.
Please produce and publish more such videos.

NKernytskyy
Автор

great, now i have ms office activated, superb tutorial!!!

snkamleshvishnoi
Автор

I'm computer Engineering student ❤️ from India 😁 🇮🇳 ... Great video 😏

yagnk
Автор

This is awesome for me. 😯 I start learning python just now. ‼

jarekjarecki
Автор

Awesome video sir 😎, thank you for quality content you have been providing 😊, god bless you 😊

sumukha-infotech
Автор

Jazakallahu Khairan brother, nice video

Abbatyya
Автор

Quick code for identifying all the nodes/points on your face for other applications
Couldn't find it only so I bruteforced it ;)
# Id of positions
for id in range(len(face)):
pos_x = face[id][0]
pos_y = face[id][1]
cv2.putText(
img,
f"{id}",
(pos_x, pos_y),
cv2.FONT_HERSHEY_SIMPLEX,
0.3,
(0, 0, 255),
1,
)

lucastononrodrigues
Автор

your videos is very helpful. thank you so much🌹

mohammadbaghaei
Автор

Thank you sir, this looks excellent! I have a question, as you skip counting per 10 frames, that means, if for some reason, people blinks more quickly and frequently, those blinking information will be lost. Do you have any idea to deal with this?

MultiSunix
Автор

Excelente, i was looking for controling the mouse with the eyes

eulr
Автор

Great video! btw small youtuber here !

funtocode
Автор

Excellent application of image processing.

botics
Автор

So cool... next project how about 'open mouth counter'?

setiamj
visit shbcf.ru