Searched defs:SymmColumnSmallFilter (Results 1 – 1 of 1) sorted by relevance
3436 struct SymmColumnSmallFilter : public SymmColumnFilter<CastOp, VecOp> struct3438 typedef typename CastOp::type1 ST;3439 typedef typename CastOp::rtype DT;3441 SymmColumnSmallFilter( const Mat& _kernel, int _anchor, in SymmColumnSmallFilter() argument3450 void operator()(const uchar** src, uchar* dst, int dststep, int count, int width) in operator ()()