Searched refs:IPPMorphOp (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | morph.cpp | 1263 static bool IPPMorphOp(int op, InputArray _src, OutputArray _dst, in IPPMorphOp() function 1717 if( IPPMorphOp(op, _src, _dst, kernel, anchor, iterations, borderType, borderValue) ) in morphOp()
|