HomeSort by relevance Sort by last modified time
    Searched refs:do_wave_correct_ (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/stitching/include/opencv2/
stitching.hpp 128 CV_WRAP bool waveCorrection() const { return do_wave_correct_; }
129 CV_WRAP void setWaveCorrection(bool flag) { do_wave_correct_ = flag; }
230 bool do_wave_correct_; member in class:cv::Stitcher
  /external/opencv3/modules/stitching/src/
stitcher.cpp 521 if (do_wave_correct_)

Completed in 449 milliseconds