OpenCV: Advanced Image Operations

placeholder

Many image processing operations involve complex math but when using OpenCV much of that is abstracted from the developer. In this course youll gain a high-level understanding of advanced image operations in OpenCV. Youll begin by recognizing how to apply different blur operations to an image. These range from simple blurs to Gaussian and median blurs. While doing so youll examine their specific advantages and disadvantages and how to distinguish between them. Moving on youll outline how to highlight objects in an image using edge detection and augment images by adding shapes and objects to them. Finally youll discover how to work with pre-trained classifiers to detect people in an image and perform morphological transformations to emphasize or suppress specific parts of an image.