{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "Complete the assignment and turn it in to D2L by **_11:59pm on Sunday, February 23_**." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Homework 2: Image Processing using OMP\n", "\n", "In this assignment, you are going to modify and improve the processing speed of an edge detector for grayscale PNG images. Edge detection is an image processing technique to find boundaries of objects in images. Here is an example image and the detected edges:\n", "\n", "**Note:** this homework was motivated and adapted from: https://web.stanford.edu/class/cs315b/assignment1.html\n", "\n", "
\n",
" |