27 lines
1.4 KiB
TeX
27 lines
1.4 KiB
TeX
\subsection{Segmentation}
|
|
|
|
This part was done by the other group. It consists in partitioning the orignal image \ref{img} into two regions : the background with the chessboard in one part and the plush in the other part. With the binary mask that the segmentation allows us to extract \ref{binarymask} we will be able to create the 2D skeleton with the client's supply \ref{skeleton} and to match the skeleton's branches (see \ref{detection}).
|
|
|
|
\begin{figure}[H]
|
|
\centering
|
|
\begin{subfigure}[b]{0.3\textwidth}
|
|
\includegraphics[width=\textwidth]{img/Poupee}
|
|
\caption{Original image}
|
|
\label{img}
|
|
\end{subfigure}%
|
|
~ %add desired spacing between images, e. g. ~, \quad, \qquad, \hfill etc.
|
|
%(or a blank line to force the subfigure onto a new line)
|
|
\begin{subfigure}[b]{0.3\textwidth}
|
|
\includegraphics[width=\textwidth]{img/Poupeebin}
|
|
\caption{Binary mask}
|
|
\label{binarymask}
|
|
\end{subfigure}
|
|
~ %add desired spacing between images, e. g. ~, \quad, \qquad, \hfill etc.
|
|
%(or a blank line to force the subfigure onto a new line)
|
|
\begin{subfigure}[b]{0.3\textwidth}
|
|
\includegraphics[width=\textwidth]{img/Poupeeskl}
|
|
\caption{Skeleton extract from (b)}
|
|
\label{skeleton}
|
|
\end{subfigure}
|
|
\caption{Pictures of animals}\label{segmentation}
|
|
\end{figure} |