---
scribo/ChangeLog | 4 ++++
scribo/doc/scribo/binarization/sauvola.dox | 8 ++++----
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index 6196c20..5b3540d 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,5 +1,9 @@
2012-02-27 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * doc/scribo/binarization/sauvola.dox: Fix documentation.
+
+2012-02-27 Guillaume Lazzara <z(a)lrde.epita.fr>
+
Fix path to data.
* doc/Doxyfile.in,
diff --git a/scribo/doc/scribo/binarization/sauvola.dox
b/scribo/doc/scribo/binarization/sauvola.dox
index e127871..32e489b 100644
--- a/scribo/doc/scribo/binarization/sauvola.dox
+++ b/scribo/doc/scribo/binarization/sauvola.dox
@@ -23,7 +23,7 @@
computes a local threshold for each pixel.
The following formula is used:
- \f[T(p) = m(p) + [1 + k * (s(p)/R - 1)]\f]
+ \f[T(p) = m(p) + [1 + k * (\frac{s(p)}{R} - 1)]\f]
Where \a p is the central window point, \a m(p) and \a s(p) are,
respectively, the mean and the standard deviation of the window
@@ -45,9 +45,9 @@
<table border=0>
<tr>
<td>\image html input_sauvola_sharpness.png "Input image."</td>
- <td>\image html output_k_0_03.png "scribo::binarization::sauvola_ms with \a
k=0.03."</td>
- <td>\image html output_k_0_34.png "scribo::binarization::sauvola_ms with \a
k=0.34."</td>
- <td>\image html output_k_0_60.png "scribo::binarization::sauvola_ms with \a
k=0.60."</td>
+ <td>\image html output_k_0_03.png "sauvola_ms with \a
k=0.03."</td>
+ <td>\image html output_k_0_34.png "sauvola_ms with \a
k=0.34."</td>
+ <td>\image html output_k_0_60.png "sauvola_ms with \a
k=0.60."</td>
</tr>
</table>
</center>
--
1.7.2.5
Show replies by date