Homework 02 Solution

$29.99 $18.99

1. You have been asked to develop a medical imaging system to process a time series of 3-dimensional images of the heart, yielding a 4-dimensional image array with indices x, y, z, t. Give two distinct connectivity relations that could be used. What are a pixel’s neighbors under each connectivity relation? 2. In homogeneous coordinates,…

You’ll get a: . zip file solution

 

 
Categorys:
Tags:

Description

Rate this product

1. You have been asked to develop a medical imaging system to process a time series of 3-dimensional images of the heart, yielding a 4-dimensional image array with indices x, y, z, t. Give two distinct connectivity relations that could be used. What are a pixel’s neighbors under each connectivity relation?

2. In homogeneous coordinates, a rotation followed by a translation is represented by

0

1

What is the inverse operation? Hint: It is not

.

0

1

  1. An image has object and background pixels whose brightness values are distributed according to the Rayleigh distribution with parameters σo and σb with 0 < σb < σo. The probability of a pixel having brightness k is given by

()= 2

2 2

()= 2

2 2

2

and

2

Ima Robot wants to segment the image into object and background.

    1. Assuming that background and object pixels are equally likely, find the decision rule that maximizes the probability of a correct decision, that is, pick the greater of Po and Pb.

    2. How does your answer to a. change if background and object pixels are not equally likely? Suppose that there are No object pixels and Nb background pixels, so that the total number of pixels is N=No+Nb. What is the new threshold T?

  1. Not for extra credit: Binarize your selfie from HW0 in 2 ways:

    1. Threshold the image such that ~50% of the pixels are black and ~50% are white.

    1. Some other method of your choosing. Explain your method.