opencv/3rdparty/carotene
Alexander Smorkalov 41ef2bfb16
Merge pull request #21945 from driftee:fix-3rdparty_carotene_blur
fix a 3rd party blur3x3 function(the 7th value in tcurr should be set to the 5th value in old tcurr, which will be be overwritten by the 3rd value in old tcurr)
2022-09-16 16:23:09 +03:00
..
hal Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-08-14 15:50:42 +00:00
include/carotene Add Carotene - NVIDIA Hardware-Abstraction-Layer for ARM platforms 2016-07-04 23:56:15 -07:00
src fix a blur3x3 function 2022-05-02 20:42:41 +08:00
.gitignore Add Carotene - NVIDIA Hardware-Abstraction-Layer for ARM platforms 2016-07-04 23:56:15 -07:00
CMakeLists.txt build: suppress the warning 2022-07-12 19:42:39 +09:00
README.md Add Carotene - NVIDIA Hardware-Abstraction-Layer for ARM platforms 2016-07-04 23:56:15 -07:00

This is Carotene, a low-level library containing optimized CPU routines that are useful for computer vision algorithms.