Home
last modified time | relevance | path

Searched defs:ddepth (Results 1 – 25 of 143) sorted by relevance

123456

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/perf/
H A Dperf_sepfilters.cpp41 int ddepth = get<1>(GetParam()); variable
66 int ddepth = get<1>(GetParam()); variable
94 int ddepth = get<1>(GetParam()); variable
119 int ddepth = get<1>(GetParam()); variable
149 int ddepth = get<1>(GetParam()); variable
174 int ddepth = get<1>(GetParam()); variable
202 int ddepth = get<1>(GetParam()); variable
227 int ddepth = get<1>(GetParam()); variable
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dconvert.dispatch.cpp137 BinaryFunc getConvertFunc(int sdepth, int ddepth) in getConvertFunc()
145 static bool ocl_convertFp16( InputArray _src, OutputArray _dst, int sdepth, int ddepth ) in ocl_convertFp16()
191 int sdepth = depth(), ddepth = CV_MAT_DEPTH(_type); in convertTo() local
233 int sdepth = _src.depth(), ddepth = 0; in convertFp16() local
H A Dconvert_scale.dispatch.cpp22 BinaryFunc getConvertScaleFunc(int sdepth, int ddepth) in getConvertScaleFunc()
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/include/opencv2/gapi/
H A Dcore.hpp43 static GMatDesc outMeta(GMatDesc a, GMatDesc b, int ddepth) { in outMeta()
59 static GMatDesc outMeta(GMatDesc a, GScalarDesc, int ddepth) { in outMeta()
65 static GMatDesc outMeta(GMatDesc a, GMatDesc b, int ddepth) { in outMeta()
79 static GMatDesc outMeta(GMatDesc a, GScalarDesc, int ddepth) { in outMeta()
85 static GMatDesc outMeta(GScalarDesc, GMatDesc b, int ddepth) { in outMeta()
91 static GMatDesc outMeta(GMatDesc a, GMatDesc, double, int ddepth) { in outMeta()
97 static GMatDesc outMeta(GMatDesc a, double, int ddepth) { in outMeta()
103 static GMatDesc outMeta(GMatDesc a, GScalarDesc, int ddepth) { in outMeta()
115 static GMatDesc outMeta(GMatDesc a, GMatDesc b, double, int ddepth) { in outMeta()
126 static GMatDesc outMeta(GMatDesc a, GScalarDesc, double, int ddepth) { in outMeta()
[all …]
H A Dimgproc.hpp60 static GMatDesc outMeta(GMatDesc in, int ddepth, Mat, Point, Scalar, int, Scalar) { in outMeta() argument
66 static GMatDesc outMeta(GMatDesc in, int ddepth, Mat, Mat, Point, Scalar, int, Scalar) { in outMeta() argument
72 static GMatDesc outMeta(GMatDesc in, int ddepth, Size, Point, bool, int, Scalar) { in outMeta() argument
116 … static GMatDesc outMeta(GMatDesc in, int ddepth, int, int, int, double, double, int, Scalar) { in outMeta() argument
122 …static std::tuple<GMatDesc, GMatDesc> outMeta(GMatDesc in, int ddepth, int, int, double, double, i… in outMeta() argument
129 static GMatDesc outMeta(GMatDesc in, int ddepth, int, double, double, int) { in outMeta() argument
/dports/graphics/opencv/opencv-4.5.3/modules/core/perf/
H A Dperf_reduce.cpp25 int ddepth = -1; in PERF_TEST_P() local
53 int ddepth = -1; in PERF_TEST_P() local
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Daccum.cpp91 inline int getAccTabIdx(int sdepth, int ddepth) in getAccTabIdx()
120 …int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype), ddepth = _dst.depth(… in ocl_accumulate() local
176 int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype); in ipp_accumulate() local
313 int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype); in accumulate() local
351 int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype); in ipp_accumulate_square() local
412 int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype); in accumulateSquare() local
450 int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype); in ipp_accumulate_product() local
517 int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype); in accumulateProduct() local
553 int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype); in ipp_accumulate_weighted() local
617 int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype); in accumulateWeighted() local
H A Dbox_filter.dispatch.cpp61 static bool ocl_boxFilter3x3_8UC1( InputArray _src, OutputArray _dst, int ddepth, in ocl_boxFilter3x3_8UC1()
116 static bool ocl_boxFilter( InputArray _src, OutputArray _dst, int ddepth, in ocl_boxFilter()
322 static bool openvx_boxfilter(InputArray _src, OutputArray _dst, int ddepth, in openvx_boxfilter()
440 void boxFilter(InputArray _src, OutputArray _dst, int ddepth, in boxFilter()
513 void sqrBoxFilter(InputArray _src, OutputArray _dst, int ddepth, in sqrBoxFilter()
H A Dderiv.cpp357 static bool ocl_sepFilter3x3_8UC1(InputArray _src, OutputArray _dst, int ddepth, in ocl_sepFilter3x3_8UC1()
414 void cv::Sobel( InputArray _src, OutputArray _dst, int ddepth, int dx, int dy, in Sobel()
468 void cv::Scharr( InputArray _src, OutputArray _dst, int ddepth, int dx, int dy, in Scharr()
527 int borderType, int depth, int ddepth) in ocl_Laplacian5()
661 static bool ocl_Laplacian3_8UC1(InputArray _src, OutputArray _dst, int ddepth, in ocl_Laplacian3_8UC1()
787 void cv::Laplacian( InputArray _src, OutputArray _dst, int ddepth, int ksize, in Laplacian()
H A Dfilter.dispatch.cpp317 int sdepth = CV_MAT_DEPTH(_srcType), ddepth = CV_MAT_DEPTH(_dstType); in createSeparableLinearFilter() local
549 static bool ocl_filter2D( InputArray _src, OutputArray _dst, int ddepth, in ocl_filter2D()
733 int borderType, int ddepth, bool fast8uc1, in ocl_sepRowFilter2D()
821 int dtype = dst.type(), cn = CV_MAT_CN(dtype), ddepth = CV_MAT_DEPTH(dtype); in ocl_sepColFilter2D() local
859 double delta, int borderType, int ddepth, int bdepth, in ocl_sepFilter2D_SinglePass()
938 InputArray _src, OutputArray _dst, int ddepth, in ocl_sepFilter2D()
1041 InputArray _src, OutputArray _dst, int ddepth, in ocl_sepFilter2D_BitExact()
1290 int ddepth = CV_MAT_DEPTH(dtype); in dftFilter2D() local
1314 int ddepth = CV_MAT_DEPTH(dtype); in dftFilter2D() local
1524 void filter2D(InputArray _src, OutputArray _dst, int ddepth, in filter2D()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ximgproc/src/
H A Dridgedetectionfilter.cpp18 …RidgeDetectionFilterImpl(int ddepth=CV_32FC1, int dx=1, int dy=1, int ksize = 3, int out_dtype=CV_… in RidgeDetectionFilterImpl()
68 Ptr<RidgeDetectionFilter> RidgeDetectionFilter::create(int ddepth, int dx, int dy, int ksize, int o… in create()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ximgproc/perf/
H A Dperf_ridge_detection_filter.cpp18 int ddepth = get<0>(params); variable
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/samples/
H A Dkernel_api_snippets.cpp10 int ddepth , // depth parameter in outMeta() argument
32 int ddepth, in filter2D()
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/tutorial_code/ImgTrans/
H A DLaplace_Demo.cpp24 int ddepth = CV_16S; in main() local
H A Dfilter2D_demo.cpp24 int ddepth; in main() local
H A DSobel_Demo.cpp40 int ddepth = CV_16S; in main() local
/dports/graphics/opencv/opencv-4.5.3/samples/java/tutorial_code/ImgTrans/LaPlace/
H A DLaplaceDemo.java20 int ddepth = CvType.CV_16S; in run() local
/dports/graphics/opencv/opencv-4.5.3/samples/java/tutorial_code/ImgTrans/SobelDemo/
H A DSobelDemo.java22 int ddepth = CvType.CV_16S; in run() local
/dports/graphics/opencv/opencv-4.5.3/samples/java/tutorial_code/ImgTrans/Filter2D/
H A DFilter2D_Demo.java21 int ddepth; in run() local
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/api/
H A Dkernels_imgproc.cpp17 GMat sepFilter(const GMat& src, int ddepth, const Mat& kernelX, const Mat& kernelY, const Point& an… in sepFilter()
23 GMat filter2D(const GMat& src, int ddepth, const Mat& kernel, const Point& anchor, const Scalar& de… in filter2D()
83 GMat Sobel(const GMat& src, int ddepth, int dx, int dy, int ksize, in Sobel()
90 std::tuple<GMat, GMat> SobelXY(const GMat& src, int ddepth, int order, int ksize, in SobelXY()
97 GMat Laplacian(const GMat& src, int ddepth, int ksize, double scale, double delta, int borderType) in Laplacian()
/dports/graphics/netpbm/netpbm-10.91.01/other/pamx/
H A Dsend.c148 unsigned int const ddepth) { in pseudoColorImageFromItrue()
221 unsigned int const ddepth, in makeUsableVisual()
600 unsigned int const ddepth, in makeXImage()
808 unsigned int const ddepth, /* depth of the visual to use */ in imageToXImage()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaarithm/src/cuda/
H A Dmul_scalar.cu164 const int ddepth = dst.depth(); in mulScalar() local
H A Dadd_scalar.cu167 const int ddepth = dst.depth(); in addScalar() local
H A Dsub_scalar.cu190 const int ddepth = dst.depth(); in subScalar() local
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/cuda/
H A Dgpu_mat.cu534 const int ddepth = CV_MAT_DEPTH(rtype); in convertTo() local
575 const int ddepth = CV_MAT_DEPTH(rtype); in convertTo() local
600 int ddepth = 0; in convertFp16() local

123456