Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dfilterengine.hpp219 int _columnBorderType = -1,
229 int _columnBorderType = -1,
Dmorph.cpp985 … Point anchor, int _rowBorderType, int _columnBorderType, in createMorphologyFilter() argument
1005 if( (_rowBorderType == BORDER_CONSTANT || _columnBorderType == BORDER_CONSTANT) && in createMorphologyFilter()
1024 type, type, type, _rowBorderType, _columnBorderType, borderValue ); in createMorphologyFilter()
1089 int _rowBorderType, int _columnBorderType, const Scalar& _borderValue) : in MorphologyRunner() argument
1102 columnBorderType = _columnBorderType; in MorphologyRunner()
Dfilter.cpp85 int _rowBorderType, int _columnBorderType, in FilterEngine() argument
89 _rowBorderType, _columnBorderType, _borderValue); in FilterEngine()
101 int _rowBorderType, int _columnBorderType, in init() argument
117 if( _columnBorderType < 0 ) in init()
118 _columnBorderType = _rowBorderType; in init()
121 columnBorderType = _columnBorderType; in init()
3778 int _rowBorderType, int _columnBorderType, in createSeparableLinearFilter() argument
3837 _srcType, _dstType, _bufType, _rowBorderType, _columnBorderType, _borderValue )); in createSeparableLinearFilter()
4529 int _rowBorderType, int _columnBorderType, in createLinearFilter() argument
4555 _rowBorderType, _columnBorderType, _borderValue ); in createLinearFilter()