The solution.
Morphology Exercises A quick overview of the morphological operators Erosion: , where is the image, and is the structuring element. Dilation: Opening: Closing: Top-hat : Bottom-hat : Solution to the assignments from the book: The solution. Contents Exercise 4.4 - Part A Exercise 4.4 - Part B Exercise 4.4 - Part C Exercise 4.4 - […]
Parts of the exercise is solved by hand: the pdf. Contents Exercise 1 b) c) d) e Exercise 3 clear all; close all; Exercise 1 %a) We are given the data folloving mean vectors and covariance matrices % from two classes. mu1 = [3; 6]; mu2 = [3;-2]; C1 = [0.5 0; 0 2]; C2 […]
Let's start with some theory and the theoretical assignments Some theory Contents Multivariate Gaussian classifier Let's do the classification Exercise 4, (named Exercise 3) see the note for details Exercise 5, (named Exercise 4) see the note for details Multivariate Gaussian classifier We are provided with a Landsat sattelite image containing 6 image "bands". We […]
Let's start of with some theory: Some theory Contents Univariate Gaussian Classifier The feature images Classification Univariate Gaussian Classifier A suggested "solution" to classification exercise 1 the univariate Gaussian classifier. This week I will not provide the actual solution, it is hidden in the UnivariateGauss function. Since it is a point that you should implement […]
Contents Exercise 1. Matlab exercise for recognition of round objects Step 3: Remove the Noise Step 4: Find the Boundaries Step 5: Determine which Objects are Round Exercise 2. Matlab exercise for selecting grains with a given orientation Step 2: Use Morphological Opening to Estimate the Background Step 3: Subtract the Backround Image from the […]
This week I have provided the solution in the form of a PDF file: TheSolution
Some hints for the mandatory assignment one I have received some feedback that it is hard to understand what you are supposed to do in the first mandatory assignment. So here are some hints on what you are supposed to do. I'm not going to solve the exercises but I'll try to provide some hints […]
Week 4: Exercise This weeks we have been given both some exercises from the book and some matlab exercises/tutorials to demonstrate how to use the matlab watershed algorithm. Contents Problem 10.2 : We'll start of with problem 10.2 from Gonzales and Woods Problem 10.38 Problem 10.39 Problem 10.43 Exercise 5. Matlab exercise with Watershed segmentation […]
Contents Week 3 : The Hough Transform Creating the accumulator matrix Hough transform example 1 Hough transform example 2 Hough transform example 3 Hough transform example 4 : Image of corridors Using the built in function Hough Detecting circles with built in Huff transform in MATLAB A naive Huff implementation Some work for you Week […]
Recent Comments