Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Fundamentals of image smoothing
Rating: 5.0 out of 5(2 ratings)
16 students

Fundamentals of image smoothing

Learn effects like bilateral smoothing, Gaussian blur, median and average blur using opencv and python
Last updated 12/2019
English
English [Auto],

What you'll learn

  • Apply image smoothing effects like bilateral smoothing, gaussian blur, median blur and average blur to remove noise in the image
  • Understanding of how images are processed as array of RGB pixel intensities
  • Learn basics of smoothing using kernels and convolution
  • Leverage OpenCV and Python to perform smoothing to create effects like bilateral blur, gaussian blur, median blur

Course content

5 sections19 lectures2h 41m total length
  • Introduction4:04

    Explore image smoothing techniques to remove noise through averaging kernels and convolution, and learn edge-preserving methods like bilateral filtering, with code and applications in advertisements.

  • Introduction to image convolution5:12

    Explore image convolution by applying kernels to manipulate images for blurring, sharpening, edge detection, and depth enhancement in grayscale images.

  • Why study image convolution?8:25

    Explore image convolution using a 3x3 kernel to apply filters from blur and emboss to sharpen and outline, highlighting edges via neighboring pixel values, including Sobel-based effects.

  • About Author7:05

    Evergreen technology presents itself as an author of online courses in computer vision and machine learning, highlighting fundamentals of image processing, smoothing, and morphology techniques like dilation.

Requirements

  • None

Description

Course Description

Learn to process images by learning fundamentals of image smoothing using opencv and popular programming language Python.

Build a strong foundation in Image Processing with this tutorial for beginners.

  • Understanding of how images are processed as array of RGB pixel intensities

  • Learn basics of smoothing using kernels and convolution

  • Leverage OpenCV and Python to perform smoothing to create effects like bilateral blur, gaussian blur, median blur

  • User Jupyter Notebook for programming

  • Use step by step instructions along with plenty of examples

A Powerful Skill at Your Fingertips  Learning the fundamentals of image smoothing puts a powerful and very useful tool at your fingertips. Python, opencv and Jupyter are free, easy to learn, has excellent documentation.

Image smoothing is ubiquitous in everyday applications such as edge detection, advertisement image quality improvements. Its also pre-requisite for computer vision applications using machine learning.

Jobs in image processing area are plentiful, and being able to learn opencv and python will give you a strong edge.

Image smoothing tasks are becoming very popular. Amazon, Walmart, Google eCommerce websites are few famous example of image smoothing in action. Convolutional neural network (CNN) uses these techniques to find edges. Deep neural network inside CNN learns these patterns by trying out various kernels to match image with target image.

Image processing tasks are vital in information retrieval and computer vision applications . 

Big advertising companies and Hollywood studios already using image smoothing in improving image quality.


Content and Overview  

This course teaches you on how to smooth images using opencv, python and Jupyter framework.  You will work along with me step by step to build following answers

  • Introduction to image smoothing

  • Learn how to apply kernel to image using smoothing

  • Build an jupyter notebook step by step using opencv and python and learn effects like bilateral smoothing, gaussian blur, median blur and average blur.


What am I going to get from this course?

  • Learn fundamentals of image smoothing and build image smoothing tasks from professional trainer from your own desk.

  • Over 10 lectures teaching you how to perform image convolution using opencv and python

  • Suitable for beginner programmers and ideal for users who learn faster when shown.

  • Visual training method, offering users increased retention and accelerated learning.

  • Breaks even the most complex applications down into simplistic steps.

  • Offers challenges to students to enable reinforcement of concepts. Also solutions are described to validate the challenges.

Who this course is for:

  • Beginner python developers curious about image processing