Table of Contents

Class BundleAdjusterAffine

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

Bundle adjuster that expects affine transformation represented in homogeneous coordinates in R for each camera param. Implements camera parameters refinement algorithm which minimizes sum of the reprojection error squares.

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

Constructors

BundleAdjusterAffine()

Create a new Bundle adjuster.

public BundleAdjusterAffine()

Methods

DisposeObject()

Release all the unmanaged memory associated with this bundle adjuster

protected override void DisposeObject()