1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-28 06:43:01 +04:00
Files
opencv/modules/core/src
Alexander Alekhin 65eb946756 core: rework code locality
- to reduce binaries size of FFmpeg Windows wrapper
- MinGW linker doesn't support -ffunction-sections (used for FFmpeg Windows wrapper)
- move code to improve locality with its used dependencies
- move UMat::dot() to matmul.dispatch.cpp (Mat::dot() is already there)
- move UMat::inv() to lapack.cpp
- move UMat::mul() to arithm.cpp
- move UMat:eye() to matrix_operations.cpp (near setIdentity() implementation)
- move normalize(): convert_scale.cpp => norm.cpp
- move convertAndUnrollScalar(): arithm.cpp => copy.cpp
- move scalarToRawData(): array.cpp => copy.cpp
- move transpose(): matrix_operations.cpp => matrix_transform.cpp
- move flip(), rotate(): copy.cpp => matrix_transform.cpp (rotate90 uses flip and transpose)
- add 'OPENCV_CORE_EXCLUDE_C_API' CMake variable to exclude compilation of C-API functions from the core module
- matrix_wrap.cpp: add compile-time checks for CUDA/OpenGL calls
- the steps above allow to reduce FFmpeg wrapper size for ~1.5Mb (initial size of OpenCV part is about 3Mb)
2021-03-02 11:27:58 +00:00
..
2021-02-15 17:07:36 +00:00
2021-03-02 11:27:58 +00:00
2021-03-02 11:27:58 +00:00
2019-05-18 19:32:23 +00:00
2018-09-07 20:33:52 +09:00
2021-03-02 11:27:58 +00:00
2019-12-27 12:46:53 +00:00
2021-03-02 11:27:58 +00:00
2018-09-07 20:33:52 +09:00
2019-03-05 14:47:04 +03:00
2018-09-07 20:33:52 +09:00
2021-03-02 11:27:58 +00:00
2019-12-27 12:46:53 +00:00
2021-03-02 11:27:58 +00:00
2017-12-22 12:56:52 +03:00
2021-03-02 11:27:58 +00:00
2018-10-15 18:58:11 +00:00
2021-03-02 11:27:58 +00:00
2021-03-02 11:27:58 +00:00
2021-03-02 11:27:58 +00:00
2021-03-02 11:27:58 +00:00
2019-02-19 16:58:32 +03:00
2019-02-23 15:42:26 +00:00
2021-03-02 11:27:58 +00:00
2021-02-15 17:07:36 +00:00
2021-02-15 17:07:36 +00:00
2021-03-02 11:27:58 +00:00
2019-09-27 16:29:50 +03:00
2019-02-22 09:54:31 +00:00
2021-03-02 11:27:58 +00:00
2018-02-12 14:14:08 +03:00
2018-08-27 14:42:18 +03:00
2019-02-13 18:17:38 +03:00
2014-08-15 12:09:16 +04:00
2021-03-02 11:27:58 +00:00
2021-02-19 10:32:59 +00:00