Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dthresh.cpp1093 class ThresholdRunner : public ParallelLoopBody class
1096 ThresholdRunner(Mat _src, Mat _dst, double _thresh, double _maxval, int _thresholdType) in ThresholdRunner() function in cv::ThresholdRunner
1270 ThresholdRunner(src, dst, thresh, maxval, type), in threshold()