1 | initial version |
I think the main problem is the use of dynamic memory allocation on Cortex M Micros that do not have memory managers. OpenCV make extensive use of dynamic memory allocation , thus requiring memory managers/garbage collection etc.