
--- scribo/doc/mainpage.dox | 32 +++++++++++----------- scribo/scribo/binarization/niblack_threshold.hh | 2 + scribo/scribo/binarization/otsu_threshold.hh | 2 + scribo/scribo/binarization/sauvola_threshold.hh | 2 + 4 files changed, 22 insertions(+), 16 deletions(-) diff --git a/scribo/doc/mainpage.dox b/scribo/doc/mainpage.dox index 77786d9..ffe2185 100644 --- a/scribo/doc/mainpage.dox +++ b/scribo/doc/mainpage.dox @@ -10,6 +10,22 @@ Paris-R the French government, its economic development agencies and by the Paris-RĂ©gion institutions. +<center> +<table border=0 cellpadding=5> +<tr> +<td>\image html olena_mp00419c.png "A document image."</td> +<td style="vertical-align:center;">\htmlonly<font size="300%">→ </font>\endhtmlonly<td> +<td style="vertical-align:bottom;">\image html olena_viewer1.png "A GUI for analyzing the content and reconstruct the document."</td> +<td style="vertical-align:center;">\htmlonly<font size="300%">→ </font>\endhtmlonly<td> +<td>\image html olena_mp00419c_demat.png "The reconstructed document in PDF."</td> +</tr> +</table> +</center> + +\image latex olena_mp00419c.png +\image latex olena_viewer1.png +\image latex olena_mp00419c_demat.png + It aims at providing the following features: \li routines for DIA, @@ -42,22 +58,6 @@ look at the following files : Take also a look at the <a href="modules.html">Modules section</a>. -<center> -<table border=0 cellpadding=5> -<tr> -<td>\image html olena_mp00419c.png "A document image."</td> -<td style="vertical-align:center;">\htmlonly<font size="300%">→ </font>\endhtmlonly<td> -<td style="vertical-align:bottom;">\image html olena_viewer1.png "A GUI for analyzing the content and reconstruct the document."</td> -<td style="vertical-align:center;">\htmlonly<font size="300%">→ </font>\endhtmlonly<td> -<td>\image html olena_mp00419c_demat.png "The reconstructed document in PDF."</td> -</tr> -</table> -</center> - -\image latex olena_mp00419c.png -\image latex olena_viewer1.png -\image latex olena_mp00419c_demat.png - \section copyright Copyright and License Copyright (C) 2011 EPITA Research and Development (LRDE) diff --git a/scribo/scribo/binarization/niblack_threshold.hh b/scribo/scribo/binarization/niblack_threshold.hh index d9829f4..d817fc0 100644 --- a/scribo/scribo/binarization/niblack_threshold.hh +++ b/scribo/scribo/binarization/niblack_threshold.hh @@ -66,6 +66,8 @@ namespace scribo \return An image of local thresholds. \ingroup grpalgobinniblack + + \sa scribo::binarization::local_threshold */ template <typename I, typename J> mln_ch_value(I, value::int_u8) diff --git a/scribo/scribo/binarization/otsu_threshold.hh b/scribo/scribo/binarization/otsu_threshold.hh index 7ba458f..d43422b 100644 --- a/scribo/scribo/binarization/otsu_threshold.hh +++ b/scribo/scribo/binarization/otsu_threshold.hh @@ -51,6 +51,8 @@ namespace scribo \return A global threshold value. \ingroup grpalgobinotsu + + \sa scribo::binarization::global_threshold */ template <typename I> mln_value(I) diff --git a/scribo/scribo/binarization/sauvola_threshold.hh b/scribo/scribo/binarization/sauvola_threshold.hh index 41d70f7..e419237 100644 --- a/scribo/scribo/binarization/sauvola_threshold.hh +++ b/scribo/scribo/binarization/sauvola_threshold.hh @@ -66,6 +66,8 @@ namespace scribo \return An image of local thresholds. \ingroup grpalgobinsauvola + + \sa scribo::binarization::local_threshold */ template <typename I, typename J> mln_ch_value(I, value::int_u8) -- 1.7.2.5