{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "Lecture 03: Image Filtering (exercises)" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "import numpy as np\n", "import matplotlib.pyplot as plt\n", "from skimage import io, data, color" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# EX1: spatial domain" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## 1.1. Create lowpass kernel and convolve with scipy " ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "