DLR-RM / DLR-RM/3DObjectTracking
Statement about openmp in the READMEs
Open
- Dominant language
- C++
- Stars
- 1k
- Forks
- 185
- PR merge metrics
- No merged PRs in 30d
Description
"If CMake finds [OpenMP](https://www.openmp.org/), the code is compiled using multithreading and vectorization for some functions."
However, `region_model.h` and `depth_model.h` use `#include ` without any preprocessor checks. So, in fact `openmp` is always required.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.