Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
Python
19.6K+ articles
AI-ML-DS
3.8K+ articles
C++
3.8K+ articles
Machine Learning
2.5K+ articles
C++ Programs
1.5K+ articles
python
1.2K+ articles
Image-Processing
756+ articles
Python-OpenCV
284+ articles
Computer Vision
231+ articles
OpenCV
334+ posts
Recent Articles
Popular Articles
Scale an Image using Python OpenCV
Last Updated: 11 February 2026
Image scaling, also known as resizing is used to change the size of an image while processing it. In computer vision, scaling is required to reduce processing cost, meet s...
read more
OpenCV
Python-OpenCV
Computer Vision
Edge Detection with Blur using Python OpenCV
Last Updated: 11 February 2026
Edge detection identifies object boundaries by detecting sharp intensity changes in an image. When applied directly to real-time frames, it often produces noisy and overly...
read more
OpenCV
Python-OpenCV
Computer Vision
Capturing Selfie with Python OpenCV
Last Updated: 04 February 2026
Capturing a selfie allows us to take images directly from a webcam and save them for further processing. This approach is widely used in computer vision applications that ...
read more
Python
OpenCV
Masking in Python OpenCV
Last Updated: 13 February 2026
Masking is a technique used to extract specific colours or regions from an image or video. OpenCV performs masking using cv2.inRange() which selects pixels within a define...
read more
Python
OpenCV
Final Fit of Logo in OpenCV
Last Updated: 13 February 2026
Final Fit of Logo means resizing and placing a logo so it stays clear and proportional when the frame size changes. It prevents blurring by adjusting the logo size and pos...
read more
Python
OpenCV
Face Extraction in OpenCV
Last Updated: 13 February 2026
Face extraction involves detecting human faces in an image and saving them as separate image files. OpenCV provides Haar Cascade classifiers that can detect faces efficien...
read more
Python
OpenCV
Warm and Cool Image Effects in OpenCV
Last Updated: 29 January 2026
Warm and cool tones are commonly used in image processing to enhance the visual mood of an image. A warm tone adds a yellowish shade making the image look brighter and ene...
read more
Python
OpenCV
Histogram of Oriented Gradients
Last Updated: 23 July 2025
HOGis a feature descriptor used in computer vision and image processing for object detection. It captures the structure or the shape of an object by analyzing the distribu...
read more
OpenCV
Computer Vision
Computer Vision
AI-ML-DS With Python
Detecting ArUco markers with OpenCV and Python
Last Updated: 23 July 2024
ArUco markers are widely used in computer vision applications for tasks such as camera calibration, pose estimation, and augmented reality. These markers are square fiduci...
read more
Picked
Blogathon
OpenCV
Computer Vision
AI-ML-DS
Data Science Blogathon 2024
Detecting bills by using OpenCV
Last Updated: 23 July 2025
In the field of computer vision and image processing, OpenCV (Open Source Computer Vision Library) is a powerful tool that enables a wide range of applications, from facia...
read more
Picked
Blogathon
OpenCV
Computer Vision
AI-ML-DS
AI-ML-DS With Python
How to Fix: VideoCapture can't open camera by index in Python
Last Updated: 28 June 2024
Most computer vision programs or programs that include openCV codes require a camera to capture and process the videos or images. It may happen that we get different types...
read more
Python
Picked
OpenCV
Python How-to-fix
Image Processing — OpenCV Vs PIL
Last Updated: 23 July 2025
Both OpenCV and PIL have their strengths and are suited for different types of image processing tasks. OpenCV is the go-to choice for complex and performance-intensive app...
read more
Python
Picked
OpenCV
Python-pil
Step-by-Step Guide to Using RANSAC in OpenCV using Python
Last Updated: 28 June 2024
RANSAC (Random Sample Consensus) is an iterative method to estimate the parameters of a mathematical model from a set of observed data that contains outliers. In computer ...
read more
Python
Picked
OpenCV
Smart Parking System using Python and OpenCV
Last Updated: 23 July 2025
To set up a parking lot camera for our project, Here we have used a downloaded video and converted it into an image. This setup allows us to simulate a real parking lot sc...
read more
Python
Picked
OpenCV
Python: OpenCV findHomography Inputs
Last Updated: 23 July 2025
OpenCV, the popular open-source computer vision and machine learning library, offers a wide range of tools for image processing and computer vision tasks. One of the criti...
read more
Python
OpenCV
python
1
2
3
4
...
23