Jun 27, 2022 | AI, Python
In the past few articles, we’ve covered some basic image processing concepts and the OpenCV library. Let’s use that knowledge to solve some real-life problems. Today we’re going to make a computer vision project that will allow cars to enter a particular object or...
Jun 13, 2022 | AI, Python
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...
May 23, 2022 | AI, Python
As you dive deeper into image processing with OpenCV you are going to face problems that can only be solved with geometric transformations. Image too big, the shape doesn’t match your needs or you want to rotate your image for some kind of data augmentation. All...