Click or drag to resize

Cv2FishEye Class

The methods in this class use a so-called fisheye camera model.
Inheritance Hierarchy
SystemObject
  OpenCvSharpCv2FishEye

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static class FishEye

The Cv2FishEye type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCalibrate
Performs camera calibaration
Public methodStatic memberDistortPoints
Distorts 2D points using fisheye model.
Public methodStatic memberEstimateNewCameraMatrixForUndistortRectify
Estimates new camera matrix for undistortion or rectification.
Public methodStatic memberInitUndistortRectifyMap
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.
Public methodStatic memberProjectPoints
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.
Public methodStatic memberStereoCalibrate
Performs stereo calibration
Public methodStatic memberStereoRectify
Stereo rectification for fisheye camera model
Public methodStatic memberUndistortImage
Transforms an image to compensate for fisheye lens distortion.
Public methodStatic memberUndistortPoints
Undistorts 2D points using fisheye model
Top
See Also