1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

TAPI: stitching: optimize exposure

This commit is contained in:
Alexander Alekhin
2014-02-27 18:09:56 +04:00
committed by Andrey Pavlenko
parent 2737e3c99b
commit 7a5c1babde
2 changed files with 15 additions and 12 deletions
@@ -97,7 +97,7 @@ public:
private:
int bl_width_, bl_height_;
std::vector<Mat_<float> > gain_maps_;
std::vector<UMat> gain_maps_;
};
} // namespace detail