waveCorrect 250 modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp void CV_EXPORTS waveCorrect(std::vector<Mat> &rmats, WaveCorrectKind kind); waveCorrect 526 modules/stitching/src/stitcher.cpp detail::waveCorrect(rmats, wave_correct_kind_); waveCorrect 567 samples/cpp/stitching_detailed.cpp waveCorrect(rmats, wave_correct);