作者Reinhard (无价)
看板LaTeX
标题[问题] 图占了一整栏
时间Wed Jul 8 21:03:47 2009
我要投的 journal 页面是两栏式的 左右对分
正常来说图放在任何一栏 只要高度不是很高
应该上下还是会有字
之前没什麽问题
不过这次排出来结果却是图占了一整栏…
整个看起来很空 @@
不知道是出了什麽问题?
我大概是用 subfigure 在作
上下也没什麽排版相关的指令 就都文字而已
\begin{figure}
\begin{center}
\subfigure[]{
\includegraphics[width=.47\linewidth]{bear1129_9}
\label{fig:bear1129-orgin}
}
\subfigure[]{
\includegraphics[width=.47\linewidth]{bear1129_without_motion_smaller_color/9}
\label{fig:bear1129-smaller}
}
\\
\subfigure[]{
\includegraphics[width=.47\linewidth]{bear1129_without_motion_greater_color/9}
\label{fig:bear1129-greater}
}
\subfigure[]{
\includegraphics[width=.47\linewidth]{bear1129_with_motion_smoothness/9}
\label{fig:bear1129-motion}
}
\end{center}
\caption{The comparison of the segmentation results of a walking bear video. (a) One frame of the ordinal video. (b) Using smaller color smoothness weighting, a part of the tree trunk is wrong labeled. (c) Using greater color smoothness weighting, there are some labeling errors around the foot of the bear. (d) Our result.
%Combined the motion smoothness with the color smoothness, the result improves much.
}
\label{bear1129}
\end{figure}
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 118.161.46.50
※ 编辑: Reinhard 来自: 118.161.46.50 (07/08 21:08)
1F:推 Adama:用width=1\columnwidth不知道行不行,我之前是这样用 07/08 21:22
2F:→ Reinhard:我试了 好像没用耶 linewidth 跟 columnwidth 有什麽差? 07/08 22:36
3F:→ Reinhard:随便乱试 如果用 \begin{figure}[h] 就解决了 07/08 23:03
4F:→ Reinhard:不知道为什麽 @@ 07/08 23:05