* green/doc/quick_tour : New specific directory.
* green/doc/quick_tour/quick_tour.tex : New documentation work.
---
trunk/milena/sandbox/ChangeLog | 7 ++
.../sandbox/green/doc/quick_tour/quick_tour.tex | 115 ++++++++++++++++++++
2 files changed, 122 insertions(+), 0 deletions(-)
create mode 100644 trunk/milena/sandbox/green/doc/quick_tour/quick_tour.tex
diff --git a/trunk/milena/sandbox/ChangeLog b/trunk/milena/sandbox/ChangeLog
index b50e807..8b4d62c 100644
--- a/trunk/milena/sandbox/ChangeLog
+++ b/trunk/milena/sandbox/ChangeLog
@@ -1,5 +1,12 @@
2009-09-10 Yann Jacquelet <jacquelet(a)lrde.epita.fr>
+ Write down the basis of the quick tour summary documentation.
+
+ * green/doc/quick_tour : New specific directory.
+ * green/doc/quick_tour/quick_tour.tex : New documentation work.
+
+2009-09-10 Yann Jacquelet <jacquelet(a)lrde.epita.fr>
+
Write down 3d currently used formulaes.
* green/doc : New documentation directory.
diff --git a/trunk/milena/sandbox/green/doc/quick_tour/quick_tour.tex
b/trunk/milena/sandbox/green/doc/quick_tour/quick_tour.tex
new file mode 100644
index 0000000..c35ec31
--- /dev/null
+++ b/trunk/milena/sandbox/green/doc/quick_tour/quick_tour.tex
@@ -0,0 +1,115 @@
+%% Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE)
+%%
+%% This file is part of Olena.
+%%
+%% Olena is free software: you can redistribute it and/or modify it under
+%% the terms of the GNU General Public License as published by the Free
+%% Software Foundation, version 2 of the License.
+%%
+%% Olena is distributed in the hope that it will be useful,
+%% but WITHOUT ANY WARRANTY; without even the implied warranty of
+%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+%% General Public License for more details.
+%%
+%% You should have received a copy of the GNU General Public License
+%% along with Olena. If not, see <http://www.gnu.org/licenses/>.
+
+\documentclass{article}
+
+%\usepackage{hevea}
+
+\usepackage{html}
+\usepackage{hyperref}
+\usepackage{graphicx}
+\usepackage{makeidx}
+\usepackage{xcolor}
+\usepackage{color}
+\usepackage{amsfonts}
+\usepackage{amsmath}
+\usepackage{amsthm}
+\usepackage{amssymb}
+
+\title{Olena summary}
+\author{LRDE}
+\date{}
+\makeindex
+
+\begin{document}
+
+\maketitle
+
+%#################################################################
+\section{Summary}
+
+Write down some evidence about olena library.
+
+%=================================================================
+\subsection{Image formats}
+
+Concerning the mln/io directory.
+We must exactly know which kind of image we can import or export.
+So we must decide the kind of value (float,grayscale,rgb) and its
+quantification (8 bits, 16 bits, 24 bits, 32 bits ...), the kind of image
+1d, 2d, 3d, if there is some compression or not and every thing like this.
+
+\begin{itemize}
+ \item cloud (load/save)
+ \item plot (load/save)
+ \item dump (load/save)
+ \item off (load/save)
+ \item magick (load/save)
+ \item pbm (load/save)
+ \item pgm (load/save)
+ \item ppm (load/save)
+ \item pfm (load/save)
+ \item pnm (load/save)
+ \item txt (save)
+ \item pbms (load)
+ \item pgms (load)
+ \item ppms (load)
+ \item pnms (load)
+ \item fits (load)
+ \item tiff (load) [color deph ?/grayscale deph ?] [1d/2d/3d ??]
+ \item dicom (load)
+\end{itemize}
+
+%=================================================================
+\subsection{Image type}
+
+\begin{itemize}
+ \item image1d
+ \item image2d
+ \item image3d
+ \item flat\_image
+ \item interpolated
+ \item tr\_image
+ \item graph
+ \item interpixel image
+\end{itemize}
+
+%=================================================================
+\subsection{Image value}
+
+\begin{itemize}
+ \item graylevel (gl8, gl16, glf)
+ \item unsigned integer (int\_u8, int\_u12, int\_u16, int\_u32, int\_u<n>,
int\_u\_sat)
+ \item signed integer (int\_s8, int\_s16, int\_s32, int\_s<n>)
+ \item color (rgb8, rgb16, rgb<n>, hsi, hsl)
+ \item label (label<n>, label8, label16)
+ \item float (float01\_8, float01\_16, float01\_f)
+\end{itemize}
+
+
+
+%=================================================================
+\subsection{Image standard operations}
+
+\begin{itemize}
+ \item lut ??
+ \item histogram
+ \item stats/accu
+ \item addition/soustraction/ ...
+ \item classical image processing
+\end{itemize}
+
+\end{document}
--
1.5.6.5