From 25186977805babb7c607472137c7b8a0ca09e3f1 Mon Sep 17 00:00:00 2001 From: guigues Date: Wed, 10 Sep 2008 11:09:27 +0000 Subject: [PATCH] /bin/bash: q: command not found --- kernel/doc/bbtkUsersGuide/bbtkUsersGuide.tex | 28 +++++++++++++++----- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/kernel/doc/bbtkUsersGuide/bbtkUsersGuide.tex b/kernel/doc/bbtkUsersGuide/bbtkUsersGuide.tex index 322099a..bef81cc 100644 --- a/kernel/doc/bbtkUsersGuide/bbtkUsersGuide.tex +++ b/kernel/doc/bbtkUsersGuide/bbtkUsersGuide.tex @@ -2,10 +2,23 @@ \documentclass[11pt,final,a4paper]{article} \input{config.tex} \begin{document} -\title{The Black Box Toolkit\\User's Guide} -\date{\today} -\author{Laurent Guigues} -\maketitle +\begin{center} + +{\Large \BBTK} +\vspace{1cm} + +{\Huge User's Guide} +\vspace{1cm} + +\bbtk version 1.0 +\vspace{0.5cm} + +September 10th 2008 +\vspace{0.5cm} + +Laurent Guigues, Jean-Pierre Roux +\end{center} + % ========================================== \tableofcontents % ========================================== @@ -669,8 +682,10 @@ To process this special substrings, \bbi does: \item postpone an implicit 'new line' character to the string \end{enumerate} -\paragraph +%\paragraph + Box processing is needed if: + \begin{itemize} \item at least input has changed since last processing or \item the input \texttt{'BoxProcessMode'} of the box is set to @@ -1521,7 +1536,7 @@ It contains some vtk based image processing filters : Creates a Cone \paragraph{ImageAnisotropicDiffusion3D} -vtkImageAnisotropicDiffusion3D diffuses an volume iteratively. \\ +vtk\-Image\-Anisotropic\-Diffusion\-3D dif\-fuses a volume iteratively. \\ The neighborhood of the diffusion is determined by the instance flags. \\ if 'Faces' is on, the 6 voxels adjoined by faces are included in the neighborhood. \\ If 'Edges' is on the 12 edge connected voxels are included, and if 'Corners' is on, the 8 corner connected voxels are included. \\ @@ -1542,6 +1557,7 @@ The gradient between the voxel and the neighbor must be below the 'DiffusionThre Exports objet sizes, and Spacings \paragraph{ImageDilateErode3D} + Dilates one value and erodes another.\\ vtkImageDilateErode3D will dilate one value and erode another. \\ It uses an elliptical foot print, and only erodes/dilates on the boundary of the two values. \\ -- 2.45.1