Searched refs:_rowBorderType (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | filterengine.hpp | 218 int _rowBorderType = BORDER_REPLICATE, 228 int _rowBorderType = BORDER_REPLICATE,
|
D | morph.cpp | 985 … 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()
|
D | filter.cpp | 85 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()
|