Hi TI,
According to the C6accel wiki :http://processors.wiki.ti.com/index.php/C6EZAccel_FAQ#Are_there_any_restrictions_on_the_types_of_functions_I_can_add_to_C6Accel
(1) Algorithms must not allocate memory.
For the original OpenCV functions, the functions have many codes which allocate memory.
When you convert OpenCV functions into C6accel OpenCV functions, how do you overcome this problem ?
I need to know the method as I am trying to port OpenCV function using C6accel.
Thanks,
Mr Tan