What is OpenCV?

OpenCV is an open-source python library used for computer vision and machine learning. It is mainly aimed at real-time computer vision and image processing. It is used to perform different operations on images which transform them using different techniques.

It majorly supports all languages like Python, C++, Android, Java, etc. It is easy to use and in demand due to its features. It is used in creating image processing or rendering application using different languages.

In this article, we will try to perform some image transformation using the CV2 version of OpenCV. We will try to make sketches, cartoons, and other transformations on an ordinary image.

Installing OpenCV

In order to install OpenCV, we need to run the following command given below in the command prompt.

#computer-vision #python #deep-learning #image-processing #opencv

Using OpenCV to Catoonize an Image
1.30 GEEK