Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dthresh.cpp1139 static bool ocl_threshold( InputArray _src, OutputArray _dst, double & thresh, double maxval, int t… in ocl_threshold() function
1189 ocl_threshold(_src, _dst, thresh, maxval, type), thresh) in threshold()