opencv on mbed

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

NoExposureCompensator Class Reference

NoExposureCompensator Class Reference
[Exposure Compensation]

Stub exposure compensator which does nothing. More...

#include <exposure_compensate.hpp>

Inherits cv::detail::ExposureCompensator.

Public Member Functions

void feed (const std::vector< Point > &, const std::vector< UMat > &, const std::vector< std::pair< UMat, uchar > > &)
void apply (int, Point, InputOutputArray, InputArray)
 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

Stub exposure compensator which does nothing.

Definition at line 87 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.

Definition at line 92 of file exposure_compensate.hpp.

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.

Definition at line 90 of file exposure_compensate.hpp.