Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dfilter.cpp161 int FilterEngine::start(Size _wholeSize, Rect _roi, int _maxBufRows) in start() argument
175 if( _maxBufRows < 0 ) in start()
176 _maxBufRows = ksize.height + 3; in start()
177 _maxBufRows = std::max(_maxBufRows, std::max(anchor.y, ksize.height-anchor.y-1)*2+1); in start()
179 if( maxWidth < roi.width || _maxBufRows != (int)rows.size() ) in start()
181 rows.resize(_maxBufRows); in start()