opencv on mbed

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

BlocksGainCompensator Class Reference

BlocksGainCompensator Class Reference
[Exposure Compensation]

Exposure compensator which tries to remove exposure related artifacts by adjusting image block intensities, see UES01 for details. More...

#include <exposure_compensate.hpp>

Inherits cv::detail::ExposureCompensator.

Public Member Functions

void feed (const std::vector< Point > &corners, const std::vector< UMat > &images, const std::vector< std::pair< UMat, uchar > > &masks)
void apply (int index, Point corner, InputOutputArray image, InputArray mask)
 Compensate exposure in the specified image.
void feed (const std::vector< Point > &corners, const std::vector< UMat > &images, const std::vector< UMat > &masks)

Detailed Description

Exposure compensator which tries to remove exposure related artifacts by adjusting image block intensities, see UES01 for details.

Definition at line 113 of file exposure_compensate.hpp.


Member Function Documentation

void apply ( int  index,
Point  corner,
InputOutputArray  image,
InputArray  mask 
) [virtual]

Compensate exposure in the specified image.

Parameters:
indexImage index
cornerImage top-left corner
imageImage to process
maskImage mask

Implements ExposureCompensator.

void feed ( const std::vector< Point > &  corners,
const std::vector< UMat > &  images,
const std::vector< UMat > &  masks 
) [inherited]
Parameters:
cornersSource image top-left corners
imagesSource images
masksImage masks to update (second value in pair specifies the value which should be used to detect where image is)
void feed ( const std::vector< Point > &  corners,
const std::vector< UMat > &  images,
const std::vector< std::pair< UMat, uchar > > &  masks 
) [virtual]

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Implements ExposureCompensator.