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

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
blenders.hpp 140 int weight_type_; //CV_32F or CV_16S member in class:cv::detail::MultiBandBlender
  /external/opencv3/modules/stitching/src/
blenders.cpp 213 weight_type_ = weight_type;
235 dst_band_weights_[0].create(dst_roi.size(), weight_type_);
243 (dst_band_weights_[i - 1].cols + 1) / 2, weight_type_);
339 if(weight_type_ == CV_32F)
343 else // weight_type_ == CV_16S
380 if(weight_type_ == CV_32F)
398 else // weight_type_ == CV_16S

Completed in 204 milliseconds