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

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
blenders.hpp 127 int numBands() const { return actual_num_bands_; }
128 void setNumBands(int val) { actual_num_bands_ = val; }
135 int actual_num_bands_, num_bands_; member in class:cv::detail::MultiBandBlender
  /external/opencv3/modules/stitching/src/
blenders.cpp 223 num_bands_ = std::min(actual_num_bands_, static_cast<int>(ceil(std::log(max_len) / std::log(2.0))));

Completed in 523 milliseconds