Home | History | Annotate | Download | only in opencv2

Lines Matching full:ddepth

74 Input depth (src.depth()) | Output depth (ddepth)
81 @note when ddepth=-1, the output image will have the same depth as the source.
1211 @param ddepth the output image depth (-1 to use src.depth()).
1219 CV_EXPORTS_W void boxFilter( InputArray src, OutputArray dst, int ddepth,
1234 @param ddepth the output image depth (-1 to use src.depth())
1242 CV_EXPORTS_W void sqrBoxFilter( InputArray _src, OutputArray _dst, int ddepth,
1288 @param ddepth desired depth of the destination image, see @ref filter_depths "combinations"
1299 CV_EXPORTS_W void filter2D( InputArray src, OutputArray dst, int ddepth,
1311 @param ddepth Destination image depth, see @ref filter_depths "combinations"
1320 CV_EXPORTS_W void sepFilter2D( InputArray src, OutputArray dst, int ddepth,
1356 @param ddepth output image depth, see @ref filter_depths "combinations"; in the case of
1367 CV_EXPORTS_W void Sobel( InputArray src, OutputArray dst, int ddepth,
1377 \f[\texttt{Scharr(src, dst, ddepth, dx, dy, scale, delta, borderType)}\f]
1381 \f[\texttt{Sobel(src, dst, ddepth, dx, dy, CV\_SCHARR, scale, delta, borderType)} .\f]
1385 @param ddepth output image depth, see @ref filter_depths "combinations"
1394 CV_EXPORTS_W void Scharr( InputArray src, OutputArray dst, int ddepth,
1416 @param ddepth Desired depth of the destination image.
1425 CV_EXPORTS_W void Laplacian( InputArray src, OutputArray dst, int ddepth,