HomeSort by relevance Sort by last modified time
    Searched refs:rowBorderType (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/imgproc/src/
filterengine.hpp 260 int rowBorderType;
306 int rowBorderType = BORDER_DEFAULT,
313 double delta = 0, int rowBorderType = BORDER_DEFAULT,
353 Point anchor = Point(-1,-1), int rowBorderType = BORDER_CONSTANT,
morph.cpp     [all...]
filter.cpp 73 rowBorderType = columnBorderType = BORDER_REPLICATE;
120 rowBorderType = _rowBorderType;
148 if( rowBorderType == BORDER_CONSTANT || columnBorderType == BORDER_CONSTANT )
218 if( rowBorderType == BORDER_CONSTANT )
237 int p0 = (borderInterpolate(i-dx1, wholeWidth, rowBorderType) + xofs1)*btab_esz;
244 int p0 = (borderInterpolate(wholeWidth + i, wholeWidth, rowBorderType) + xofs1)*btab_esz;
312 bool makeBorder = (_dx1 > 0 || _dx2 > 0) && rowBorderType != BORDER_CONSTANT;
    [all...]

Completed in 1319 milliseconds