Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dfilterengine.hpp232 virtual int start(Size wholeSize, Rect roi, int maxBufRows = -1);
235 bool isolated = false, int maxBufRows = -1);
Dfilter.cpp264 bool isolated, int maxBufRows) in start() argument
280 start( wsz, srcRoi + ofs, maxBufRows ); in start()