mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-16 19:32:21 +01:00
Fix pagination <noupdate>
This commit is contained in:
@ -438,7 +438,7 @@ The image plane of a camera converts the received irradiance into electrical sig
|
||||
\end{itemize}
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=0.7\textwidth]{./img/_digitalization_quality.pdf}
|
||||
\includegraphics[width=0.6\textwidth]{./img/_digitalization_quality.pdf}
|
||||
\caption{Sampling and quantization using fewer bits}
|
||||
\end{figure}
|
||||
\end{remark}
|
||||
|
||||
@ -474,7 +474,7 @@ Network that aims to optimize computing resources.
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=0.7\linewidth]{./img/_naive_inception.pdf}
|
||||
\includegraphics[width=0.65\linewidth]{./img/_naive_inception.pdf}
|
||||
\caption{Naive inception module on the output of the stem layers}
|
||||
\end{figure}
|
||||
|
||||
@ -489,7 +489,7 @@ Network that aims to optimize computing resources.
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=0.7\linewidth]{./img/_actual_inception.pdf}
|
||||
\includegraphics[width=0.65\linewidth]{./img/_actual_inception.pdf}
|
||||
\caption{Actual inception module on the output of the stem layers}
|
||||
\end{figure}
|
||||
\end{description}
|
||||
|
||||
@ -471,14 +471,13 @@ Therefore, the complete workflow for image formation becomes the following:
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=0.45\linewidth]{./img/_zhang_image_acquistion.pdf}
|
||||
\includegraphics[width=0.4\linewidth]{./img/_zhang_image_acquistion.pdf}
|
||||
\caption{Example of two acquired images}
|
||||
\end{figure}
|
||||
\end{description}
|
||||
|
||||
\item[Initial homographies guess]
|
||||
For each image $i$, compute an initial guess of its homography $\matr{H}_i$.
|
||||
|
||||
Due to the choice of the $z$-axis position, the perspective projection matrix and the WRF points can be simplified:
|
||||
\[
|
||||
\begin{split}
|
||||
|
||||
Reference in New Issue
Block a user