Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
e43ed59e11 | |||
a8134cd706 | |||
268ca91418 | |||
ca17d78e53 |
14
.drone.yml
14
.drone.yml
@ -22,9 +22,21 @@ steps:
|
||||
files: Main.pdf
|
||||
when:
|
||||
event: tag
|
||||
- name: pushftp
|
||||
image: cschlosser/drone-ftps
|
||||
environment:
|
||||
PLUGIN_HOSTNAME: nareshkumarrao.com:21
|
||||
FTP_USERNAME:
|
||||
from_secret: ftp_username
|
||||
FTP_PASSWORD:
|
||||
from_secret: ftp_password
|
||||
PLUGIN_SECURE: false
|
||||
PLUGIN_DEST_DIR: master_thesis
|
||||
PLUGIN_INCLUDE: ^Main.pdf$
|
||||
when:
|
||||
event: tag
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user