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

  /external/opencv3/modules/cudaimgproc/test/
test_corners.cpp 80 cv::Mat src = readImageType("stereobm/aloe-L.png", type);
128 cv::Mat src = readImageType("stereobm/aloe-L.png", type);
test_mean_shift.cpp 67 img = readImageType("meanshift/cones.png", CV_8UC4);
149 cv::Mat img = readImageType("meanshift/cones.png", CV_8UC4);
test_color.cpp     [all...]
  /external/opencv3/modules/imgproc/test/ocl/
test_canny.cpp 79 Mat img = readImageType("shared/fruits.png", CV_8UC(cn));
test_imgproc.cpp 198 Mat image = readImageType("../gpu/stereobm/aloe-L.png", type);
  /external/opencv3/modules/cudaoptflow/test/
test_optflow.cpp 68 cv::Mat frame0 = readImageType("opticalflow/frame0.png", CV_32FC1);
71 cv::Mat frame1 = readImageType("opticalflow/frame1.png", CV_32FC1);
132 cv::Mat frame0 = readImageType("opticalflow/frame0.png", CV_32FC1);
135 cv::Mat frame1 = readImageType("opticalflow/frame1.png", CV_32FC1);
  /external/opencv3/modules/cudawarping/test/
test_warp_affine.cpp 257 cv::Mat src = readImageType("stereobp/aloe-L.png", type);
test_warp_perspective.cpp 260 cv::Mat src = readImageType("stereobp/aloe-L.png", type);
  /external/opencv3/modules/ts/src/
ocl_test.cpp 225 Mat TestUtils::readImageType(const String &fname, int type)
cuda_test.cpp 125 Mat readImageType(const std::string& fname, int type)
  /external/opencv3/modules/ts/include/opencv2/ts/
cuda_test.hpp 79 CV_EXPORTS cv::Mat readImageType(const std::string& fname, int type);
ocl_test.hpp 283 static cv::Mat readImageType(const String &fname, int type);

Completed in 1397 milliseconds