Table of Contents

Class BundleAdjusterReproj

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

Implementation of the camera parameters refinement algorithm which minimizes sum of the reprojection error squares. It can estimate focal length, aspect ratio, principal point.

public class BundleAdjusterReproj : BundleAdjusterBase, IDisposable
Inheritance
BundleAdjusterReproj
Implements
Inherited Members

Constructors

BundleAdjusterReproj()

Create an implementation of the camera parameters refinement algorithm which minimizes sum of the reprojection error squares.

public BundleAdjusterReproj()

Methods

DisposeObject()

Release all the unmanaged memory associated with this bundle adjuster

protected override void DisposeObject()