Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
ca17d78e53 | |||
2024db9ae1 |
@ -39,11 +39,13 @@ After calibration, the current slice curve $g(x)$ can be used to obtain the Cros
|
|||||||
\subsubsection{Further Considerations}
|
\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.
|
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:
|
However, further operations may be implemented in order to increase accuracy, such as:
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Computing the cross-sectional area from multiple slices of each frame and averaging these
|
\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
|
\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{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.
|
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.
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 35 KiB |