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:
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user