OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waveCorrect
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
motion_estimators.hpp
250
void CV_EXPORTS
waveCorrect
(std::vector<Mat> &rmats, WaveCorrectKind kind);
/external/opencv3/modules/stitching/src/
stitcher.cpp
526
detail::
waveCorrect
(rmats, wave_correct_kind_);
motion_estimators.cpp
604
void
waveCorrect
(std::vector<Mat> &rmats, WaveCorrectKind kind)
/external/opencv3/samples/cpp/
stitching_detailed.cpp
567
waveCorrect
(rmats, wave_correct);
Completed in 210 milliseconds