Home
last modified time | relevance | path

Searched refs:waveCorrect (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmotion_estimators.hpp250 void CV_EXPORTS waveCorrect(std::vector<Mat> &rmats, WaveCorrectKind kind);
/external/opencv3/modules/stitching/src/
Dstitcher.cpp526 detail::waveCorrect(rmats, wave_correct_kind_); in estimateCameraParams()
Dmotion_estimators.cpp604 void waveCorrect(std::vector<Mat> &rmats, WaveCorrectKind kind) in waveCorrect() function
/external/opencv3/samples/cpp/
Dstitching_detailed.cpp567 waveCorrect(rmats, wave_correct); in main()