Home | History | Annotate | Download | only in src

Lines Matching defs:outImg

334 //  void drawMatches(Mat img1, vector_KeyPoint keypoints1, Mat img2, vector_KeyPoint keypoints2, vector_DMatch matches1to2, Mat outImg, Scalar matchColor = Scalar::all(-1), Scalar singlePointColor = Scalar::all(-1), vector_char matchesMask = std::vector<char>(), int flags = 0)
359 Mat& outImg = *((Mat*)outImg_nativeObj);
362 cv::drawMatches( img1, keypoints1, img2, keypoints2, matches1to2, outImg, matchColor, singlePointColor, matchesMask, (int)flags );
393 Mat& outImg = *((Mat*)outImg_nativeObj);
394 cv::drawMatches( img1, keypoints1, img2, keypoints2, matches1to2, outImg );
407 // void drawMatches(Mat img1, vector_KeyPoint keypoints1, Mat img2, vector_KeyPoint keypoints2, vector_vector_DMatch matches1to2, Mat outImg, Scalar matchColor = Scalar::all(-1), Scalar singlePointColor = Scalar::all(-1), vector_vector_char matchesMask = std::vector<std::vector<char> >(), int flags = 0)
432 Mat& outImg = *((Mat*)outImg_nativeObj);
435 cv::drawMatches( img1, keypoints1, img2, keypoints2, matches1to2, outImg, matchColor, singlePointColor, matchesMask, (int)flags );
466 Mat& outImg = *((Mat*)outImg_nativeObj);
467 cv::drawMatches( img1, keypoints1, img2, keypoints2, matches1to2, outImg );