From b29b137c812031c2496fb167db66bc9e8180391a Mon Sep 17 00:00:00 2001 From: Hobe Date: Mon, 8 Jun 2020 12:02:25 +0000 Subject: [PATCH] Reduce the size of figures git-svn-id: http://newslabx.csie.ntu.edu.tw/svn/Ginger@83 5747cdd2-2146-426f-b2b0-0570f90b98ed --- trunk/RTCSA_SS/01Introduction.tex | 2 +- trunk/RTCSA_SS/02Background.tex | 6 ------ trunk/RTCSA_SS/03Design.tex | 6 +++--- trunk/RTCSA_SS/04Evaluation.tex | 6 +++--- 4 files changed, 7 insertions(+), 13 deletions(-) diff --git a/trunk/RTCSA_SS/01Introduction.tex b/trunk/RTCSA_SS/01Introduction.tex index 1e96b9e..41af1c1 100644 --- a/trunk/RTCSA_SS/01Introduction.tex +++ b/trunk/RTCSA_SS/01Introduction.tex @@ -4,7 +4,7 @@ The turning over frequency while sleeping is an important index to quantify the health of elderly. Many wearable devices can also achieve the same purpose, but many study show that the elderly feel uncomfortable with wearing such devices -all days.\textcolor{red}{(source?)}. By the low resolution thermal camera, we +all days. By the low resolution thermal camera, we can obtain the daily activities information, but not reveal too much privacy like the RGB camera. diff --git a/trunk/RTCSA_SS/02Background.tex b/trunk/RTCSA_SS/02Background.tex index c3b577d..5995b50 100644 --- a/trunk/RTCSA_SS/02Background.tex +++ b/trunk/RTCSA_SS/02Background.tex @@ -51,12 +51,6 @@ specification of them are shown in Table~\ref{table:specificationofdevices}. \hline Detect temperature range & $-20^{\circ}$C to $80^{\circ}$C & $0^{\circ}$C to $120^{\circ}$C\\ \hline - Output format & Absolute temperature (Celsius) & 14-bits value which is relative to camera temperature\\ - \hline - Temperature accuracy & $\pm2.5^{\circ}$C & -\\ - \hline - Temperature resolution & $0.25^{\circ}$C & -\\ - \hline Bits per pixel & 12 & 14\\ \hline Data Rate & 7.68 kbps & 2.34 mbps\\ diff --git a/trunk/RTCSA_SS/03Design.tex b/trunk/RTCSA_SS/03Design.tex index 337f6ad..63d42db 100644 --- a/trunk/RTCSA_SS/03Design.tex +++ b/trunk/RTCSA_SS/03Design.tex @@ -17,7 +17,7 @@ the trend of the possibility from recognition network. \begin{figure}[tbp] \begin{center} - \includegraphics[width=1\linewidth]{figures/method.pdf} + \includegraphics[width=0.9\linewidth]{figures/method.pdf} \caption{Illustration of Proposed Method.} \label{fig:method} \end{center} @@ -65,12 +65,12 @@ another turning over. \begin{figure}[tbp] \centering - \minipage{0.3\columnwidth} + \minipage{0.25\columnwidth} \includegraphics[width=\linewidth]{figures/Lepton_residual_heat.png} \caption{Residual heat on bed.} \label{fig:residual_heat} \endminipage - \minipage{0.65\columnwidth} + \minipage{0.6\columnwidth} \includegraphics[width=\linewidth]{figures/MinMax_2.pdf} \caption{Trend of pose.} \label{fig:trend} diff --git a/trunk/RTCSA_SS/04Evaluation.tex b/trunk/RTCSA_SS/04Evaluation.tex index 91fd313..bed00d7 100644 --- a/trunk/RTCSA_SS/04Evaluation.tex +++ b/trunk/RTCSA_SS/04Evaluation.tex @@ -11,13 +11,13 @@ Lepton 3, and align them at the same timestamps. Figure~\ref{fig:resolution_comp \begin{figure}[tbp] \centering \subfloat[Grideye Image]{ - \includegraphics[width=0.32\columnwidth]{figures/LR.png} + \includegraphics[width=0.3\columnwidth]{figures/LR.png} } \subfloat[SR Image]{ - \includegraphics[width=0.32\columnwidth]{figures/SR.png} + \includegraphics[width=0.3\columnwidth]{figures/SR.png} } \subfloat[Downscaled Lepton Image]{ - \includegraphics[width=0.32\columnwidth]{figures/HR.png} + \includegraphics[width=0.3\columnwidth]{figures/HR.png} } \caption{Result of SRCNN.} \label{fig:resolution_compare}