This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler: TDA2xx A15 OpenCV many functions cause crash

Tool/software: TI C/C++ Compiler

I add OpenCV support to TI DL usercase and add OpenCV functions on A15, such as:

1. Mat(100, 100, CV_8UC1, 0);

2. resize(src, dst, size);

However, both above functions will cause crash.

Anyone can explain and give me some advice?