Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dfilterengine.hpp327 Ptr<BaseRowFilter> getRowSumFilter(int srcType, int sumType,
331 Ptr<BaseColumnFilter> getColumnSumFilter( int sumType, int dstType,
Dsmooth.cpp1212 cv::Ptr<cv::BaseRowFilter> cv::getRowSumFilter(int srcType, int sumType, int ksize, int anchor) in getRowSumFilter() argument
1214 int sdepth = CV_MAT_DEPTH(srcType), ddepth = CV_MAT_DEPTH(sumType); in getRowSumFilter()
1215 CV_Assert( CV_MAT_CN(sumType) == CV_MAT_CN(srcType) ); in getRowSumFilter()
1241 srcType, sumType)); in getRowSumFilter()
1247 cv::Ptr<cv::BaseColumnFilter> cv::getColumnSumFilter(int sumType, int dstType, int ksize, in getColumnSumFilter() argument
1250 int sdepth = CV_MAT_DEPTH(sumType), ddepth = CV_MAT_DEPTH(dstType); in getColumnSumFilter()
1251 CV_Assert( CV_MAT_CN(sumType) == CV_MAT_CN(dstType) ); in getColumnSumFilter()
1281 sumType, dstType)); in getColumnSumFilter()
1291 int cn = CV_MAT_CN(srcType), sumType = CV_64F; in createBoxFilter() local
1295 sumType = CV_32S; in createBoxFilter()
[all …]