OpenCV: Manipulating Images

placeholder

Images often require to be manipulated to extract meaningful portions of an image or prepare them for a machine learning pipeline. OpenCV can help with this. In this course youll investigate a variety of image manipulation operations using OpenCV. Youll begin by recognizing how to filter certain portions of an image using bitwise operations. Next youll explore the concept of masks and how to use them while extracting parts of an image. Youll then outline how to apply geometrical operations by resizing an image to specific dimensions and discover challenges that such operations present. Youll finish the course by examining image transformations such as rotations and translations to help orient an image to your requirements. Finally youll discover how to flip and warp images to present them from a different perspective.