I have 6 images and I need to align them in a 2x3 matrix with 3 images on 1 line and 3 on the other. This is the code so far which vertically aligns all 6 images. How do I change it?
\parbox{\columnwidth}{
\parbox{0.3\columnwidth}{
\begin{center}
\includegraphics[width=0.3\textwidth]{img/preproc_1.png}
Raw Image
\end{center}
}}
\parbox{\columnwidth}{
\parbox{0.3\columnwidth}{
\begin{center}
\includegraphics[width=0.3\textwidth]{img/preproc_2.png}
Gaussian Smoothing
\end{center}
}}
\parbox{\columnwidth}{
\parbox{0.3\columnwidth}{
\begin{center}
\includegraphics[width=0.3\textwidth]{img/preproc_3.png}
Eigenvalues
\end{center}
}}
\parbox{\columnwidth}{
\parbox{0.3\columnwidth}{
\begin{center}
\includegraphics[width=0.3\textwidth]{img/preproc_4.png}
Seeds
\end{center}
}}
\parbox{\columnwidth}{
\parbox{0.3\columnwidth}{
\begin{center}
\includegraphics[width=0.3\textwidth]{img/preproc_5.png}
Labeled Seeds
\end{center}
}}
\parbox{\columnwidth}{
\parbox{0.3\columnwidth}{
\begin{center}
\includegraphics[width=0.3\textwidth]{img/preproc_6.png}
Boxes
\end{center}
}}