Skip to content

Instantly share code, notes, and snippets.

@abhijangda
Created October 29, 2018 01:37
Show Gist options
  • Save abhijangda/f94fe82d6f7db8690b44b5487b20e2d2 to your computer and use it in GitHub Desktop.
Save abhijangda/f94fe82d6f7db8690b44b5487b20e2d2 to your computer and use it in GitHub Desktop.
\begin{figure*}[!htbp]
\hspace{-3.0ex}
\begin{tabularx}{\textwidth}{ll}
\vspace{-3.0ex}
\subfloat[Unsharp Mask]{
\small
\includegraphics[scale=1.0]{results/unsharp_mask}
\label{fig:unsharp_mask}
%\caption{Multiscale Interpolation}
}
&
\hspace{-3.0ex}
\subfloat[Harris Corner Detection]{
\small
\includegraphics[scale=1.0]{results/harris}
\label{fig:harris}
%\caption{Harris Corner Detection}
}
\\
%\hspace{-2ex}
\subfloat[Bilateral Grid]{
\small
\includegraphics[scale=1.0]{results/bilateral_grid}
\label{fig:bi_grid}
%\caption{Bilateral Grid}
}
&\hspace{-3.0ex}
\subfloat[Multiscale Interpolation]{
\small
\includegraphics[scale=1.0]{results/multiscale_interpolate}
\label{fig:multiscale}
%\caption{Multiscale Interpolation}
}
\\
%\vspace{-1.0ex}
\subfloat[Pyramid Blending]{
\small
\includegraphics[scale=1.0]{results/pyramid_blending}
\label{fig:pyramid}
%\caption{Pyramid Blending}
}
&\hspace{-3.0ex}
%\vspace{-2.0ex}
\subfloat[Camera Pipeline]{
\small
\includegraphics[scale=1.0]{results/campipe}
\label{fig:campipe}
%\caption{Camera Pipeline}
}
\end{tabularx}
\caption{Speedups related to PolyMageDP single threaded version. For PolyMage+,
{\it DP} is PolyMage with DP fusion, {\it F} is PolyMageDP with inner fusion
for register reuse, {\it M} is PolyMageDP with multilevel tiling, and {\it
I} is PolyMageDP with inline.
Absolute execution times can be determined in conjunction with Table~\ref{tab:perf}.
\label{fig:image-perf}}
\end{figure*}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment