9 Commits

Author SHA1 Message Date
8fdb3c7679 Trying to add parallel for loops (with pthread)
- OpenCV lib compiled with PTHREADS_PF=ON
- Copied and tested in esp32/examples/esp_opencv_tests/
- TODO: Problem while linking pthreads :
        undefined reference to `pthread_cond_signal`
2020-03-27 09:27:29 +01:00
0284052fae Added houghline test + uses idf_component_register in cmakelist 2020-03-26 23:19:53 +01: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
66f9ed9bad testing and benchmarking functions of opencv
- Benchmark measurement tool added
- Tested a bunch of function
	- TODO: See why some function don't give stack memory back!
2020-03-25 22:49:32 +01:00
7742d416d4 added some comments on the modifications done into the code 2020-03-24 11:21:27 +01:00
edc7e1c033 added script to compile esp32 xcompiler from scratch 2020-03-24 10:44:35 +01:00
214c372c57 Added basic example and started tests example
- Basic example only makes some matrices and apply basic operations on them
- Tests example test every useful for embedded system features of opencv
2020-03-24 10:42:42 +01:00
6c681dfbef small bugs in readme 2020-03-23 11:57:04 +01:00
fce6dc35b4 initial commit 2020-03-23 11:48:41 +01:00