Merge pull request #13775 from terfendail:morph_fix

pull/13760/head
Alexander Alekhin 6 years ago
commit d2174e2e75
  1. 2
      modules/imgproc/src/morph.cpp

@ -159,7 +159,7 @@ template<class VecUpdate> struct MorphRowVec
i += vtype::nlanes/2;
}
return i;
return i - i % cn;
}
int ksize, anchor;

Loading…
Cancel
Save