Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dmorph.cpp97 template<class VecUpdate> struct MorphRowIVec struct
101 MorphRowIVec(int _ksize, int _anchor) : ksize(_ksize), anchor(_anchor) {} in MorphRowIVec() function
558 typedef MorphRowIVec<VMin8u> ErodeRowVec8u;
559 typedef MorphRowIVec<VMax8u> DilateRowVec8u;
560 typedef MorphRowIVec<VMin16u> ErodeRowVec16u;
561 typedef MorphRowIVec<VMax16u> DilateRowVec16u;
562 typedef MorphRowIVec<VMin16s> ErodeRowVec16s;
563 typedef MorphRowIVec<VMax16s> DilateRowVec16s;