Home
last modified time | relevance | path

Searched defs:SymmColumnSmallFilter (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dfilter.cpp3436 struct SymmColumnSmallFilter : public SymmColumnFilter<CastOp, VecOp> struct
3438 typedef typename CastOp::type1 ST;
3439 typedef typename CastOp::rtype DT;
3441 SymmColumnSmallFilter( const Mat& _kernel, int _anchor, in SymmColumnSmallFilter() argument
3450 void operator()(const uchar** src, uchar* dst, int dststep, int count, int width) in operator ()()