MorphRowIVec 101 modules/imgproc/src/morph.cpp MorphRowIVec(int _ksize, int _anchor) : ksize(_ksize), anchor(_anchor) {} MorphRowIVec 558 modules/imgproc/src/morph.cpp typedef MorphRowIVec<VMin8u> ErodeRowVec8u; MorphRowIVec 559 modules/imgproc/src/morph.cpp typedef MorphRowIVec<VMax8u> DilateRowVec8u; MorphRowIVec 560 modules/imgproc/src/morph.cpp typedef MorphRowIVec<VMin16u> ErodeRowVec16u; MorphRowIVec 561 modules/imgproc/src/morph.cpp typedef MorphRowIVec<VMax16u> DilateRowVec16u; MorphRowIVec 562 modules/imgproc/src/morph.cpp typedef MorphRowIVec<VMin16s> ErodeRowVec16s; MorphRowIVec 563 modules/imgproc/src/morph.cpp typedef MorphRowIVec<VMax16s> DilateRowVec16s;