Tutorial 9: exercise

(c) 2016 Justin Bois. This work is licensed under a Creative Commons Attribution License CC-BY 4.0. All code contained herein is licensed under an MIT license.

This tutorial exercise was generated from an Jupyter notebook. You can download the notebook here. You can also view it here. Use this downloaded Jupyter notebook to fill out your responses.

Exercise 1

What is segmentation in the context of image processing?

Exercise 2

What is thresholding, and what is it used for?

Exercise 3

What is a structuring element and what is it used for?

Exercise 4

How would you define an edge in an image? Describe how a Laplacian of Gaussian filter can be used to find edges in an image. Why can't we just use a Laplacian filter without the Gaussian?