Exposure compensator which tries to remove exposure related artifacts by adjusting image blocks.
More...
#include <opencv2/stitching/detail/exposure_compensate.hpp>
|
template<class Compensator > |
void | feed (const std::vector< Point > &corners, const std::vector< UMat > &images, const std::vector< std::pair< UMat, uchar > > &masks) |
|
Exposure compensator which tries to remove exposure related artifacts by adjusting image blocks.
- Examples:
- samples/cpp/stitching_detailed.cpp.
cv::detail::BlocksCompensator::BlocksCompensator |
( |
int |
bl_width = 32 , |
|
|
int |
bl_height = 32 , |
|
|
int |
nr_feeds = 1 |
|
) |
| |
|
inline |
template<class Compensator >
void cv::detail::BlocksCompensator::feed |
( |
const std::vector< Point > & |
corners, |
|
|
const std::vector< UMat > & |
images, |
|
|
const std::vector< std::pair< UMat, uchar > > & |
masks |
|
) |
| |
|
protectedvirtual |
Size cv::detail::BlocksCompensator::getBlockSize |
( |
| ) |
const |
|
inline |
void cv::detail::BlocksCompensator::getMatGains |
( |
std::vector< Mat > & |
umv | ) |
|
|
virtual |
int cv::detail::BlocksCompensator::getNrFeeds |
( |
| ) |
|
|
inline |
int cv::detail::BlocksCompensator::getNrGainsFilteringIterations |
( |
| ) |
const |
|
inline |
void cv::detail::BlocksCompensator::setBlockSize |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
|
inline |
void cv::detail::BlocksCompensator::setBlockSize |
( |
Size |
size | ) |
|
|
inline |
void cv::detail::BlocksCompensator::setMatGains |
( |
std::vector< Mat > & |
umv | ) |
|
|
virtual |
void cv::detail::BlocksCompensator::setNrFeeds |
( |
int |
nr_feeds | ) |
|
|
inline |
void cv::detail::BlocksCompensator::setNrGainsFilteringIterations |
( |
int |
nr_iterations | ) |
|
|
inline |
The documentation for this class was generated from the following file: