Update on Overleaf.

This commit is contained in:
uxwmp 2023-06-15 15:53:37 +00:00 committed by node
parent 2840243991
commit 4e614b5a3d
4 changed files with 8 additions and 5 deletions

View file

@ -18,7 +18,7 @@
\end{minipage} \end{minipage}
\hspace{3mm} \hspace{3mm}
\begin{minipage}{0.4\linewidth} \begin{minipage}{0.4\linewidth}
\caption{Visibility of a point $x$ with respect to $\omega$. Observe the discontinuity at $\omega_0$.} \caption{Visibility of a point $x$ with respect to $\omega$.}
\label{fig:visibility} \label{fig:visibility}
\end{minipage} \end{minipage}
\end{figure} \end{figure}
@ -43,7 +43,7 @@
\end{tikzpicture} \end{tikzpicture}
\end{minipage} \end{minipage}
\begin{minipage}{0.4\linewidth} \begin{minipage}{0.4\linewidth}
\caption{Differentiation of the left graph with respect to $\omega$. Observe the discontinuity at $\omega_0$ in the left graph leading to a dirac delta spike at $\omega_0$ in the differentiation.} \caption{Differentiation of the left graph with respect to $\omega$.}
\label{fig:dirac-delta-spike} \label{fig:dirac-delta-spike}
\end{minipage} \end{minipage}
\end{figure} \end{figure}

View file

@ -71,7 +71,7 @@
\subsection{Differentiable rendering} \subsection{Differentiable rendering}
\begin{frame}{Differentiable rendering} \begin{frame}{Differentiable rendering}
\begin{itemize} \begin{itemize}
\item Given: Function mapping an 3D-scene to a real number (e.g. error function) \item Given: Function mapping a 3D-scene to a real number (e.g. error function)
\item Target: Calculate gradient of that function \item Target: Calculate gradient of that function
\item Required: Differentiate with respect to any scene parameter \item Required: Differentiate with respect to any scene parameter
\end{itemize} \end{itemize}

View file

@ -12,10 +12,14 @@
\item Differentiation with respect to certain scene parameters possible but we need to differentiate with respect to any scene parameter \item Differentiation with respect to certain scene parameters possible but we need to differentiate with respect to any scene parameter
\end{itemize} \end{itemize}
\end{frame} \end{frame}
\begin{frame}{Geometry term} \begin{frame}{primary occlusion}
\centering \centering
\input{presentation/diagrams/diagramm_occlusion.tex} \input{presentation/diagrams/diagramm_occlusion.tex}
\end{frame} \end{frame}
\begin{frame}{Angle change $\leftrightarrow$ visibility change}
\centering
\input{presentation/diagrams/geometry_term_diff.tex}
\end{frame}
\subsection{Former methods} \subsection{Former methods}
\begin{frame}{Former methods} \begin{frame}{Former methods}
\begin{block}{Previous differentiable renderers considered by this paper} \begin{block}{Previous differentiable renderers considered by this paper}

View file

@ -5,7 +5,6 @@
This method This method
\end{frame} \end{frame}
\subsection{Edge sampling} \subsection{Edge sampling}
\subsection{Hierarchical edge sampling}
\subsection{conclusion - what can this method do?} \subsection{conclusion - what can this method do?}
% talk about limitations here! % talk about limitations here!