Home
last modified time | relevance | path

Searched refs:RowVec_32f (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dfilter.cpp1407 struct RowVec_32f struct
1409 RowVec_32f() in RowVec_32f() argument
1414 RowVec_32f( const Mat& _kernel ) in RowVec_32f() argument
3042 typedef RowNoVec RowVec_32f; typedef
3054 typedef RowNoVec RowVec_32f; typedef
3662 return makePtr<RowFilter<float, float, RowVec_32f> > in getLinearRowFilter()
3663 (kernel, anchor, RowVec_32f(kernel)); in getLinearRowFilter()