Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dmorph.cpp1591 int current_op = iterations == i + 1 ? actual_op : op; in ocl_morphOp() local
1601current_op == op ? "" : cv::format(" -D %s", op2str[current_op]).c_str()); in ocl_morphOp()