Searched refs:gray_image_ (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/stitching/src/ |
D | matchers.cpp | 478 ensureSizeIsEnough(image.size(), CV_8UC1, gray_image_); in find() 479 cvtColor(image_, gray_image_, COLOR_BGR2GRAY); in find() 484 surf_(gray_image_, GpuMat(), keypoints_); in find() 489 surf_(gray_image_, GpuMat(), keypoints_, descriptors_, true); in find() 499 gray_image_.release(); in collectGarbage()
|
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
D | matchers.hpp | 148 cuda::GpuMat gray_image_; member in cv::detail::SurfFeaturesFinderGpu
|