Table of Contents

Class BlocksChannelsCompensator

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

Exposure compensator which tries to remove exposure related artifacts by adjusting image block on each channel.

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

Constructors

BlocksChannelsCompensator(int, int, int)

Create a new exposure compensator

public BlocksChannelsCompensator(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()