AAiPhileinaiphile.hashnode.dev路Oct 25, 2021 路 3 min readMy Computer Vision ProjectsHi, 馃憢 I am Asadullah Dal, graduated in BS Electronics, since 2020 I have been working on computer vision, have created few projects, by using python modules, named Opencv-python, Dlib and Mediapipe, a most popular one is "Finding Distance from obj...00
AAiPhileinaiphile.hashnode.dev路Sep 11, 2021 路 7 min readEyes Tracking with mediapipeHow to estimate where the eyes are looking at, with mediapipe and OpenCV python. This is the continuation of the last post, on eyes blink detector and counter, The Code Base The entire source code will be available on the Github repository Eyes Po...01K
AAiPhileinaiphile.hashnode.dev路Sep 6, 2021 路 5 min readBlinking Detection and Counter Mediapipe Eye Tracking Part 1 and 2How to detect blinks of Eyes with computer vision Algorithm, I will go through that, briefly, in this blog post, In short, we have to identify the difference between Closed Eyes and Open Eyes in each image(frame) CodeBase You can find source code o...00
AAiPhileinaiphile.hashnode.dev路Sep 2, 2021 路 3 min readDistance Estimation with single-camera OpenCV pythonSo right then, how can we find the distance from the object camera in real-time with the webcam at decent accuracy, without requiring any extra hardware like a stereo camera or depth sensor at all? This blog post will cover the implementation of a si...00