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

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
blenders.hpp 89 UMat dst_, dst_mask_; member in class:cv::detail::Blender
  /external/opencv3/modules/stitching/src/
blenders.cpp 74 dst_mask_.create(dst_roi.size(), CV_8U);
75 dst_mask_.setTo(Scalar::all(0));
85 Mat dst_mask = dst_mask_.getMat(ACCESS_RW);
112 compare(dst_mask_, 0, mask, CMP_EQ);
115 dst_mask.assign(dst_mask_);
117 dst_mask_.release();
165 compare(dst_weight_map_, WEIGHT_EPS, dst_mask_, CMP_GT);
445 compare(dst_band_weights_[0](dst_rc), WEIGHT_EPS, dst_mask_, CMP_GT); local

Completed in 44 milliseconds