Commit a06acdc27fd25e0898bba977c8464c2c29502842

Authored by Thiago Franco de Moraes
1 parent b42b0329
Exists in user_guide_en

Almost finished the segmentation translation

docs/user_guide_en_source/cap_segmen.tex
@@ -73,7 +73,7 @@ Spongial Bone (Child) & 156 & 585\\ @@ -73,7 +73,7 @@ Spongial Bone (Child) & 156 & 585\\
73 \hline 73 \hline
74 \end{tabular} 74 \end{tabular}
75 \label{tab:limiar} 75 \label{tab:limiar}
76 -\end{table} 76 +\end{table}
77 \newpage 77 \newpage
78 78
79 The table~\ref{tab:limiar} is indicated to images obtained from medical tomographs. The range of gray values from images obtained from odontological tomographs are greater and non-regular. Thus, it's necessary to use sliding control (figure~\ref{fig:region_selection_bar}) to adjust the thresholding values. 79 The table~\ref{tab:limiar} is indicated to images obtained from medical tomographs. The range of gray values from images obtained from odontological tomographs are greater and non-regular. Thus, it's necessary to use sliding control (figure~\ref{fig:region_selection_bar}) to adjust the thresholding values.
@@ -306,53 +306,55 @@ Figure~\ref{fig:watershed_2d} also shows the object markers (in light green), th @@ -306,53 +306,55 @@ Figure~\ref{fig:watershed_2d} also shows the object markers (in light green), th
306 \label{fig:watershed_3d} 306 \label{fig:watershed_3d}
307 \end{figure} 307 \end{figure}
308 308
309 -\section{Crescimento de região} 309 +\section{Region growing}
310 310
311 -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} (figure~\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} (figure~\ref{fig:segmentation_region_growing_dinamic}). 311 +Region growing tool is accessed in the menu \textbf{Tools}, \textbf{Segmentation}, \textbf{Region growing} (figure~\ref{fig:menu_segmentation_region_growing}). Before segmenting select if the operation will be in \textbf{2D - Actual slice} or \textbf{3D - All slices}. It is also necessary to select the connectivity: $4$ or $8$ to 2D or $6$, $18$ or $26$ to 3D. It's also necessary to select the method, which may be \textbf{Dynamic, Threshold, or Confidence} (figure~\ref{fig:segmentation_region_growing_dinamic})
312 312
313 \begin{figure}[!htb] 313 \begin{figure}[!htb]
314 -\centering  
315 -\includegraphics[scale=0.5]{menu_segmentation_region_growing_pt.png}  
316 -\caption{Menu para ativar a segmentação por região de crescimento.}  
317 -\label{fig:menu_segmentation_region_growing} 314 + \centering
  315 + \includegraphics[scale=0.5]{menu_segmentation_region_growing_pt.png}
  316 + \caption{Menu to access the region growing segmentation segmentation tool.}
  317 + \label{fig:menu_segmentation_region_growing}
318 \end{figure} 318 \end{figure}
319 319
320 \begin{figure}[!htb] 320 \begin{figure}[!htb]
321 -\centering  
322 -\includegraphics[scale=0.7]{segmentation_region_growing_dinamic_pt.png}  
323 -\caption{Tela para ajuste de parâmetros de segmentação por crescimento de região.}  
324 -\label{fig:segmentation_region_growing_dinamic} 321 + \centering
  322 + \includegraphics[scale=0.7]{segmentation_region_growing_dinamic_pt.png}
  323 + \caption{Dialog to configure the parameters of region growing segmentation tool.}
  324 + \label{fig:segmentation_region_growing_dinamic}
325 \end{figure} 325 \end{figure}
326 326
327 A técnica parte de um pixel inicial que é indicado clicando com o \textbf{botão direito} do mouse, os pixels vizinhos que satisfazem as condições indicadas anteriormente são selecionados. Cada método leva em consideração diferentes condições, a seguir são apresentadas as diferenças entre cada método: 327 A técnica parte de um pixel inicial que é indicado clicando com o \textbf{botão direito} do mouse, os pixels vizinhos que satisfazem as condições indicadas anteriormente são selecionados. Cada método leva em consideração diferentes condições, a seguir são apresentadas as diferenças entre cada método:
328 328
  329 +This segmentation technique starts with a pixel (indicated by the user clicking with the left-button of the mouse). If the neighbour pixels meet some conditions are selected. Iteratively, the selection expands analyzing the neighbourhood of the selected pixels. Each region growing method has a different condition of selection:
  330 +
329 \begin{itemize} 331 \begin{itemize}
330 - \item \textbf{Dinâmico}: Esse método captura o valor do pixel que foi clicado, levando em consideração o desvio para baixo (min) e desvio para cima (max). A opção \textbf{Considerar o brilho e contraste} é ativada por padrão, essa opção permite levar em consideração os valores de níveis de cinza que são exibidos e/ou ajustados na opção brilho e contraste. Ao desativar essa opção será levado em consideração os valores de cinza gravados na imagem (figure~\ref{fig:segmentation_region_growing_dinamic_parameter}).  
331 - 332 + \item \textbf{Dynamic}: In this method uses the value of the pixel clicked by the user. Then every connected pixel inside the lower (min) and the upper (max) range deviation are selected. The option \textbf{Use WWWL} is default and makes region growing taking into account the image with \textbf{window width} and \textbf{window level} applied not the raw one (figure~\ref{fig:segmentation_region_growing_dinamic_parameter}).
  333 +
332 \begin{figure}[!htb] 334 \begin{figure}[!htb]
333 \centering 335 \centering
334 \includegraphics[scale=0.7]{segmentation_region_growing_dinamic_parameter_pt.png} 336 \includegraphics[scale=0.7]{segmentation_region_growing_dinamic_parameter_pt.png}
335 - \caption{Ajuste de parâmetros para o método dinâmico.} 337 + \caption{Dynamic method parameters.}
336 \label{fig:segmentation_region_growing_dinamic_parameter} 338 \label{fig:segmentation_region_growing_dinamic_parameter}
337 \end{figure} 339 \end{figure}
338 -  
339 - \item \textbf{Limiar}: O método limiar selecionará os pixels cuja a vizinhança estejam dentro do valor mínimo e máximo (figure~\ref{fig:segmentation_region_growing_limiar}). 340 +
  341 + \item \textbf{Threshold}: This method selects the pixels whose intensity are inside the minimum and maximum threshold (figure~\ref{fig:segmentation_region_growing_limiar}).
340 342
341 \begin{figure}[!htb] 343 \begin{figure}[!htb]
342 \centering 344 \centering
343 \includegraphics[scale=0.7]{segmentation_region_growing_limiar_pt.png} 345 \includegraphics[scale=0.7]{segmentation_region_growing_limiar_pt.png}
344 - \caption{Ajuste de faixa de valores do método limiar.} 346 + \caption{Adjust the threshold.}
345 \label{fig:segmentation_region_growing_limiar} 347 \label{fig:segmentation_region_growing_limiar}
346 - \end{figure}  
347 -  
348 - \item \textbf{Confidência}: O método (figure~\ref{fig:segmentation_region_growing_confidence_parameter})  
349 - 348 + \end{figure}
  349 +
  350 + \item \textbf{Confidence}: O método (figure~\ref{fig:segmentation_region_growing_confidence_parameter})
  351 +
350 \begin{figure}[!htb] 352 \begin{figure}[!htb]
351 \centering 353 \centering
352 \includegraphics[scale=0.7]{segmentation_region_growing_confidence_parameter_pt.png} 354 \includegraphics[scale=0.7]{segmentation_region_growing_confidence_parameter_pt.png}
353 - \caption{Ajuste de faixa de valores do método limiar.} 355 + \caption{Confidence parameter.}
354 \label{fig:segmentation_region_growing_confidence_parameter} 356 \label{fig:segmentation_region_growing_confidence_parameter}
355 - \end{figure}  
356 -  
357 - 357 + \end{figure}
  358 +
  359 +
358 \end{itemize} 360 \end{itemize}
docs/user_guide_pt_BR_source/cap_segmen.tex
@@ -352,7 +352,7 @@ A técnica de segmentação por crescimento de região é ativada no menu \textb @@ -352,7 +352,7 @@ A técnica de segmentação por crescimento de região é ativada no menu \textb
352 \label{fig:segmentation_region_growing_dinamic} 352 \label{fig:segmentation_region_growing_dinamic}
353 \end{figure} 353 \end{figure}
354 354
355 -A técnica parte de um pixel inicial que é indicado clicando com o \textbf{botão direito} do mouse, os pixels vizinhos que satisfazem as condições indicadas anteriormente são selecionados. Cada método leva em consideração diferentes condições, a seguir são apresentadas as diferenças entre cada método: 355 +A técnica parte de um pixel inicial que é indicado clicando com o \textbf{botão esquerdo} do mouse, os pixels vizinhos que satisfazem as condições indicadas anteriormente são selecionados. Cada método leva em consideração diferentes condições, a seguir são apresentadas as diferenças entre cada método:
356 356
357 \begin{itemize} 357 \begin{itemize}
358 \item \textbf{Dinâmico}: Esse método captura o valor do pixel que foi clicado, levando em consideração o desvio para baixo (min) e desvio para cima (max). A opção \textbf{Considerar o brilho e contraste} é ativada por padrão, essa opção permite levar em consideração os valores de níveis de cinza que são exibidos e/ou ajustados na opção brilho e contraste. Ao desativar essa opção será levado em consideração os valores de cinza gravados na imagem (figura~\ref{fig:segmentation_region_growing_dinamic_parameter}). 358 \item \textbf{Dinâmico}: Esse método captura o valor do pixel que foi clicado, levando em consideração o desvio para baixo (min) e desvio para cima (max). A opção \textbf{Considerar o brilho e contraste} é ativada por padrão, essa opção permite levar em consideração os valores de níveis de cinza que são exibidos e/ou ajustados na opção brilho e contraste. Ao desativar essa opção será levado em consideração os valores de cinza gravados na imagem (figura~\ref{fig:segmentation_region_growing_dinamic_parameter}).
@@ -383,4 +383,4 @@ A técnica parte de um pixel inicial que é indicado clicando com o \textbf{botà @@ -383,4 +383,4 @@ A técnica parte de um pixel inicial que é indicado clicando com o \textbf{botÃ
383 \end{figure} 383 \end{figure}
384 384
385 385
386 -\end{itemize}  
387 \ No newline at end of file 386 \ No newline at end of file
  387 +\end{itemize}