From 9b2632cc66128257d103e0dcb066ed7ed3002b7a Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Fri, 19 May 2017 16:29:47 -0300 Subject: [PATCH] Finished segmentation --- docs/user_guide_en_source/cap_segmen.tex | 2 +- docs/user_guide_pt_BR_source/cap_segmen.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user_guide_en_source/cap_segmen.tex b/docs/user_guide_en_source/cap_segmen.tex index 520525e..52fe7c5 100644 --- a/docs/user_guide_en_source/cap_segmen.tex +++ b/docs/user_guide_en_source/cap_segmen.tex @@ -347,7 +347,7 @@ This segmentation technique starts with a pixel (indicated by the user clicking \label{fig:segmentation_region_growing_limiar} \end{figure} - \item \textbf{Confidence}: O método (figure~\ref{fig:segmentation_region_growing_confidence_parameter}) + \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. \begin{figure}[!htb] \centering diff --git a/docs/user_guide_pt_BR_source/cap_segmen.tex b/docs/user_guide_pt_BR_source/cap_segmen.tex index a2fd9b6..3fa7638 100644 --- a/docs/user_guide_pt_BR_source/cap_segmen.tex +++ b/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à \label{fig:segmentation_region_growing_limiar} \end{figure} - \item \textbf{Confidência}: O método (figura~\ref{fig:segmentation_region_growing_confidence_parameter}) +\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. \begin{figure}[!htb] \centering -- libgit2 0.21.2