Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/stitching/include/opencv2/stitching/detail/
H A Dmotion_estimators.hpp349 void CV_EXPORTS_W waveCorrect(CV_IN_OUT std::vector<Mat> &rmats, WaveCorrectKind kind);
/dports/graphics/opencv/opencv-4.5.3/samples/python/
H A Dstitching_detailed.py397 rmats = cv.detail.waveCorrect(rmats, wave_correct)
/dports/graphics/opencv/opencv-4.5.3/modules/stitching/src/
H A Dstitcher.cpp535 detail::waveCorrect(rmats, wave_correct_kind_); in estimateCameraParams()
H A Dmotion_estimators.cpp928 void waveCorrect(std::vector<Mat> &rmats, WaveCorrectKind kind) in waveCorrect() function
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/
H A Dstitching_detailed.cpp612 waveCorrect(rmats, wave_correct); in main()