Home | History | Annotate | Download | only in src

Lines Matching refs:fov_scale

512     OutputArray P, double balance, const Size& new_size, double fov_scale)
582 f *= fov_scale > 0 ? 1.0/fov_scale : 1.0;
610 OutputArray Q, int flags, const Size& newImageSize, double balance, double fov_scale)
658 estimateNewCameraMatrixForUndistortRectify(K1, D1, imageSize, R1, newK1, balance, newImageSize, fov_scale);
659 estimateNewCameraMatrixForUndistortRectify(K2, D2, imageSize, R2, newK2, balance, newImageSize, fov_scale);