Convolutions in Image Processing - MIT 18.S191 Fall 2020 - Week 1
Offered By: The Julia Programming Language via YouTube
Course Description
Overview
Syllabus
- Introduction.
- Box blur as an average.
- Dealing with the edges.
- Gaussian blur.
- Visualizing gaussian blur.
- Convolution.
- Kernels and the gaussian kernel.
- Looking at the convolution in Julia.
- Julia: `ImageFiltering` package and Kernels.
- Julia: `OffsetArray` with different indices.
- Visualizing a kernel.
- Computational complexity.
- Julia: `prod` function for a product.
- Example of a non-blurring kernel.
- Sharpening edges in an image.
- Edge detection with Sobel filters.
- Relation to polynomial multiplication.
- Convolution in polynomial multiplication.
- Relation to Fourier transforms.
- Fourier transform of an image.
- Convolution via Fourier transform is faster.
- Final thoughts.
Taught by
The Julia Programming Language
Tags
Related Courses
Draw This Sunset City Skyline in ProcreateArt with Flo via YouTube Draw a Spider in Procreate
Art with Flo via YouTube Draw Mount Fuji in Procreate
Art with Flo via YouTube Draw This Sunset Landscape in Procreate
Art with Flo via YouTube Detect Edges with OpenCV and Python - Computer Vision Tutorial
Nicholas Renotte via YouTube