OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_rowFilter
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/imgproc/src/
filterengine.hpp
213
//! the full constructor. Either _filter2D or both
_rowFilter
and _columnFilter must be non-empty.
215
const Ptr<BaseRowFilter>&
_rowFilter
,
225
const Ptr<BaseRowFilter>&
_rowFilter
,
filter.cpp
82
const Ptr<BaseRowFilter>&
_rowFilter
,
88
init(_filter2D,
_rowFilter
, _columnFilter, _srcType, _dstType, _bufType,
98
const Ptr<BaseRowFilter>&
_rowFilter
,
114
rowFilter =
_rowFilter
;
[
all
...]
Completed in 36 milliseconds