Lines Matching refs:keypoints2
348 std::vector<KeyPoint> keypoints2; in Java_org_opencv_features2d_Features2d_drawMatches_10() local
350 Mat_to_vector_KeyPoint( keypoints2_mat, keypoints2 ); in Java_org_opencv_features2d_Features2d_drawMatches_10()
362 …cv::drawMatches( img1, keypoints1, img2, keypoints2, matches1to2, outImg, matchColor, singlePointC… in Java_org_opencv_features2d_Features2d_drawMatches_10()
385 std::vector<KeyPoint> keypoints2; in Java_org_opencv_features2d_Features2d_drawMatches_11() local
387 Mat_to_vector_KeyPoint( keypoints2_mat, keypoints2 ); in Java_org_opencv_features2d_Features2d_drawMatches_11()
394 cv::drawMatches( img1, keypoints1, img2, keypoints2, matches1to2, outImg ); in Java_org_opencv_features2d_Features2d_drawMatches_11()
421 std::vector<KeyPoint> keypoints2; in Java_org_opencv_features2d_Features2d_drawMatches2_10() local
423 Mat_to_vector_KeyPoint( keypoints2_mat, keypoints2 ); in Java_org_opencv_features2d_Features2d_drawMatches2_10()
435 …cv::drawMatches( img1, keypoints1, img2, keypoints2, matches1to2, outImg, matchColor, singlePointC… in Java_org_opencv_features2d_Features2d_drawMatches2_10()
458 std::vector<KeyPoint> keypoints2; in Java_org_opencv_features2d_Features2d_drawMatches2_11() local
460 Mat_to_vector_KeyPoint( keypoints2_mat, keypoints2 ); in Java_org_opencv_features2d_Features2d_drawMatches2_11()
467 cv::drawMatches( img1, keypoints1, img2, keypoints2, matches1to2, outImg ); in Java_org_opencv_features2d_Features2d_drawMatches2_11()