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

  /external/opencv3/modules/cudaimgproc/perf/
perf_color.cpp 145 // Demosaicing
155 PERF_TEST_P(Sz_Code, Demosaicing,
170 TEST_CYCLE() cv::cuda::demosaicing(d_src, dst, code);
  /external/opencv3/modules/cudaimgproc/include/opencv2/
cudaimgproc.hpp 94 //! Bayer Demosaicing (Malvar, He, and Cutler)
122 - Demosaicing using bilinear interpolation
127 - Demosaicing using Malvar-He-Cutler algorithm (@cite MHT2011)
136 CV_EXPORTS void demosaicing(InputArray src, OutputArray dst, int code, int dcn = -1, Stream& stream = Stream::Null());
  /external/opencv3/modules/cudaimgproc/test/
test_color.cpp     [all...]
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp 707 //! Demosaicing
723 //! Demosaicing using Variable Number of Gradients
734 //! Edge-Aware Demosaicing
    [all...]
  /external/opencv3/
Android.mk 710 modules/imgproc/src/demosaicing.cpp \
    [all...]
  /external/opencv3/modules/cudaimgproc/src/
color.cpp 52 void cv::cuda::demosaicing(InputArray, OutputArray, int, int, Stream&) { throw_no_cuda(); } function in class:cv::cuda
    [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java 2059 public static void demosaicing(Mat _src, Mat _dst, int code, int dcn) method in class:Imgproc
2068 public static void demosaicing(Mat _src, Mat _dst, int code) method in class:Imgproc
    [all...]
imgproc.cpp     [all...]
  /external/opencv3/modules/imgproc/src/
demosaicing.cpp 1616 void cv::demosaicing(InputArray _src, OutputArray _dst, int code, int dcn) function in class:cv
    [all...]
color.cpp     [all...]
  /external/opencv3/modules/imgproc/test/
test_color.cpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 663 milliseconds