Table of Contents

Class BlocksGainCompensator

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

Exposure compensator which tries to remove exposure related artifacts by adjusting image block intensities

public class BlocksGainCompensator : ExposureCompensator, IDisposable
Inheritance
BlocksGainCompensator
Implements
Inherited Members

Constructors

BlocksGainCompensator(int, int, int)

Create a new exposure compensator

public BlocksGainCompensator(int blWidth = 32, int blHeight = 32, int nrFeeds = 1)

Parameters

blWidth int

block width

blHeight int

block height

nrFeeds int

nr feeds

Methods

DisposeObject()

Release all unmanaged resources associated with this exposure compensator

protected override void DisposeObject()