Commit 9b2632cc66128257d103e0dcb066ed7ed3002b7a
1 parent
a06acdc2
Exists in
user_guide_en
Finished segmentation
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
docs/user_guide_en_source/cap_segmen.tex
... | ... | @@ -347,7 +347,7 @@ This segmentation technique starts with a pixel (indicated by the user clicking |
347 | 347 | \label{fig:segmentation_region_growing_limiar} |
348 | 348 | \end{figure} |
349 | 349 | |
350 | - \item \textbf{Confidence}: O método (figure~\ref{fig:segmentation_region_growing_confidence_parameter}) | |
350 | + \item \textbf{Confidence}: This method starts by calculating the standard deviation and the mean value of the pixel selected by the user and its neighbourhood. Connected pixels with value inside the range (given by the mean more and less the standard deviation multiplied by the \textbf{Multiplier} parameter). It's calculated the mean and the standard deviation from the selected pixels. Which follows by other expansion step. This process is repeated according to the number of \textbf{Iterations} parameter. The figure~\ref{fig:segmentation_region_growing_confidence_parameter} shows the parameters for this method. | |
351 | 351 | |
352 | 352 | \begin{figure}[!htb] |
353 | 353 | \centering | ... | ... |
docs/user_guide_pt_BR_source/cap_segmen.tex
... | ... | @@ -373,7 +373,7 @@ A técnica parte de um pixel inicial que é indicado clicando com o \textbf{botà |
373 | 373 | \label{fig:segmentation_region_growing_limiar} |
374 | 374 | \end{figure} |
375 | 375 | |
376 | - \item \textbf{Confidência}: O método (figura~\ref{fig:segmentation_region_growing_confidence_parameter}) | |
376 | +\item \textbf{Confidência}: Esse método inicia calculando o desvio padrão e a média do pixel selecionado pelo usuário e sua vizinhança. Pixels conectados com valores dentro da faixa (que é dado pela média mais e menos o desvio padrão multiplicado pelo \textbf{multiplicador}). É calculada a média e desvio padrão dos pixeis selecionado. Que é seguido por outra etapa de expansão. Esse processo é repetido de acordo com o parâmetro \textbf{Iteração}. A figura~\ref{fig:segmentation_region_growing_confidence_parameter} mostra os parâmetros desse método. | |
377 | 377 | |
378 | 378 | \begin{figure}[!htb] |
379 | 379 | \centering | ... | ... |