Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmatchers.hpp204 bool isThreadSafe() const { return is_thread_safe_; } in isThreadSafe()
211 FeaturesMatcher(bool is_thread_safe = false) : is_thread_safe_(is_thread_safe) {} in FeaturesMatcher()
223 bool is_thread_safe_; member in cv::detail::FeaturesMatcher
/external/opencv3/modules/stitching/src/
Dmatchers.cpp546 if (is_thread_safe_) in operator ()()
571 is_thread_safe_ = impl_->isThreadSafe(); in BestOf2NearestMatcher()
686 if (is_thread_safe_) in operator ()()