diff --git a/docs/user_guide_en.pdf b/docs/user_guide_en.pdf index d797154..fe190b0 100644 Binary files a/docs/user_guide_en.pdf and b/docs/user_guide_en.pdf differ diff --git a/docs/user_guide_en_source/cap_manip.tex b/docs/user_guide_en_source/cap_manip.tex index e275d13..e97e79e 100644 --- a/docs/user_guide_en_source/cap_manip.tex +++ b/docs/user_guide_en_source/cap_manip.tex @@ -352,7 +352,7 @@ As shown in Figure~\ref{fig:proj_maxip_qtd}, the number of MaxIP images is set a \subsection{MinIP} -Unlike MaxIP, MinIP (\textit{Minimun Intensity Projection}) selects only the voxels that have minimal intensity among those visited, as shown in Figure~\ref{fig:proj_minIP}. The image number selection comprising the projection is made at the bottom of each orientation image as shown in Figure~\ref{fig:proj_maxip_qtd}. +Unlike MaxIP, MinIP (\textit{Minimum Intensity Projection}) selects only the voxels that have minimal intensity among those visited, as shown in Figure~\ref{fig:proj_minIP}. The image number selection comprising the projection is made at the bottom of each orientation image as shown in Figure~\ref{fig:proj_maxip_qtd}. \begin{figure}[!h] \centering @@ -411,4 +411,4 @@ The Contour MIDA function consists of visualizing contours present in the projec \includegraphics[scale=0.40]{multiplanar_window_contour_mida_en.png} \caption{Contour MIDA projection} \label{fig:proj_contorno_mida} -\end{figure} \ No newline at end of file +\end{figure} diff --git a/docs/user_guide_pt_BR.pdf b/docs/user_guide_pt_BR.pdf index c40a02c..3f20a8f 100644 Binary files a/docs/user_guide_pt_BR.pdf and b/docs/user_guide_pt_BR.pdf differ diff --git a/docs/user_guide_pt_BR_source/cap_manip.tex b/docs/user_guide_pt_BR_source/cap_manip.tex index a03b64e..fabbddb 100644 --- a/docs/user_guide_pt_BR_source/cap_manip.tex +++ b/docs/user_guide_pt_BR_source/cap_manip.tex @@ -412,7 +412,7 @@ Como mostra a figura~\ref{fig:proj_maxip_qtd}, a quantidade de imagens que irá \subsection{MinIP} -Ao contrário do MaxIP, o MinIP (\textit{Minimun Intensity Projection}) seleciona somente os voxels que possuem internsidade minima entre os visitados, apresentamos na figura~\ref{fig:proj_minIP} um exemplo. A seleção da quantidade de imagens que irá compor a projeção é feita no inferior da imagem de cada orientação como mostra a figura~\ref{fig:proj_maxip_qtd}. +Ao contrário do MaxIP, o MinIP (\textit{Minimum Intensity Projection}) seleciona somente os voxels que possuem internsidade minima entre os visitados, apresentamos na figura~\ref{fig:proj_minIP} um exemplo. A seleção da quantidade de imagens que irá compor a projeção é feita no inferior da imagem de cada orientação como mostra a figura~\ref{fig:proj_maxip_qtd}. \begin{figure}[H] \centering @@ -471,4 +471,4 @@ Compõe a projeção 2D do conjunto de imagens que contém o volume usando a té \includegraphics[scale=0.40]{multiplanar_window_contour_mida_pt.png} \caption{Projeção de Contorno MIDA} \label{fig:proj_contorno_mida} -\end{figure} \ No newline at end of file +\end{figure} diff --git a/invesalius/data/cy_mesh.pyx b/invesalius/data/cy_mesh.pyx index c89da9d..6d074f8 100644 --- a/invesalius/data/cy_mesh.pyx +++ b/invesalius/data/cy_mesh.pyx @@ -173,7 +173,7 @@ cdef class Mesh: Params: v_id: id of the vertex - dmax: the maximun distance. + dmax: the maximum distance. """ cdef vector[vertex_id_t]* idfaces cdef vector[vertex_id_t]* near_vertices = new vector[vertex_id_t]() @@ -230,7 +230,7 @@ cdef vector[weight_t]* calc_artifacts_weight(Mesh mesh, vector[vertex_id_t]& ver vertices_staircase: the identified staircase artifact vertices tmax: max distance the vertex must be to its nearest artifact vertex to considered to calculate the weight - bmin: The minimun weight. + bmin: The minimum weight. """ cdef int vi_id, vj_id, nnv, n_ids, i, j cdef vector[vertex_id_t]* near_vertices @@ -444,7 +444,7 @@ def ca_smoothing(Mesh mesh, double T, double tmax, double bmin, int n_iters): vertex a staircase artifact tmax: max distance the vertex must be to its nearest artifact vertex to considered to calculate the weight - bmin: The minimun weight + bmin: The minimum weight n_iters: Number of iterations. """ cdef double[3] stack_orientation = [0.0, 0.0, 1.0] -- libgit2 0.21.2