Class cv::detail::NoExposureCompensator#
Stub exposure compensator which does nothing.
Collaboration diagram for cv::detail::NoExposureCompensator:
Public Types#
Public Types inherited from cv::detail::ExposureCompensator
Return |
Name |
Description |
|---|---|---|
Public Member Functions#
Public Member Functions inherited from cv::detail::ExposureCompensator
Return |
Name |
Description |
|---|---|---|
|
|
Compensate exposure in the specified image. |
|
||
|
||
|
||
|
||
|
||
|
Static Public Member Functions#
Static Public Member Functions inherited from cv::detail::ExposureCompensator
Return |
Name |
Description |
|---|---|---|
|
Additional Inherited Members#
Protected Attributes inherited from cv::detail::ExposureCompensator
Return |
Name |
Description |
|---|---|---|
|
Detailed Description#
Stub exposure compensator which does nothing.
Member Function Documentation#
apply()#
void cv::detail::NoExposureCompensator::apply(
int index,
Point corner,
InputOutputArray image,
InputArray mask )
Python:
cv.detail.NoExposureCompensator.apply(arg1, arg2, arg3, arg4) -> arg3
Compensate exposure in the specified image.
Parameters
index— Image indexcorner— Image top-left cornerimage— Image to processmask— Image mask
feed()#
void cv::detail::NoExposureCompensator::feed(
const std::vector< Point > & corners,
const std::vector< UMat > & images,
const std::vector< std::pair< UMat, uchar > > & masks )
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
getMatGains()#
void cv::detail::NoExposureCompensator::getMatGains(std::vector< Mat > & umv)
Python:
cv.detail.NoExposureCompensator.getMatGains([, umv]) -> umv
setMatGains()#
void cv::detail::NoExposureCompensator::setMatGains(std::vector< Mat > & umv)
Python:
cv.detail.NoExposureCompensator.setMatGains(umv)
Source file#
The documentation for this class was generated from the following file:
opencv2/stitching/detail/exposure_compensate.hpp