1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Fix modules/ typos

Found using `codespell -q 3 -S ./3rdparty -L activ,amin,ang,atleast,childs,dof,endwhile,halfs,hist,iff,nd,od,uint`

backporting of commit: ec43292e1e
This commit is contained in:
luz.paz
2019-08-15 18:02:09 -04:00
committed by Alexander Alekhin
parent 7df3141bbc
commit fcc7d8dd4e
67 changed files with 83 additions and 83 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ static void image_jacobian_homo_ECC(const Mat& src1, const Mat& src2,
//instead of dividing each block with den,
//just pre-devide the block of gradients (it's more efficient)
//just pre-divide the block of gradients (it's more efficient)
Mat src1Divided_;
Mat src2Divided_;
+1 -1
View File
@@ -48,7 +48,7 @@
#define GRIDSIZE 3
#define LSx 8
#define LSy 8
// defeine local memory sizes
// define local memory sizes
#define LM_W (LSx*GRIDSIZE+2)
#define LM_H (LSy*GRIDSIZE+2)
#define BUFFER (LSx*LSy)