1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #13775 from terfendail:morph_fix

This commit is contained in:
Alexander Alekhin
2019-02-07 15:53:58 +00:00
+1 -1
View File
@@ -159,7 +159,7 @@ template<class VecUpdate> struct MorphRowVec
i += vtype::nlanes/2;
}
return i;
return i - i % cn;
}
int ksize, anchor;