One of the things that always bothered me about video calling apps, is that what is showed to you on the bottom right corner never reflects the quality of the video your interlocutor is actually receiving. In fact compression is the name of the game in video calling apps, as understandably they try to minimize […]| ReachableCode
During this time of uncertainty the only thing we can count on is that what should be straightforward usually isn’t. I had some experience already with OpenCV and thought that it would have been trivial to bang together a small program to help catalogue some old books on the shelf. My naivety was quickly exposed […]| ReachableCode
OpenCV is undoubtedly the most popular library for image processing and computer vision. According to its website, OpenCV is a highly optimized library with focus on real-time applications. That is, it is built to do real-time computer vision, not precise measurement. This means that OpenCV prioritizes speed over precision. There …| Cris’ Image Analysis Blog
A proof-of-concept system to use a webcam to control leaning in games| GDCorner
Discover moving object detection using OpenCV, blending contour detection with background subtraction for real-time application in security and traffic.| LearnOpenCV – Learn OpenCV, PyTorch, Keras, Tensorflow with code, & tutorials
Working with images can be a very time-consuming task, especially if you have many images to work on. Machine learning can thus be a great time-saver for various image analysis and editing tasks, such as finding the dominant colors of an image thanks to the K-means clustering algorithm. The K-means clustering algorithm defines a number … Continue reading "Finding the dominant colors in an image with k-means"| AILEPHANT