Home
last modified time | relevance | path

Searched defs:MorphRowIVec (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dmorph.cpp97 template<class VecUpdate> struct MorphRowIVec struct
99 enum { ESZ = VecUpdate::ESZ };
101 MorphRowIVec(int _ksize, int _anchor) : ksize(_ksize), anchor(_anchor) {} in MorphRowIVec() function
102 int operator()(const uchar* src, uchar* dst, int width, int cn) const in operator ()()
137 int ksize, anchor;