WaveCorrectKind 131 modules/stitching/include/opencv2/stitching.hpp detail::WaveCorrectKind waveCorrectKind() const { return wave_correct_kind_; } WaveCorrectKind 132 modules/stitching/include/opencv2/stitching.hpp void setWaveCorrectKind(detail::WaveCorrectKind kind) { wave_correct_kind_ = kind; } WaveCorrectKind 231 modules/stitching/include/opencv2/stitching.hpp detail::WaveCorrectKind wave_correct_kind_; WaveCorrectKind 250 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp void CV_EXPORTS waveCorrect(std::vector<Mat> &rmats, WaveCorrectKind kind); WaveCorrectKind 604 modules/stitching/src/motion_estimators.cpp void waveCorrect(std::vector<Mat> &rmats, WaveCorrectKind kind) WaveCorrectKind 139 samples/cpp/stitching_detailed.cpp WaveCorrectKind wave_correct = detail::WAVE_CORRECT_HORIZ;