3 Commits

Author SHA1 Message Date
58d3b77970 Started to optimize OpenCV for the ESP32
- Using float instead of double for floating point matrix multiplications (in core/src/matmul.simd.hpp) reduces a lot the computation time
2020-05-20 14:12:33 +02:00
7742d416d4 added some comments on the modifications done into the code 2020-03-24 11:21:27 +01:00
fce6dc35b4 initial commit 2020-03-23 11:48:41 +01:00