CS 549 -Computer Vision-HW #2 Solved

35.00 $

Category:

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?

 

  1. 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 and 𝑃𝑃𝑏𝑏(𝑘𝑘) = 𝑘𝑘2 𝑒𝑒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.
  2. Some other method of your choosing. Explain your method.

 

  • HW2-hy55kz.zip