From ca17d78e533047d661b9e88655d24a48a98a9935 Mon Sep 17 00:00:00 2001 From: Nareshkumar Rao Date: Sat, 19 Feb 2022 01:01:06 +0100 Subject: [PATCH] added minipage --- 3-Design/Design.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/3-Design/Design.tex b/3-Design/Design.tex index 549c794..5464284 100644 --- a/3-Design/Design.tex +++ b/3-Design/Design.tex @@ -39,11 +39,13 @@ After calibration, the current slice curve $g(x)$ can be used to obtain the Cros \subsubsection{Further Considerations} The accuracy of the computed cross-sectional area depends primarily on the accuracy of the depth data as well the frame rate of the sensor. +\begin{minipage}{\textwidth} However, further operations may be implemented in order to increase accuracy, such as: \begin{itemize} \item Computing the cross-sectional area from multiple slices of each frame and averaging these \item Computing the average cross-sectional area between frames, in order to create a smoother---and possibly more accurate---estimation of the volume flow \end{itemize} +\end{minipage} It is important to note though, that the implementation of further operations may exhaust the processing capabilities of the platform. Therefore, a crucial balance must be struck between performance and accuracy.