Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dfilterengine.hpp218 int _rowBorderType = BORDER_REPLICATE,
228 int _rowBorderType = BORDER_REPLICATE,
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
1101 rowBorderType = _rowBorderType; 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
118 _columnBorderType = _rowBorderType; in init()
120 rowBorderType = _rowBorderType; 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()