black and white edition
This commit is contained in:
parent
26b7e20052
commit
34ea28aa30
5 changed files with 6 additions and 6 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
\draw[
|
\draw[
|
||||||
fill,
|
fill,
|
||||||
red
|
gray
|
||||||
] (-2, -3) -- (-2,-4) -- (2,-6) -- (4.3,-6) -- (4.3,-4) -- cycle;
|
] (-2, -3) -- (-2,-4) -- (2,-6) -- (4.3,-6) -- (4.3,-4) -- cycle;
|
||||||
|
|
||||||
\draw[
|
\draw[
|
||||||
|
|
@ -17,12 +17,12 @@
|
||||||
|
|
||||||
\draw[
|
\draw[
|
||||||
fill,
|
fill,
|
||||||
blue
|
darkgray
|
||||||
] (1.7,-2) circle (15pt);
|
] (1.7,-2) circle (15pt);
|
||||||
|
|
||||||
\draw[
|
\draw[
|
||||||
fill,
|
fill,
|
||||||
blue
|
darkgray
|
||||||
] (0.4,-4.2) circle (15pt);
|
] (0.4,-4.2) circle (15pt);
|
||||||
|
|
||||||
\node (fu) at (1.4,-1) {\LARGE $f_u$ $(+)$};
|
\node (fu) at (1.4,-1) {\LARGE $f_u$ $(+)$};
|
||||||
|
|
|
||||||
|
|
@ -143,13 +143,13 @@ Given this function and a set of target images the inverse rendering problem can
|
||||||
\begin{figure}[h]
|
\begin{figure}[h]
|
||||||
\centering
|
\centering
|
||||||
\subfloat[initial guess]{
|
\subfloat[initial guess]{
|
||||||
\includegraphics[width=0.3\linewidth]{../presentation/img/results/guess.png}
|
\includegraphics[width=0.3\linewidth]{../presentation/img/results/guess-bw.png}
|
||||||
}
|
}
|
||||||
\subfloat[optimized result]{
|
\subfloat[optimized result]{
|
||||||
\includegraphics[width=0.3\linewidth]{../presentation/img/results/result.png}\label{fig:result_image}
|
\includegraphics[width=0.3\linewidth]{../presentation/img/results/result-bw.png}\label{fig:result_image}
|
||||||
}
|
}
|
||||||
\subfloat[target]{
|
\subfloat[target]{
|
||||||
\includegraphics[width=0.3\linewidth]{../presentation/img/results/photo.png}
|
\includegraphics[width=0.3\linewidth]{../presentation/img/results/photo-bw.png}
|
||||||
}
|
}
|
||||||
\caption{A generic example for how differentiable ray tracing can be used to approximate a solution for the inverse rendering problem.}\label{fig:inverse_rendering_example}
|
\caption{A generic example for how differentiable ray tracing can be used to approximate a solution for the inverse rendering problem.}\label{fig:inverse_rendering_example}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
|
||||||
BIN
presentation/img/results/guess-bw.png
Normal file
BIN
presentation/img/results/guess-bw.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 87 KiB |
BIN
presentation/img/results/photo-bw.png
Normal file
BIN
presentation/img/results/photo-bw.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 81 KiB |
BIN
presentation/img/results/result-bw.png
Normal file
BIN
presentation/img/results/result-bw.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 80 KiB |
Loading…
Add table
Add a link
Reference in a new issue