Exposure compensator which tries to remove exposure related artifacts by adjusting image intensities on each channel independently.
More...
#include <opencv2/stitching/detail/exposure_compensate.hpp>
Exposure compensator which tries to remove exposure related artifacts by adjusting image intensities on each channel independently.
- Examples
- samples/cpp/stitching_detailed.cpp.
◆ ChannelsCompensator()
cv::detail::ChannelsCompensator::ChannelsCompensator |
( |
int |
nr_feeds = 1 | ) |
|
|
inline |
Python: |
---|
| cv.detail.ChannelsCompensator( | [, nr_feeds] | ) -> | <detail_ChannelsCompensator object> |
◆ apply()
Python: |
---|
| cv.detail.ChannelsCompensator.apply( | index, corner, image, mask | ) -> | image |
Compensate exposure in the specified image.
- Parameters
-
index | Image index |
corner | Image top-left corner |
image | Image to process |
mask | Image mask |
Implements cv::detail::ExposureCompensator.
◆ feed()
void cv::detail::ChannelsCompensator::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 cv::detail::ExposureCompensator.
◆ gains()
std::vector< Scalar > cv::detail::ChannelsCompensator::gains |
( |
| ) |
const |
|
inline |
◆ getMatGains()
void cv::detail::ChannelsCompensator::getMatGains |
( |
std::vector< Mat > & |
umv | ) |
|
|
virtual |
Python: |
---|
| cv.detail.ChannelsCompensator.getMatGains( | [, umv] | ) -> | umv |
◆ getNrFeeds()
int cv::detail::ChannelsCompensator::getNrFeeds |
( |
| ) |
|
|
inline |
Python: |
---|
| cv.detail.ChannelsCompensator.getNrFeeds( | | ) -> | retval |
◆ getSimilarityThreshold()
double cv::detail::ChannelsCompensator::getSimilarityThreshold |
( |
| ) |
const |
|
inline |
Python: |
---|
| cv.detail.ChannelsCompensator.getSimilarityThreshold( | | ) -> | retval |
◆ setMatGains()
void cv::detail::ChannelsCompensator::setMatGains |
( |
std::vector< Mat > & |
umv | ) |
|
|
virtual |
Python: |
---|
| cv.detail.ChannelsCompensator.setMatGains( | umv | ) -> | None |
◆ setNrFeeds()
void cv::detail::ChannelsCompensator::setNrFeeds |
( |
int |
nr_feeds | ) |
|
|
inline |
Python: |
---|
| cv.detail.ChannelsCompensator.setNrFeeds( | nr_feeds | ) -> | None |
◆ setSimilarityThreshold()
void cv::detail::ChannelsCompensator::setSimilarityThreshold |
( |
double |
similarity_threshold | ) |
|
|
inline |
Python: |
---|
| cv.detail.ChannelsCompensator.setSimilarityThreshold( | similarity_threshold | ) -> | None |
The documentation for this class was generated from the following file: