© 2023 Hashnode
#opencv
I am delighted to have conquered the spirit of procrastination and self-doubt to write my first article on a machine learning project. Image tampering is a major concern as it can potentially lead to …
Image thresholding and filtering are two of the most basic image processing techniques. Thresholding is used to convert an image into a binary image, where pixels are either black or white. Filtering …
Introduction In this blog post, we delve into the world of image processing and explore the versatile techniques of image smoothing, resizing, and cropping. Discover how these fundamental techniques c…
What is open-cv and what it is used for? OpenCV is an open-source computer vision and machine learning library used for real-time image processing, object detection and tracking, facial recognition, r…
SingularGPT is a open source project that aims to automate complex tasks such as device automation using the latest trending LLM models that is ChatGPT & GPT-4. With 🚀 SingularGPT you can easily inst…
This article will take you through a Color Recognition task with Python. We are going to create a basic application that will help us detect colours in an image. The program will let us return the RGB…
Have you ever wished to show off your artistic talent by turning your images into a sketch or painting? You can achieve that using several built-in OpenCV methods! A strong library for computer vision and image processing is OpenCV. You wil…
Qt is a popular cross-platform application framework for developing desktop and mobile applications, while OpenCV is a popular computer vision library for image processing and analysis. Integrating th…
Introduction: OpenCV (Open Source Computer Vision) is a free and open-source library of computer vision and machine learning algorithms. It was originally developed by Intel and later supported by Wil…
Today, I want to talk about the history of OpenCV, one of the coolest computer vision libraries out there. Since you have already decided to read this, I assume that you already heard about OpenCV. OpenCV has come a long way since its humbl…