5 Commits
v2.1 ... v2.1.4

Author SHA1 Message Date
ba6c375d5e small fix 2022-02-19 01:27:55 +01:00
e43ed59e11 updated .drone 2022-02-19 01:18:05 +01:00
a8134cd706 updated .drone 2022-02-19 01:15:50 +01:00
268ca91418 updated .drone 2022-02-19 01:08:53 +01:00
ca17d78e53 added minipage 2022-02-19 01:01:06 +01:00
3 changed files with 22 additions and 8 deletions

View File

@ -22,9 +22,21 @@ steps:
files: Main.pdf files: Main.pdf
when: when:
event: tag 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: trigger:
event: event:
- push
- tag - tag

View File

@ -18,13 +18,6 @@ This transportation of bulk material flow introduces the need to accurately meas
The conventional method of measuring bulk material flow in use in the industry today is the electronic belt scale---as shown in \autoref{fig:beltscale}. These scales use load cells to translate compression and tension into electrical signals. These signals representing weight may then be converted into measurements of volume. The conventional method of measuring bulk material flow in use in the industry today is the electronic belt scale---as shown in \autoref{fig:beltscale}. These scales use load cells to translate compression and tension into electrical signals. These signals representing weight may then be converted into measurements of volume.
\begin{figure}[h]
\centering
\includegraphics[width=0.75\textwidth]{photographs/beltscale}
\caption{A conventional electronic belt scale.}
\label{fig:beltscale}
\end{figure}
These electronic belt scales are robust and proven in the field. However, there are also downsides with this approach. These electronic belt scales are robust and proven in the field. However, there are also downsides with this approach.
\begin{enumerate} \begin{enumerate}
@ -33,6 +26,13 @@ These electronic belt scales are robust and proven in the field. However, there
\item Vibration from transport and loading introduces noise into the measurements \cite{tomobe2006} \item Vibration from transport and loading introduces noise into the measurements \cite{tomobe2006}
\end{enumerate} \end{enumerate}
\begin{figure}[h]
\centering
\includegraphics[width=0.75\textwidth]{photographs/beltscale}
\caption{A conventional electronic belt scale.}
\label{fig:beltscale}
\end{figure}
\section{Aims of this Work}\label{sec:aims} \section{Aims of this Work}\label{sec:aims}
%\subsection{Research Question} %\subsection{Research Question}

View File

@ -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.