OpenCV: Introduction

placeholder

A cross-platform library OpenCV facilitates image processing and analysis. In this course youll discover fundamental concepts related to computer vision and the basic operations which can be performed on images using OpenCV. Youll begin by outlining how to read images from your file system into your Python source in the form of arrays and then save an image array into a local file. Next youll explore color images represented as a combination of blue green and red channels how to convert color images to grayscale and how grayscale images are defined. Finally youll perform basic operations on images by investigating how to combine two images using an add operation and make one of the added images more prominent than the other using a weighted addition. Conversely youll also perform a subtract operation using two images.