5 Commits

Author SHA1 Message Date
9fbc37c4b0 Changed every LOG_VERBOSE in std::cout for better debug
- Couldn't make LOG_VERBOSE work ( tried to compile in debug and set log verbose at beginning of the main() )
2020-04-03 13:26:11 +02:00
ab6954cc23 Compilation success with pthreads enabled
- The project can be compiled with pthread enabled on opencv build
	- FIXME: Needed to add a call to pthread_cond_init() in the main component for the linker to work.
	The pthread_cond implementation is done in esp-idf/components/pthreads/
- The optimization hasn't yet enhanced the benchmark performances, hasn't found why for now
2020-03-30 12:39:59 +02:00
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
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