Skip to content

Commit

Permalink
Added to Camera constructor parameter description
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljurczak authored Apr 26, 2020
1 parent 8d05dab commit 599a302
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 599a302

Please sign in to comment.