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:
@@ -159,7 +159,7 @@ template<class VecUpdate> struct MorphRowVec
|
||||
i += vtype::nlanes/2;
|
||||
}
|
||||
|
||||
return i;
|
||||
return i - i % cn;
|
||||
}
|
||||
|
||||
int ksize, anchor;
|
||||
|
||||
Reference in New Issue
Block a user