HomeSort by relevance Sort by last modified time
    Searched defs:right_image (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudastereo/test/
test_stereo.cpp 67 cv::Mat right_image = readImage("stereobm/aloe-R.png", cv::IMREAD_GRAYSCALE); local
71 ASSERT_FALSE(right_image.empty());
77 bm->compute(loadMat(left_image), loadMat(right_image), disp);
102 cv::Mat right_image = readImage("stereobp/aloe-R.png"); local
106 ASSERT_FALSE(right_image.empty());
117 bp->compute(loadMat(left_image), loadMat(right_image), disp);
145 cv::Mat right_image = readImage("csstereobp/aloe-R.png"); local
155 ASSERT_FALSE(right_image.empty());
161 csbp->compute(loadMat(left_image), loadMat(right_image), disp);
  /external/ImageMagick/MagickCore/
image.c 3189 *right_image; local
    [all...]

Completed in 45 milliseconds