mirror of
https://github.com/opencv/opencv.git
synced 2025-07-22 12:17:04 +08:00
Merge pull request #13775 from terfendail:morph_fix
This commit is contained in:
commit
d2174e2e75
@ -159,7 +159,7 @@ template<class VecUpdate> struct MorphRowVec
|
|||||||
i += vtype::nlanes/2;
|
i += vtype::nlanes/2;
|
||||||
}
|
}
|
||||||
|
|
||||||
return i;
|
return i - i % cn;
|
||||||
}
|
}
|
||||||
|
|
||||||
int ksize, anchor;
|
int ksize, anchor;
|
||||||
|
Loading…
Reference in New Issue
Block a user