Added to Camera constructor parameter description

pull/17159/head
Paul Jurczak 5 years ago committed by GitHub
parent 8d05dab32c
commit 599a3026d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/viz/include/opencv2/viz/types.hpp

@ -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.
*/

Loading…
Cancel
Save