forked from jvgemert/sheet2MCexam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinal.tex
87 lines (50 loc) · 2.31 KB
/
final.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
\begin{tabular}{|p{8cm}@{\hskip 0.5cm}p{10.5cm}|}
\toprule
\textbf{Question 1} & \emph{Lecture 1 \hfill Histograms and color} \\
\midrule
\begin{tabular}{p{8cm}}
From the RGB cube, the color plane defined by fixing the coordinate R to 1 (ie: R=1) looks like:
\end{tabular} &
\begin{tabular}{p{10.5cm}}
\textbf{\unchecked A:} Green, Blue, White \newline
\textbf{\unchecked B:} Red, Purple, Black \newline
\textbf{\unchecked C:} Red, Yellow, White \newline
\textbf{\unchecked D:} Yellow, Purple, Black \newline
\textbf{\unchecked E:} Yellow, Red, Black \newline
\textbf{\unchecked F:} Red, Blue, Black \newline
\end{tabular} \\ \bottomrule
\end{tabular}
\begin{tabular}{|p{8cm}@{\hskip 0.5cm}p{10.5cm}|}
\toprule
\textbf{Question 2} & \emph{Lecture 1 \hfill Histograms and color} \\
\midrule
\begin{tabular}{p{8cm}}
Consider these color pairs: RGB(1, 0, 0)-HSI(0, 1, 1); RGB(1, 1, 1)-HSI(0, 0, 1); RGB(0, 0, 0)-HSI(0, 0, 1); RGB(0, 0, 1)-HSI(0, 1, 1/3). How many pairs represents the same color?
\end{tabular} &
\begin{tabular}{p{10.5cm}}
\textbf{\unchecked A:} Only 1 pair \newline
\textbf{\unchecked B:} 2 pairs \newline
\textbf{\unchecked C:} 3 pairs \newline
\end{tabular} \\ \bottomrule
\end{tabular}
\begin{tabular}{|p{8cm}@{\hskip 0.5cm}p{10.5cm}|}
\toprule
\textbf{Question 3} & \emph{Lecture 1 \hfill Histograms and color} \\
\midrule
\begin{tabular}{p{8cm}}
Using point processing on pixels with a typical 8-bit per channel RGB encoding, which operations do we need to apply to each channel to obtain an image with inverted colours? (x is the pixel from the input image)
\end{tabular} &
\begin{tabular}{p{10.5cm}}
\textbf{\unchecked A:} Subtract 255 from x \newline
\textbf{\unchecked B:} Multiply x by -1 and add (255*3) \newline
\textbf{\unchecked C:} Multiply x by -1 and add 255 \newline
\textbf{\unchecked D:} Subtract 128 from x \newline
\end{tabular} \\ \bottomrule
\end{tabular}
\begin{tabular}{|p{19cm}|}
\toprule
\textbf{Question 4}\hfill \emph{Lecture 1 \hfill Histograms and color} \\
\midrule
Open question: For this 3x4 intensity image and its pixel values. \newline\includegraphics[width=7cm,height=6cm,keepaspectratio]{example.png} \newline\newline Draw its histogram and apply histogram equalization. Give all the performed steps. \\
\bottomrule
\end{tabular}