Skip to content
Snippets Groups Projects
Commit 38c4d5dd authored by Bas Couwenberg's avatar Bas Couwenberg
Browse files

Fix spelling errors.

 * regulary  -> regularly
 * precense  -> presence
 * speficier -> specifier
parent 6316d45e
No related branches found
No related tags found
No related merge requests found
...@@ -150,7 +150,7 @@ private: ...@@ -150,7 +150,7 @@ private:
AddChoice("mode.geobins", "Search keypoints in small spatial bins regularly spread across first image"); AddChoice("mode.geobins", "Search keypoints in small spatial bins regularly spread across first image");
SetParameterDescription("mode.geobins", SetParameterDescription("mode.geobins",
"This method retrieves a set of tie points regulary spread across image 1. Corresponding bins in image 2 are retrieved using " "This method retrieves a set of tie points regularly spread across image 1. Corresponding bins in image 2 are retrieved using "
"sensor and geographical information if available. The first bin position takes into account the margin parameter. Bins are " "sensor and geographical information if available. The first bin position takes into account the margin parameter. Bins are "
"cropped to the largest image region shrunk by the margin parameter for both in1 and in2 images."); "cropped to the largest image region shrunk by the margin parameter for both in1 and in2 images.");
......
...@@ -69,7 +69,7 @@ private: ...@@ -69,7 +69,7 @@ private:
SetDocLimitations("None"); SetDocLimitations("None");
SetDocAuthors("OTB-Team"); SetDocAuthors("OTB-Team");
SetDocSeeAlso(" Pesari, M., A. Gerhardinger, F. Kayitakire. 2008. A robust built-up area precense" SetDocSeeAlso(" Pesari, M., A. Gerhardinger, F. Kayitakire. 2008. A robust built-up area presence"
" index by anisotropic rotation-invariant textural measure." " index by anisotropic rotation-invariant textural measure."
" IEEE Journal of selected topics in applied earth observations and remote sensing.Vol1, NO3."); " IEEE Journal of selected topics in applied earth observations and remote sensing.Vol1, NO3.");
......
...@@ -27,14 +27,14 @@ ...@@ -27,14 +27,14 @@
namespace otb namespace otb
{ {
/** \class ScalarImageToPanTexTextureFilter /** \class ScalarImageToPanTexTextureFilter
* \brief This class computes a texture derived built-up precense index (PanTex) * \brief This class computes a texture derived built-up presence index (PanTex)
* *
* This class computes a texture-derived built-up presence index (PanTex) from textural * This class computes a texture-derived built-up presence index (PanTex) from textural
* characteristics of scalar images.It is the min value of the contrast in 8 directions. * characteristics of scalar images.It is the min value of the contrast in 8 directions.
* *
* Print references: * Print references:
* *
* Pesari, M., A. Gerhardinger, F. Kayitakire. 2008. A robust built-up area precense * Pesari, M., A. Gerhardinger, F. Kayitakire. 2008. A robust built-up area presence
* index by anisotropic rotation-invariant textural measure. * index by anisotropic rotation-invariant textural measure.
* IEEE Journal of selected topics in applied earth observations and remote sensing. * IEEE Journal of selected topics in applied earth observations and remote sensing.
* Vol1, NO3. * Vol1, NO3.
......
...@@ -83,7 +83,7 @@ ossimDate ossimplugins::time::details::strptime(string_view const& format, strin ...@@ -83,7 +83,7 @@ ossimDate ossimplugins::time::details::strptime(string_view const& format, strin
} }
break; break;
default: default:
throw std::logic_error("Unsupported date format speficier (in "+format+": "+fmt.front()+")"); throw std::logic_error("Unsupported date format specifier (in "+format+": "+fmt.front()+")");
} }
break; break;
default: default:
......
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