Home | History | Annotate | Download | only in src

Lines Matching refs:morphOp

1677 static void morphOp( int op, InputArray _src, OutputArray _dst,
1747 morphOp( MORPH_ERODE, src, dst, kernel, anchor, iterations, borderType, borderValue );
1755 morphOp( MORPH_DILATE, src, dst, kernel, anchor, iterations, borderType, borderValue );