Project import generated by Copybara.
GitOrigin-RevId: f7d09ed033907b893638a8eb4148efa11c0f09a6
This commit is contained in:
@@ -236,7 +236,7 @@ inline void CheckAndSetInvokerOptions() {
|
||||
LOG(WARNING) << "Unsupported invoker mode selected on Android. "
|
||||
<< "OpenMP linkage detected, so falling back to OpenMP";
|
||||
flags_parallel_invoker_mode = PARALLEL_INVOKER_OPENMP;
|
||||
#else // _OPENMP
|
||||
#else // _OPENMP
|
||||
// Fallback mode for active parallel invoker without OpenMP is ThreadPool.
|
||||
LOG(WARNING) << "Unsupported invoker mode selected on Android. "
|
||||
<< "Falling back to ThreadPool";
|
||||
@@ -273,7 +273,7 @@ inline void CheckAndSetInvokerOptions() {
|
||||
#endif // _OPENMP
|
||||
}
|
||||
|
||||
#else // PARALLEL_INVOKER_ACTIVE
|
||||
#else // PARALLEL_INVOKER_ACTIVE
|
||||
if (flags_parallel_invoker_mode != PARALLEL_INVOKER_NONE) {
|
||||
LOG(ERROR) << "Parallel execution requested but PARALLEL_INVOKER_ACTIVE "
|
||||
<< "compile flag is not set. Falling back to single threaded "
|
||||
|
||||
@@ -2097,8 +2097,8 @@ void RegionFlowComputation::WideBaselineMatchFeatures(
|
||||
!defined(CV_WRAPPER_3X)
|
||||
LOG(FATAL) << "Supported on only with OpenCV 3.0. "
|
||||
<< "Use bazel build flag : --define CV_WRAPPER=3X";
|
||||
#else // (defined(__ANDROID__) || defined(__APPLE__) ||
|
||||
// defined(__EMSCRIPTEN__)) && !defined(CV_WRAPPER_3X)
|
||||
#else // (defined(__ANDROID__) || defined(__APPLE__) ||
|
||||
// defined(__EMSCRIPTEN__)) && !defined(CV_WRAPPER_3X)
|
||||
results->clear();
|
||||
|
||||
const auto& frame1 = from_data_ptr->frame;
|
||||
|
||||
Reference in New Issue
Block a user