Searched defs:tbbCanny (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
H A Dcanny.cpp238 class tbbCanny class in namespace:cv
241 tbbCanny(const Range _boundaries, const Mat& _src, uchar* _map, int _low, function in class:cv::tbbCanny
666 g.run(tbbCanny(Range(i * grainSize, (i + 1) * grainSize), src, map, low, high, aperture_size, L2gradient));
668 g.run(tbbCanny(Range(i * grainSize, src.rows), src, map, low, high, aperture_size, L2gradient));

Completed in 99 milliseconds