OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setWaveCorrectKind
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/stitching/include/opencv2/
stitching.hpp
132
void
setWaveCorrectKind
(detail::WaveCorrectKind kind) { wave_correct_kind_ = kind; }
/external/opencv3/modules/stitching/src/
stitcher.cpp
55
stitcher.
setWaveCorrectKind
(detail::WAVE_CORRECT_HORIZ);
543
stitcher->
setWaveCorrectKind
(detail::WAVE_CORRECT_HORIZ);
Completed in 41 milliseconds