曝光補償器,它試圖透過獨立調整每個通道上的影像強度來消除與曝光相關的偽影。 更多...
#include <opencv2/stitching/detail/exposure_compensate.hpp>
曝光補償器,它試圖透過獨立調整每個通道上的影像強度來消除與曝光相關的偽影。
- 示例
- samples/cpp/stitching_detailed.cpp.
◆ ChannelsCompensator()
| cv::detail::ChannelsCompensator::ChannelsCompensator |
( |
int | nr_feeds = 1 | ) |
|
|
inline |
| Python |
|---|
| cv.detail.ChannelsCompensator( | [, nr_feeds] | ) -> | <detail_ChannelsCompensator 物件> |
◆ apply()
| Python |
|---|
| cv.detail.ChannelsCompensator.apply( | index, corner, image, mask | ) -> | image |
◆ 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 |
◆ 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 | ) -> | 無 |
◆ setNrFeeds()
| void cv::detail::ChannelsCompensator::setNrFeeds |
( |
int | nr_feeds | ) |
|
|
inline |
| Python |
|---|
| cv.detail.ChannelsCompensator.setNrFeeds( | nr_feeds | ) -> | 無 |
◆ setSimilarityThreshold()
| void cv::detail::ChannelsCompensator::setSimilarityThreshold |
( |
double | similarity_threshold | ) |
|
|
inline |
| Python |
|---|
| cv.detail.ChannelsCompensator.setSimilarityThreshold( | similarity_threshold | ) -> | 無 |
此類文件由以下檔案生成