Home
last modified time | relevance | path

Searched refs:gains_ (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/stitching/src/
Dexposure_compensate.cpp142 solve(A, b, gains_); in feed()
150 multiply(image, gains_(index, 0), image); in apply()
156 std::vector<double> gains_vec(gains_.rows); in gains()
157 for (int i = 0; i < gains_.rows; ++i) in gains()
158 gains_vec[i] = gains_(i, 0); in gains()
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dexposure_compensate.hpp107 Mat_<double> gains_; member in cv::detail::GainCompensator