@ -1962,28 +1962,29 @@ This function draws matches of keypints from two images on output image.
Match is a line connecting two keypoints (circles).
Match is a line connecting two keypoints (circles).
\cvdefCpp {
\cvdefCpp {
void drawMatches( const Mat\& img1, const Mat\& img2,
void drawMatches( const Mat\& img1, const vector<KeyPoint>\& keypoints1,
const vector<KeyPoint>\& keypoints1, const vector<KeyPoint>\& keypoints2,
const Mat\& img2, const vector<KeyPoint>\& keypoints2,
const vector<int>\& matches, const vector<char>\& mask, Mat\& outImg,
const vector<int>\& matches, Mat\& outImg,
const vector<char>\& mask = vector<char>(),
const Scalar\& matchColor = Scalar::all(-1),
const Scalar\& matchColor = Scalar::all(-1),
const Scalar\& singlePointColor = Scalar::all(-1),
const Scalar\& singlePointColor = Scalar::all(-1),
int flags = DrawMatchesFlags::DEFAULT );
int flags = DrawMatchesFlags::DEFAULT );
}
}
\begin { description}
\begin { description}
\cvarg { img1} { First sours e image.}
\cvarg { img1} { First sourc e image.}
\end { description}
\end { description}
\begin { description}
\begin { description}
\cvarg { img1} { Second sours e image.}
\cvarg { keypoints1} { Keypoints from first sourc e image.}
\end { description}
\end { description}
\begin { description}
\begin { description}
\cvarg { keypoints1} { Keypoints from first sours e image.}
\cvarg { img1} { Second sourc e image.}
\end { description}
\end { description}
\begin { description}
\begin { description}
\cvarg { keypoints2} { Keypoints from second sours e image.}
\cvarg { keypoints2} { Keypoints from second sourc e image.}
\end { description}
\end { description}
\begin { description}
\begin { description}
@ -1991,11 +1992,11 @@ void drawMatches( const Mat\& img1, const Mat\& img2,
\end { description}
\end { description}
\begin { description}
\begin { description}
\cvarg { mask} { Mask determining which matches will be drawn. If mask is empty all matches will be drawn . }
\cvarg { outImg} { Output image. Its content depends on \texttt { flags} value what is drawn in output image. See below possible \texttt { flags} bit values . }
\end { description}
\end { description}
\begin { description}
\begin { description}
\cvarg { outImg} { Output image. Its content depends on \texttt { flags} value what is drawn in output image. See below possible \texttt { flags} bit values . }
\cvarg { mask} { Mask determining which matches will be drawn. If mask is empty all matches will be drawn . }
\end { description}
\end { description}
\begin { description}
\begin { description}