Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmotion_estimators.hpp241 WAVE_CORRECT_HORIZ, enumerator
/external/opencv3/modules/stitching/src/
Dstitcher.cpp55 stitcher.setWaveCorrectKind(detail::WAVE_CORRECT_HORIZ); in createDefault()
543 stitcher->setWaveCorrectKind(detail::WAVE_CORRECT_HORIZ); in createStitcher()
Dmotion_estimators.cpp626 if (kind == WAVE_CORRECT_HORIZ) in waveCorrect()
649 if (kind == WAVE_CORRECT_HORIZ) in waveCorrect()
/external/opencv3/samples/cpp/
Dstitching_detailed.cpp139 WaveCorrectKind wave_correct = detail::WAVE_CORRECT_HORIZ;
244 wave_correct = detail::WAVE_CORRECT_HORIZ; in parseCmdArgs()