Document Scanner with OpenCV Using Video Footage

Document Scanner with OpenCV Using Video Footage

Modern computer vision applications rely on live video capturing. Until now we were discussing only single image processing as a field of computer vision. Now, it’s time to introduce another dimension in our computer vision applications, time. Videos from live cameras...
Thresholding, Edge, Contour  and Line Detection with OpenCV

Thresholding, Edge, Contour  and Line Detection with OpenCV

So far in this series of articles we have covered basic concepts of image processing. Now we’re going to dive deeper and explore some more advanced transformations. Without them, computer vision, in general, would be impossible. Most of the transformations rely...
Drawing and Writing with OpenCV

Drawing and Writing with OpenCV

In this article, we are going to learn how to draw and write on images using OpenCV. Drawing is a common routine in computer vision and it’s used for highlighting and marking important parts of an image. For example, if you want to mark all cars in the image, you are...
Hugging Face Endpoints on Azure

Hugging Face Endpoints on Azure

Last week at the Build conference, Microsoft presented a bunch of new ideas, improvements and platforms that it is gonna take us a couple of months to digest all of that. One of the most exciting news (at least for a bunch at Rubik’s Code) was that Azure will...