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

  /external/opencv3/modules/core/include/opencv2/core/cuda/
utility.hpp 109 __device__ __forceinline__ MaskCollection(const MaskCollection& masks_)
110 : maskCollection(masks_.maskCollection), curMask(masks_.curMask){}
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
seam_finders.hpp 101 std::vector<UMat> masks_; member in class:cv::detail::PairwiseSeamFinder
  /external/opencv3/modules/cudafeatures2d/src/
brute_force_matcher.cpp     [all...]
  /external/opencv3/modules/stitching/src/
seam_finders.cpp 65 masks_ = masks;
104 masks_ = masks;
118 Mat mask1 = masks_[first].getMat(ACCESS_READ), mask2 = masks_[second].getMat(ACCESS_READ);
    [all...]

Completed in 53 milliseconds