Searched defs:MorphRowIVec (Results 1 – 1 of 1) sorted by relevance
97 template<class VecUpdate> struct MorphRowIVec struct99 enum { ESZ = VecUpdate::ESZ };101 MorphRowIVec(int _ksize, int _anchor) : ksize(_ksize), anchor(_anchor) {} in MorphRowIVec() function102 int operator()(const uchar* src, uchar* dst, int width, int cn) const in operator ()()137 int ksize, anchor;