1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 12:55:15 +08:00

ccalib: don't convert vector<Keypoint> into Mat-like structures

This commit is contained in:
Alexander Alekhin
2017-08-24 18:53:57 +03:00
parent b556c2a7c3
commit 964a8a9a9d
2 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ public:
bool isInitialized();
void getPatternPoints(OutputArray original_points);
void getPatternPoints(std::vector<KeyPoint>& original_points);
/**<
Returns a vector<Point> of the original points.
*/