Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/include/opencv2/
Dstitching.hpp131 detail::WaveCorrectKind waveCorrectKind() const { return wave_correct_kind_; } in waveCorrectKind()
132 void setWaveCorrectKind(detail::WaveCorrectKind kind) { wave_correct_kind_ = kind; } in setWaveCorrectKind()
231 detail::WaveCorrectKind wave_correct_kind_;
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmotion_estimators.hpp239 enum WaveCorrectKind enum
250 void CV_EXPORTS waveCorrect(std::vector<Mat> &rmats, WaveCorrectKind kind);
/external/opencv3/samples/cpp/
Dstitching_detailed.cpp139 WaveCorrectKind wave_correct = detail::WAVE_CORRECT_HORIZ;
/external/opencv3/modules/stitching/src/
Dmotion_estimators.cpp604 void waveCorrect(std::vector<Mat> &rmats, WaveCorrectKind kind) in waveCorrect()