We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d82d8 commit a6e5d04Copy full SHA for a6e5d04
src/stella_vslam/feature/orb_extractor.cc
@@ -88,7 +88,7 @@ void orb_extractor::extract(const cv::_InputArray& in_image, const cv::_InputArr
88
offsets.push_back(offset);
89
}
90
91
-#ifdef USE_OPENMP
+#if defined(USE_OPENMP) and !defined(USE_CUDA_EFFICIENT_DESCRIPTORS)
92
#pragma omp parallel for schedule(dynamic)
93
#endif
94
for (unsigned int level = 0; level < orb_params_->num_levels_; ++level) {
0 commit comments