fixed ticket #823

This commit is contained in:
Maria Dimashova
2011-01-31 09:51:17 +00:00
parent 152fefe854
commit 1748f65f54
2 changed files with 17 additions and 4 deletions

View File

@@ -2620,7 +2620,7 @@ struct CV_EXPORTS DrawMatchesFlags
};
// Draw keypoints.
CV_EXPORTS void drawKeypoints( const Mat& image, const vector<KeyPoint>& keypoints, Mat& outImg,
CV_EXPORTS void drawKeypoints( const Mat& image, const vector<KeyPoint>& keypoints, Mat& outImage,
const Scalar& color=Scalar::all(-1), int flags=DrawMatchesFlags::DEFAULT );
// Draws matches of keypints from two images on output image.