Searched defs:MorphRowFVec (Results 1 – 1 of 1) sorted by relevance
141 template<class VecUpdate> struct MorphRowFVec struct143 MorphRowFVec(int _ksize, int _anchor) : ksize(_ksize), anchor(_anchor) {} in MorphRowFVec() argument144 int operator()(const uchar* src, uchar* dst, int width, int cn) const in operator ()()167 int ksize, anchor;