Skip to content

Commit

Permalink
Merge pull request opencv#17159 from pauljurczak:patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Apr 27, 2020
2 parents 3f38edf + 599a302 commit 0daf055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/viz/include/opencv2/viz/types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ namespace cv
Camera(double fx, double fy, double cx, double cy, const Size &window_size);

/** @overload
@param fov Field of view (horizontal, vertical)
@param fov Field of view (horizontal, vertical) in radians
@param window_size Size of the window. Principal point is at the center of the window
by default.
*/
Expand Down

0 comments on commit 0daf055

Please sign in to comment.