![]() | Cv2FishEye Class |
Namespace: OpenCvSharp
The Cv2FishEye type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Calibrate |
Performs camera calibaration
|
![]() ![]() | DistortPoints |
Distorts 2D points using fisheye model.
|
![]() ![]() | EstimateNewCameraMatrixForUndistortRectify |
Estimates new camera matrix for undistortion or rectification.
|
![]() ![]() | InitUndistortRectifyMap |
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
|
![]() ![]() | StereoRectify |
Stereo rectification for fisheye camera model
|
![]() ![]() | UndistortImage |
Transforms an image to compensate for fisheye lens distortion.
|
![]() ![]() | UndistortPoints |
Undistorts 2D points using fisheye model
|