|
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 |
|
|
ec3162b0ae
|
parsing the cmake output to get the list of opencv modules compiled
|
2020-04-07 22:51:08 +02:00 |
|
|
50b4e6fc53
|
Added code optimization for OpenCV compilation
- Changed -DCV_DISABLE_OPTIMIZATION to OFF
- This re-enable code optimization (dispatched code/intrinsics/loop unrolling/etc)
|
2020-03-26 09:16:22 +01:00 |
|
|
fce6dc35b4
|
initial commit
|
2020-03-23 11:48:41 +01:00 |
|