Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dfilter.cpp3799 int bdepth = std::max(CV_32F,std::max(sdepth, ddepth)); in createSeparableLinearFilter() local
4196 int buf_type = buf.type(), bdepth = CV_MAT_DEPTH(buf_type); in ocl_sepRowFilter2D() local
4275 int buf_type = buf.type(), bdepth = CV_MAT_DEPTH(buf_type); in ocl_sepColFilter2D() local
4308 … double delta, int borderType, int ddepth, int bdepth, bool int_arithm) in ocl_sepFilter2D_SinglePass()
4394 int bdepth = CV_32F; in ocl_sepFilter2D() local