Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: RZ_A2M_Mbed_samples
GainCompensator Class Reference
[Exposure Compensation]
Exposure compensator which tries to remove exposure related artifacts by adjusting image intensities, see BL07 and WJ10 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 intensities, see BL07 and WJ10 for details.
Definition at line 102 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:
-
index Image index corner Image top-left corner image Image to process mask Image mask
Implements ExposureCompensator.
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.
void feed | ( | const std::vector< Point > & | corners, |
const std::vector< UMat > & | images, | ||
const std::vector< UMat > & | masks | ||
) | [inherited] |
- Parameters:
-
corners Source image top-left corners images Source images masks Image masks to update (second value in pair specifies the value which should be used to detect where image is)
Generated on Tue Jul 12 2022 18:20:24 by
