Update imgproc.hpp
authorscorpiozj <scorpiozj@gmail.com>
Sun, 10 Jul 2022 12:39:04 +0000 (20:39 +0800)
committerscorpiozj <scorpiozj@gmail.com>
Fri, 15 Jul 2022 08:35:12 +0000 (16:35 +0800)
fix Rect value of integral image example;

modules/imgproc/include/opencv2/imgproc.hpp

index fd1a5d9721d54268b57e2cae1f423dfe32b93581..9ab8999e303a803ea593efc9c33bf99085f05792 100644 (file)
@@ -2725,7 +2725,7 @@ It makes possible to do a fast blurring or fast block correlation with a variabl
 example. In case of multi-channel images, sums for each channel are accumulated independently.
 
 As a practical example, the next figure shows the calculation of the integral of a straight
-rectangle Rect(3,3,3,2) and of a tilted rectangle Rect(5,1,2,3) . The selected pixels in the
+rectangle Rect(4,4,3,2) and of a tilted rectangle Rect(5,1,2,3) . The selected pixels in the
 original image are shown, as well as the relative pixels in the integral images sum and tilted .
 
 ![integral calculation example](pics/integral.png)