Commit 348735eb authored by Davis King's avatar Davis King

Fixed spelling.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403485
parent 16fdf803
...@@ -36,8 +36,8 @@ namespace dlib ...@@ -36,8 +36,8 @@ namespace dlib
ensures ensures
- #down will contain an image that is roughly half the size of the original - #down will contain an image that is roughly half the size of the original
image. To be specific, this function performs the following steps: image. To be specific, this function performs the following steps:
- 1. applies a 5x5 gaussian filter to the orignal image to smooth it a little. - 1. Applies a 5x5 Gaussian filter to the original image to smooth it a little.
- 2. ever other row and column is discarded to create an image half the size - 2. Every other row and column is discarded to create an image half the size
of the original. This smaller image is stored in #down. of the original. This smaller image is stored in #down.
!*/ !*/
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment