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