From 9f0ff03da511a39daf7dd256bea69e4f992f77ce Mon Sep 17 00:00:00 2001 From: Peter Whidden Date: Thu, 27 Sep 2018 14:37:59 -0700 Subject: [PATCH] Fix typo "wit" -> "with" --- doc/tutorials/imgproc/pyramids/pyramids.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/imgproc/pyramids/pyramids.markdown b/doc/tutorials/imgproc/pyramids/pyramids.markdown index 9b507e604e..90cb5652b0 100644 --- a/doc/tutorials/imgproc/pyramids/pyramids.markdown +++ b/doc/tutorials/imgproc/pyramids/pyramids.markdown @@ -56,7 +56,7 @@ Theory entire pyramid. - The procedure above was useful to downsample an image. What if we want to make it bigger?: columns filled with zeros (\f$0 \f$) - - First, upsize the image to twice the original in each dimension, wit the new even rows and + - First, upsize the image to twice the original in each dimension, with the new even rows and - Perform a convolution with the same kernel shown above (multiplied by 4) to approximate the values of the "missing pixels" - These two procedures (downsampling and upsampling as explained above) are implemented by the