Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dfilter.cpp1700 struct SymmColumnVec_32f struct
1702 SymmColumnVec_32f() { symmetryType=0; } in SymmColumnVec_32f() argument
1703 SymmColumnVec_32f(const Mat& _kernel, int _symmetryType, int, double _delta) in SymmColumnVec_32f() function
1711 int operator()(const uchar** _src, uchar* _dst, int width) const in operator ()()
1834 int symmetryType;
1835 float delta;
1836 Mat kernel;
3043 typedef ColumnNoVec SymmColumnVec_32f; typedef
3059 typedef ColumnNoVec SymmColumnVec_32f; typedef