opencv/modules/core
Vincent Rabaud 667e5e4f89
Merge pull request #21943 from vrabaud:3.4_proc
* Fix compilation with non glibc.

_SC_NPROCESSORS_ONLN is non standard as defined on https://man7.org/linux/man-pages/man3/sysconf.3.html
It seems to only be on glibc, cf https://www.gnu.org/software/libc/manual/html_node/Processor-Resources.html

* Fix to defined(_SC_NPROCESSORS_ONLN)
2022-05-05 07:59:29 +00:00
..
3rdparty/SoftFloat Add install component for 3rdparty libraries licenses 2018-03-06 16:32:30 +03:00
doc docs: intro formatting update, minor cleanup 2018-11-04 02:36:24 +00:00
include/opencv2 fix MSA sum overflow issue 2022-04-01 08:37:28 +00:00
misc Fix/optimize Android put/get functions 2021-02-19 17:10:11 +09:00
perf Relax accuracy requirements in the OpenCL sqrt perf arithmetic test. 2021-04-06 17:32:48 +01:00
src Merge pull request #21943 from vrabaud:3.4_proc 2022-05-05 07:59:29 +00:00
test cartToPolar/polarToCart: disable inplace mode 2022-03-21 16:06:12 +03:00
CMakeLists.txt cmake: fix OPENGL_LIBRARIES handling 2021-12-07 12:12:42 +00:00