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.

ARM + C6000 with OpenCV

Other Parts Discussed in Thread: OMAPL138

Hello all,

I would like to implement OpenCV application with a microprocessor and a DSP. But I can't decide which DSP and microprocessor pair should I use. I found this document on the web :http://www.ti.com/lit/wp/spry175/spry175.pdf  it has the execution times for specific functions.I need an almost real-time application, but this configuration needs 600 ms for 640 x 480 image to implement HoughLines(which is very slow). 

My configuration is:

2 MP camera (1600 x 1200 pixels)

Distance Measurement (Stereo Vision)

Lane Detection(Using cvHoughLines or Edge Detection)

Applying Kalman Filter for Direction

 

Can you help me with the selecton of the microprocessor,DSP and memory?