OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlocksGainCompensator
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
exposure_compensate.hpp
113
class CV_EXPORTS
BlocksGainCompensator
: public ExposureCompensator
116
BlocksGainCompensator
(int bl_width = 32, int bl_height = 32)
/external/opencv3/modules/stitching/src/
exposure_compensate.cpp
55
return makePtr<
BlocksGainCompensator
>();
163
void
BlocksGainCompensator
::feed(const std::vector<Point> &corners, const std::vector<UMat> &images,
226
void
BlocksGainCompensator
::apply(int index, Point /*corner*/, InputOutputArray _image, InputArray /*mask*/)
stitcher.cpp
82
stitcher.setExposureCompensator(makePtr<detail::
BlocksGainCompensator
>());
570
stitcher->setExposureCompensator(makePtr<detail::
BlocksGainCompensator
>());
Completed in 198 milliseconds