曝光补偿器,尝试通过调整图像强度来消除与曝光相关的伪影,有关详细信息,请参阅 [41] 和 [304]。 更多...
#include <opencv2/stitching/detail/exposure_compensate.hpp>
|
| GainCompensator () |
|
| GainCompensator (int nr_feeds) |
|
void | apply (int index, Point corner, InputOutputArray image, InputArray mask) CV_OVERRIDE |
| 补偿指定图像中的曝光。
|
|
void | feed (const std::vector< Point > &corners, const std::vector< UMat > &images, const std::vector< std::pair< UMat, uchar > > &masks) CV_OVERRIDE |
|
std::vector< double > | gains () const |
|
void | getMatGains (std::vector< Mat > &umv) CV_OVERRIDE |
|
int | getNrFeeds () |
|
double | getSimilarityThreshold () const |
|
void | prepareSimilarityMask (const std::vector< Point > &corners, const std::vector< UMat > &images) |
|
void | setMatGains (std::vector< Mat > &umv) CV_OVERRIDE |
|
void | setNrFeeds (int nr_feeds) |
|
void | setSimilarityThreshold (double similarity_threshold) |
|
void | singleFeed (const std::vector< Point > &corners, const std::vector< UMat > &images, const std::vector< std::pair< UMat, uchar > > &masks) |
|
| ExposureCompensator () |
|
virtual | ~ExposureCompensator () |
|
void | feed (const std::vector< Point > &corners, const std::vector< UMat > &images, const std::vector< UMat > &masks) |
|
bool | getUpdateGain () |
|
void | setUpdateGain (bool b) |
|
曝光补偿器,尝试通过调整图像强度来消除与曝光相关的伪影,有关详细信息,请参阅 [41] 和 [304]。
- 示例
- samples/cpp/stitching_detailed.cpp.
◆ GainCompensator() [1/2]
cv::detail::GainCompensator::GainCompensator |
( |
| ) |
|
|
inline |
Python |
---|
| cv.detail.GainCompensator( | | ) -> | <detail_GainCompensator object> |
| cv.detail.GainCompensator( | nr_feeds | ) -> | <detail_GainCompensator object> |
◆ GainCompensator() [2/2]
cv::detail::GainCompensator::GainCompensator |
( |
int |
nr_feeds | ) |
|
|
inline |
Python |
---|
| cv.detail.GainCompensator( | | ) -> | <detail_GainCompensator object> |
| cv.detail.GainCompensator( | nr_feeds | ) -> | <detail_GainCompensator object> |
◆ apply()
Python |
---|
| cv.detail.GainCompensator.apply( | index, corner, image, mask | ) -> | image |
◆ feed()
void cv::detail::GainCompensator::feed |
( |
const std::vector< Point > & |
corners, |
|
|
const std::vector< UMat > & |
images, |
|
|
const std::vector< std::pair< UMat, uchar > > & |
masks |
|
) |
| |
|
virtual |
◆ gains()
std::vector< double > cv::detail::GainCompensator::gains |
( |
| ) |
const |
◆ getMatGains()
void cv::detail::GainCompensator::getMatGains |
( |
std::vector< Mat > & |
umv | ) |
|
|
virtual |
Python |
---|
| cv.detail.GainCompensator.getMatGains( | [, umv] | ) -> | umv |
◆ getNrFeeds()
int cv::detail::GainCompensator::getNrFeeds |
( |
| ) |
|
|
inline |
Python |
---|
| cv.detail.GainCompensator.getNrFeeds( | | ) -> | retval |
◆ getSimilarityThreshold()
double cv::detail::GainCompensator::getSimilarityThreshold |
( |
| ) |
const |
|
inline |
Python |
---|
| cv.detail.GainCompensator.getSimilarityThreshold( | | ) -> | retval |
◆ prepareSimilarityMask()
void cv::detail::GainCompensator::prepareSimilarityMask |
( |
const std::vector< Point > & |
corners, |
|
|
const std::vector< UMat > & |
images |
|
) |
| |
◆ setMatGains()
void cv::detail::GainCompensator::setMatGains |
( |
std::vector< Mat > & |
umv | ) |
|
|
virtual |
Python |
---|
| cv.detail.GainCompensator.setMatGains( | umv | ) -> | None |
◆ setNrFeeds()
void cv::detail::GainCompensator::setNrFeeds |
( |
int |
nr_feeds | ) |
|
|
inline |
Python |
---|
| cv.detail.GainCompensator.setNrFeeds( | nr_feeds | ) -> | None |
◆ setSimilarityThreshold()
void cv::detail::GainCompensator::setSimilarityThreshold |
( |
double |
similarity_threshold | ) |
|
|
inline |
Python |
---|
| cv.detail.GainCompensator.setSimilarityThreshold( | similarity_threshold | ) -> | None |
◆ singleFeed()
void cv::detail::GainCompensator::singleFeed |
( |
const std::vector< Point > & |
corners, |
|
|
const std::vector< UMat > & |
images, |
|
|
const std::vector< std::pair< UMat, uchar > > & |
masks |
|
) |
| |
此类的文档是根据以下文件生成的