Skip to content
Snippets Groups Projects
Commit 8f012e59 authored by Christophe Palmann's avatar Christophe Palmann
Browse files

ENH: typo

parent 8bfc2820
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ namespace otb ...@@ -28,7 +28,7 @@ namespace otb
/** \class KuanImageFilter /** \class KuanImageFilter
* \brief Anti-speckle image filter * \brief Anti-speckle image filter
* *
* This class implements Gamma MAP filter for despeckleing of SAR * This class implements Kuan filter for despeckleing of SAR
* images. * images.
* *
* *
......
...@@ -34,7 +34,7 @@ namespace otb ...@@ -34,7 +34,7 @@ namespace otb
R=I*W+E[I]*(1-W), where R=I*W+E[I]*(1-W), where
W=1-Cu*Cu/(Ci*Ci) W=1-Cu*Cu/(Ci*Ci)
Cu = 1/sqrt(nb of look) Cu = 1/sqrt(nb of look)
Ci = sqrt(VAR[i])/E[I] Ci = sqrt(VAR[I])/E[I]
* *
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment