Home | History | Annotate | Download | only in opencv2

Lines Matching refs:cameraMatrix

359 @param cameraMatrix Output 3x3 camera matrix K.
378 CV_EXPORTS_W void decomposeProjectionMatrix( InputArray projMatrix, OutputArray cameraMatrix,
444 @param cameraMatrix Camera matrix \f$A = \vecthreethree{f_x}{0}{c_x}{0}{f_y}{c_y}{0}{0}{_1}\f$ .
465 @note By setting rvec=tvec=(0,0,0) or by setting cameraMatrix to a 3x3 identity matrix, or by
472 InputArray cameraMatrix, InputArray distCoeffs,
483 @param cameraMatrix Input camera matrix \f$A = \vecthreethree{fx}{0}{cx}{0}{fy}{cy}{0}{0}{1}\f$ .
508 assuming that both have the same value. Then the cameraMatrix is updated with the estimated
529 InputArray cameraMatrix, InputArray distCoeffs,
539 @param cameraMatrix Input camera matrix \f$A = \vecthreethree{fx}{0}{cx}{0}{fy}{cy}{0}{0}{1}\f$ .
568 InputArray cameraMatrix, InputArray distCoeffs,
716 @param cameraMatrix Output 3x3 floating-point camera matrix
729 - **CV_CALIB_USE_INTRINSIC_GUESS** cameraMatrix contains valid initial values of
738 ratio fx/fy stays the same as in the input cameraMatrix . When
767 be used as long as initial cameraMatrix is provided.
797 InputOutputArray cameraMatrix, InputOutputArray distCoeffs,
804 @param cameraMatrix Input camera matrix that can be estimated by calibrateCamera or
822 CV_EXPORTS_W void calibrationMatrixValues( InputArray cameraMatrix, Size imageSize,
852 - **CV_CALIB_FIX_INTRINSIC** Fix cameraMatrix? and distCoeffs? so that only R, T, E , and F
1058 @param cameraMatrix Input camera matrix.
1082 CV_EXPORTS_W Mat getOptimalNewCameraMatrix( InputArray cameraMatrix, InputArray distCoeffs,
1778 - **fisheye::CALIB_USE_INTRINSIC_GUESS** cameraMatrix contains valid initial values of