Skip to content

Commit

Permalink
Merge pull request #58 from ZokszY/main
Browse files Browse the repository at this point in the history
Replace "she" by "one"
  • Loading branch information
hugoledoux authored Dec 4, 2024
2 parents 8304804 + 78fd6f2 commit 55e543c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpol/interpol.tex
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ \subsection{Laplace interpolant}%
\subsection{Bilinear Interpolation}%
\index{bilinear interpolation}

When one wants to know the value of the elevation at a location $p$, she can simply look at the value of the pixel (which is equivalent to using nearest neighbour interpolation), but this method has many drawbacks, for example when one needs to \emph{resample} a grid.
When one wants to know the value of the elevation at a location $p$, one can simply look at the value of the pixel (which is equivalent to using nearest neighbour interpolation), but this method has many drawbacks, for example when one needs to \emph{resample} a grid.
Resampling means transforming an input grid so that the resolution and/or the orientation are different, see \reffig{fig:resampling}.
\begin{marginfigure}
\centering
Expand Down

0 comments on commit 55e543c

Please sign in to comment.