Home | History | Annotate | Download | only in opencv2

Lines Matching full:distortion

110 transformation, or radial lens distortion correction, and so on. So, a pixel value at fractional
2549 /** @brief Transforms an image to compensate for lens distortion.
2551 The function transforms an image to compensate radial and tangential lens distortion.
2564 The camera matrix and the distortion parameters can be determined using cv::calibrateCamera. If
2566 f_y, c_x\f$ and \f$c_y\f$ need to be scaled accordingly, while the distortion coefficients remain
2572 @param distCoeffs Input vector of distortion coefficients
2574 NULL/empty, the zero distortion coefficients are assumed.
2587 captured with a camera using the camera matrix =newCameraMatrix and zero distortion. In case of a
2601 where \f$(k_1, k_2, p_1, p_2[, k_3])\f$ are the distortion coefficients.
2613 @param distCoeffs Input vector of distortion coefficients
2615 NULL/empty, the zero distortion coefficients are assumed.
2689 @param distCoeffs Input vector of distortion coefficients
2691 NULL/empty, the zero distortion coefficients are assumed.