Merge pull request #17159 from pauljurczak:patch-3

This commit is contained in:
Alexander Alekhin 2020-04-27 12:43:32 +00:00
commit 0daf055fe6

View File

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