I have a c++ application that is using the Opencv (open computer vision library)
I also have an embedded board that is similar to the beagle Board and is based on the OMAP 3530.
I would like to run my application on my embedded board.
How can I utilize and offload some of the processing to the DSP that is on the OMAP 3530. ???
AR