作者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