Table of Contents

Class CameraParams

Namespace
Emgu.CV.Stitching
Assembly
Emgu.CV.dll

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

double

Focal

The focal length

public double Focal { get; set; }

Property Value

double

Ppx

The principal point X

public double Ppx { get; set; }

Property Value

double

Ppy

The principal point Y

public double Ppy { get; set; }

Property Value

double

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