Class CameraParams
Camera parameters used for stitching.
public class CameraParams : UnmanagedObject, IDisposable
- Inheritance
-
CameraParams
- Implements
- Inherited Members
Constructors
CameraParams()
Create a default camera parameters
public CameraParams()
Properties
Aspect
The aspect ratio
public double Aspect { get; set; }
Property Value
Focal
The focal length
public double Focal { get; set; }
Property Value
Ppx
The principal point X
public double Ppx { get; set; }
Property Value
Ppy
The principal point Y
public double Ppy { get; set; }
Property Value
R
The rotation Mat
public Mat R { get; }
Property Value
- Mat
The result
T
The translation Mat
public Mat T { get; }
Property Value
- Mat
The result
Methods
DisposeObject()
Reset the unmanaged pointer associated to this object
protected override void DisposeObject()
K()
Construct the camera calibration matrix using the camera parameters
public Mat K()
Returns
- Mat
The camera calibration matrix