Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dmorph.cpp141 template<class VecUpdate> struct MorphRowFVec struct
143 MorphRowFVec(int _ksize, int _anchor) : ksize(_ksize), anchor(_anchor) {} in MorphRowFVec() argument
144 int operator()(const uchar* src, uchar* dst, int width, int cn) const in operator ()()
167 int ksize, anchor;