Commit 63ca672c authored by Davis King's avatar Davis King

Fixed grammar in comment.

parent 82f17317
......@@ -69,7 +69,7 @@ namespace dlib
ensures
- interprets p as a point in a parent image and returns the
point in a downsampled image which corresponds to p.
- This function is the inverse of point_up(). I.e. for an point P:
- This function is the inverse of point_up(). I.e. for a point P:
point_down(point_up(P)) == P
!*/
......@@ -81,7 +81,7 @@ namespace dlib
ensures
- interprets p as a point in a downsampled image and returns the
point in a parent image which corresponds to p.
- This function is the inverse of point_down(). I.e. for an point P:
- This function is the inverse of point_down(). I.e. for a point P:
point_up(point_down(P)) == P
!*/
......
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