Home
last modified time | relevance | path

Searched defs:outImg (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/features2d/src/
Ddraw.cpp128 Mat outImg; in _prepareImgAndDrawKeypoints() local
169 static inline void _drawMatch( InputOutputArray outImg, InputOutputArray outImg1, InputOutputArray … in _drawMatch()
191 const std::vector<DMatch>& matches1to2, InputOutputArray outImg, in drawMatches()
220 const std::vector<std::vector<DMatch> >& matches1to2, InputOutputArray outImg, in drawMatches()
/external/opencv3/modules/java/src/
Dfeatures2d+Features2d.java52 …ypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, Scalar matchCol… in drawMatches()
64 … MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg) in drawMatches()
80 …s1, Mat img2, MatOfKeyPoint keypoints2, List<MatOfDMatch> matches1to2, Mat outImg, Scalar matchCol… in drawMatches2()
94 …KeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, List<MatOfDMatch> matches1to2, Mat outImg) in drawMatches2()
Dfeatures2d.cpp359 Mat& outImg = *((Mat*)outImg_nativeObj); in Java_org_opencv_features2d_Features2d_drawMatches_10() local
393 Mat& outImg = *((Mat*)outImg_nativeObj); in Java_org_opencv_features2d_Features2d_drawMatches_11() local
432 Mat& outImg = *((Mat*)outImg_nativeObj); in Java_org_opencv_features2d_Features2d_drawMatches2_10() local
466 Mat& outImg = *((Mat*)outImg_nativeObj); in Java_org_opencv_features2d_Features2d_drawMatches2_11() local
/external/opencv3/modules/cudalegacy/src/
Dimage_pyramid.cpp108 GpuMat outImg = _outImg.getGpuMat(); in getLayer() local