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

  /external/opencv3/modules/imgproc/src/
demosaicing.cpp 509 ParallelLoopBody(), srcmat(_srcmat), dstmat(_dstmat), Start_with_green(_start_with_green),
520 const T* bayer0 = srcmat.ptr<T>();
521 int bayer_step = (int)(srcmat.step/sizeof(T));
601 Mat srcmat; member in class:cv::Bayer2Gray_Invoker
610 static void Bayer2Gray_( const Mat& srcmat, Mat& dstmat, int code )
615 Size size = srcmat.size();
631 Bayer2Gray_Invoker<T, SIMDInterpolator> invoker(srcmat, dstmat,
669 srcmat(_srcmat), dstmat(_dstmat), Start_with_green(_start_with_green), Blue(_blue), size(_size)
680 int bayer_step = (int)(srcmat.step/sizeof(T));
681 const T* bayer0 = srcmat.ptr<T>() + bayer_step * range.start
871 Mat srcmat; member in class:cv::Bayer2RGB_Invoker
    [all...]
  /external/opencv3/modules/core/src/
matrix.cpp     [all...]
matmul.cpp     [all...]

Completed in 70 milliseconds