Commit cbd55a5af7fcc51b3abcf0a7d7a6ae1fdf0d6c2b
1 parent
d8bf198c
Exists in
master
and in
2 other branches
FIX: Update user guide reference in region growing
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
docs/user_guide_pt_BR.pdf
No preview for this file type
docs/user_guide_pt_BR_source/cap_segmen.tex
... | ... | @@ -336,13 +336,13 @@ Ainda na figura~\ref{fig:watershed_2d}, podemos visualizar os marcadores de obje |
336 | 336 | |
337 | 337 | \section{Crescimento de região} |
338 | 338 | |
339 | -A técnica de segmentação por crescimento de região é ativada no menu \textbf{Ferramentas}, \textbf{Segmentação}, por último \textbf{Crescimento de região} (figura~\ref{menu_segmentation_region_growing}). Inicialmente deve-se selecionar a configuração entre \textbf{2D - Fatia atual} ou \textbf{3D - Todas as fatias}, também é necessário selecionar a conectividade do crescimento entre $4$ ou $8$ para o 2D e $6$, $18$ ou $26$ para 3D. Por último é necessário selecionar o método, entre \textbf{Dinâmico, Limiar ou Confidência} (figura~\ref{fig:segmentation_region_growing_dinamic}). | |
339 | +A técnica de segmentação por crescimento de região é ativada no menu \textbf{Ferramentas}, \textbf{Segmentação}, por último \textbf{Crescimento de região} (figura~\ref{fig:menu_segmentation_region_growing}). Inicialmente deve-se selecionar a configuração entre \textbf{2D - Fatia atual} ou \textbf{3D - Todas as fatias}, também é necessário selecionar a conectividade do crescimento entre $4$ ou $8$ para o 2D e $6$, $18$ ou $26$ para 3D. Por último é necessário selecionar o método, entre \textbf{Dinâmico, Limiar ou Confidência} (figura~\ref{fig:segmentation_region_growing_dinamic}). | |
340 | 340 | |
341 | 341 | \begin{figure}[!htb] |
342 | 342 | \centering |
343 | 343 | \includegraphics[scale=0.5]{menu_segmentation_region_growing_pt.png} |
344 | 344 | \caption{Menu para ativar a segmentação por região de crescimento.} |
345 | -\label{fig:menu_segmentation_region_growing_pt} | |
345 | +\label{fig:menu_segmentation_region_growing} | |
346 | 346 | \end{figure} |
347 | 347 | |
348 | 348 | \begin{figure}[!htb] | ... | ... |