Home
last modified time | relevance | path

Searched refs:dst_mask_ (Results 1 – 2 of 2) sorted by relevance

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