HomeSort by relevance Sort by last modified time
    Searched full:ddepth (Results 26 - 50 of 57) sorted by null

12 3

  /external/opencv3/modules/cudaarithm/src/cuda/
div_mat.cu 191 const int ddepth = dst.depth();
193 CV_DbgAssert( sdepth <= CV_64F && ddepth <= CV_64F );
199 const func_t func = funcs[sdepth][ddepth];
add_scalar.cu 167 const int ddepth = dst.depth();
170 CV_DbgAssert( sdepth <= CV_64F && ddepth <= CV_64F && cn <= 4 );
172 const func_t func = funcs[sdepth][ddepth][cn - 1];
mul_scalar.cu 164 const int ddepth = dst.depth();
167 CV_DbgAssert( sdepth <= CV_64F && ddepth <= CV_64F && cn <= 4 );
174 const func_t func = funcs[sdepth][ddepth][cn - 1];
sub_scalar.cu 190 const int ddepth = dst.depth();
193 CV_DbgAssert( sdepth <= CV_64F && ddepth <= CV_64F && cn <= 4 );
195 const func_t func = funcs[sdepth][ddepth][cn - 1];
div_scalar.cu 232 const int ddepth = dst.depth();
235 CV_DbgAssert( sdepth <= CV_64F && ddepth <= CV_64F && cn <= 4 );
252 const func_t func = funcs[sdepth][ddepth][cn - 1];
  /external/opencv3/modules/imgproc/perf/opencl/
perf_filters.cpp 92 ddepth = depth == CV_8U ? CV_32S : CV_32F; local
93 const double eps = ddepth == CV_32S ? 0 : 5e-5;
95 checkDeviceMaxMemoryAllocSize(srcSize, CV_MAKE_TYPE(ddepth, CV_MAT_CN(type)));
100 OCL_TEST_CYCLE() cv::sqrBoxFilter(src, dst, ddepth, ksize, Point(-1, -1), false);
  /external/opencv3/modules/core/src/
matrix.cpp     [all...]
stat.cpp 1069 int ddepth = std::max(sum_op == OCL_OP_SUM_SQR ? CV_32F : CV_32S, depth), local
    [all...]
opengl.cpp 1162 void cv::ogl::Texture2D::copyTo(OutputArray arr, int ddepth, bool autoRelease) const
1166 (void) ddepth;
1180 buf.create(rows_, cols_, CV_MAKE_TYPE(ddepth, cn), ogl::Buffer::PIXEL_PACK_BUFFER, autoRelease);
1182 impl_->copyTo(dstFormat, gl_types[ddepth], 0);
1192 ogl::Buffer buf(rows_, cols_, CV_MAKE_TYPE(ddepth, cn), ogl::Buffer::PIXEL_PACK_BUFFER);
1195 impl_->copyTo(dstFormat, gl_types[ddepth], 0);
1205 arr.create(rows_, cols_, CV_MAKE_TYPE(ddepth, cn));
1209 impl_->copyTo(dstFormat, gl_types[ddepth], mat.data);
    [all...]
convert.cpp     [all...]
precomp.hpp 83 BinaryFunc getConvertFunc(int sdepth, int ddepth);
ocl.cpp     [all...]
opencl_kernels_core.cpp     [all...]
  /external/opencv3/modules/imgproc/src/
samplers.cpp 370 int ddepth = patchType < 0 ? depth : CV_MAT_DEPTH(patchType);
374 _patch.create(patchSize, CV_MAKETYPE(ddepth, cn));
391 srctype == CV_8UC1 && ddepth == CV_8U ? (ippiGetRectSubPixFunc)ippiCopySubpixIntersect_8u_C1R :
392 srctype == CV_8UC1 && ddepth == CV_32F ? (ippiGetRectSubPixFunc)ippiCopySubpixIntersect_8u32f_C1R :
393 srctype == CV_32FC1 && ddepth == CV_32F ? (ippiGetRectSubPixFunc)ippiCopySubpixIntersect_32f_C1R : 0;
408 if( depth == CV_8U && ddepth == CV_8U )
411 else if( depth == CV_8U && ddepth == CV_32F )
414 else if( depth == CV_32F && ddepth == CV_32F )
  /external/opencv3/modules/java/src/
imgproc.cpp     [all...]
calib3d+Calib3d.java     [all...]
  /external/opencv3/modules/cudaarithm/src/
element_operations.cpp 138 const int ddepth = CV_MAT_DEPTH(dtype);
140 CV_Assert( sdepth <= CV_64F && ddepth <= CV_64F );
144 if (sdepth == CV_64F || ddepth == CV_64F)
150 GpuMat dst = getOutputMat(_dst, size, CV_MAKE_TYPE(ddepth, cn), stream);
  /external/opencv3/modules/imgproc/test/
test_filter.cpp     [all...]
  /external/opencv3/modules/core/src/opencl/
reduce.cl 111 #if ddepth <= 4
137 #if ddepth <= 4
150 #if ddepth <= 4
  /external/opencv3/modules/core/test/ocl/
test_arithm.cpp 1714 int sdepth, ddepth, cn, dim, dtype; local
    [all...]
  /external/opencv3/modules/core/test/
test_arithm.cpp 708 ConvertScaleOp() : BaseElemWiseOp(1, FIX_BETA+REAL_GAMMA, 1, 1, Scalar::all(0)), ddepth(0) { }
711 src[0].convertTo(dst, ddepth, alpha, gamma[0]);
715 cvtest::convert(src[0], dst, CV_MAKETYPE(ddepth, src[0].channels()), alpha, gamma[0]);
720 ddepth = cvtest::randomType(rng, _OutputArray::DEPTH_MASK_ALL, 1, 1);
725 return ddepth <= CV_32S ? 2 : ddepth < CV_64F ? 1e-3 : 1e-12;
737 int ddepth;
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
ocl.hpp 605 CV_EXPORTS const char* convertTypeStr(int sdepth, int ddepth, int cn, char* buf);
609 CV_EXPORTS String kernelToStr(InputArray _kernel, int ddepth = -1, const char * name = NULL);
opengl.hpp 373 @param ddepth Destination depth.
376 void copyTo(OutputArray arr, int ddepth = CV_32F, bool autoRelease = false) const;
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp 74 Input depth (src.depth()) | Output depth (ddepth)
81 @note when ddepth=-1, the output image will have the same depth as the source.
    [all...]
  /external/opencv3/modules/cudafilters/src/
filtering.cpp 367 const int ddepth = CV_MAT_DEPTH(dstType);
397 columnFilter_ = columnFilterFuncs[ddepth][cn - 1];
    [all...]

Completed in 462 milliseconds

12 3