Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dmorph.cpp1141 const Size& ksize, const Point &anchor, bool rectKernel) in IPPMorphReplicate() argument
1155 if (!rectKernel) in IPPMorphReplicate()
1312 bool rectKernel = false; in IPPMorphOp() local
1317 rectKernel = true; in IPPMorphOp()
1326 rectKernel = true; in IPPMorphOp()
1334 return IPPMorphReplicate( op, src, dst, kernel, ksize, anchor, rectKernel ); in IPPMorphOp()