HomeSort by relevance Sort by last modified time
    Searched refs:dstmat (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/imgproc/src/
demosaicing.cpp 509 ParallelLoopBody(), srcmat(_srcmat), dstmat(_dstmat), Start_with_green(_start_with_green),
522 T* dst0 = (T*)dstmat.data;
523 int dst_step = (int)(dstmat.step/sizeof(T));
602 Mat dstmat; member in class:cv::Bayer2Gray_Invoker
610 static void Bayer2Gray_( const Mat& srcmat, Mat& dstmat, int code )
631 Bayer2Gray_Invoker<T, SIMDInterpolator> invoker(srcmat, dstmat,
633 parallel_for_(range, invoker, dstmat.total()/static_cast<double>(1<<16));
636 size = dstmat.size();
637 T* dst0 = dstmat.ptr<T>();
638 int dst_step = (int)(dstmat.step/sizeof(T))
872 Mat dstmat; member in class:cv::Bayer2RGB_Invoker
    [all...]
histogram.cpp     [all...]
  /external/opencv/cv/src/
cvhistogram.cpp 2152 CvMat dststub, *dstmat; local
    [all...]
  /external/opencv3/modules/core/src/
matrix.cpp     [all...]
matmul.cpp     [all...]

Completed in 325 milliseconds