1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 19:44:14 +08:00

Fixed windows warnings. Updated docs to include default detector/matcher.

This commit is contained in:
Daniel Angelov
2014-08-29 13:01:09 +03:00
parent 01d3b69b82
commit 9fb1a6dbc4
3 changed files with 14 additions and 13 deletions

View File

@@ -110,7 +110,7 @@ public:
*/
void drawOrientation(InputOutputArray image, InputArray tvec, InputArray rvec, InputArray cameraMatrix,
InputArray distCoeffs, double axis_length = 3, double axis_width = 2);
InputArray distCoeffs, double axis_length = 3, int axis_width = 2);
/*
pattern_corners -> projected over the image position of the edges of the pattern.
*/