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

  /external/opencv3/modules/imgproc/src/
filterengine.hpp 266 std::vector<uchar> constBorderValue;
filter.cpp 150 constBorderValue.resize(srcElemSize*borderLength);
152 scalarToRawData(_borderValue, &constBorderValue[0], srcType1,
173 const uchar* constVal = !constBorderValue.empty() ? &constBorderValue[0] : 0;
189 int n = (int)constBorderValue.size(), N;
    [all...]

Completed in 466 milliseconds