Fisheye Methods |
The Fisheye type exposes the following members.
| Name | Description | |
|---|---|---|
| Calibrate |
Performs camera calibaration.
| |
| DistortPoints |
Distorts 2D points using fisheye model.
| |
| EstimateNewCameraMatrixForUndistorRectify |
Estimates new camera matrix for undistortion or rectification.
| |
| InitUndistorRectifyMap |
Computes undistortion and rectification maps for image transform by cv::remap(). If D is empty zero distortion is used, if R or P is empty identity matrixes are used.
| |
| ProjectPoints |
Projects points using fisheye model. The function computes projections of 3D points to the image plane given intrinsic and extrinsic camera parameters. Optionally, the function computes Jacobians - matrices of partial derivatives of image points coordinates (as functions of all the input parameters) with respect to the particular parameters, intrinsic and/or extrinsic.
| |
| StereoCalibrate |
Performs stereo calibration.
| |
| SteteoRectify |
Stereo rectification for fisheye camera model.
| |
| UndistorImage |
Transforms an image to compensate for fisheye lens distortion. The function is simply a combination of fisheye::initUndistortRectifyMap (with unity R ) and remap (with bilinear interpolation).
| |
| UndistorPoints |
Transforms an image to compensate for fisheye lens distortion.
|