Hello Guys, In this tutorial, I will discuss the color map in OpenCV. Color Map is used to show different color temperatures. And this can…
OpenCV – Drawing a Circle with python
In this tutorial, I will show you how to draw a circle in OpenCV. OpenCV comes with lots of built-in functions that make our life…
OpenCV – Drawing a line with Python
Hello Guys, In this tutorial, I will show you how to draw a line in OpenCV. OpenCV comes with lots of built-in functions that make…
OpenCV – Show Video Properties with python
Hi Guyz, In this tutorial, I will discuss the video properties and how to view the video properties of any video file using OpenCV. A…
OpenCV – Play Video with python
Hello Guys, In this tutorial, I will show you how to play a video file using OpenCV. To play a video file or to stream…
OpenCV – Writing an image
Hello Guys, In this article, I will discuss about how to write images in OpenCV. For writing images, Opencv has the function named “imwrite“. This…
OpenCV – Display Image
Hello Guys, In this tutorial, I will discuss how to display an image using OpenCV. OpenCV comes with the function named imshow which is used to…
OpenCV – Reading An Image with python
Hi Guyz, In this tutorial, I will discuss how to read an image in OpenCV using python. OpenCV has the function called imread for reading…