Added to Camera constructor parameter description

This commit is contained in:
Paul Jurczak 2020-04-26 00:17:39 -06:00 committed by GitHub
parent 8d05dab32c
commit 599a3026d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,7 +171,7 @@ namespace cv
Camera(double fx, double fy, double cx, double cy, const Size &window_size); Camera(double fx, double fy, double cx, double cy, const Size &window_size);
/** @overload /** @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 @param window_size Size of the window. Principal point is at the center of the window
by default. by default.
*/ */