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.

Importing OpenCV to CCS

Other Parts Discussed in Thread: TMS320DM642

HI :)

I'm working on Video Processing with TMS320DM642 DSP and it requires to port OpenCV to CSS but i don't know if it's possible, and how?

Knowing that i'm using CCS3.3 version.

i need your help please :(

Thank you

 cordially,

Ben Ryana Azer.

  • Hello,

    I don't know much about OpenCV so I can't provide much insight. I will move your post to the device forums where you may get more advice from the experts there.

    Thanks

    ki

  • What version of OpenCV do you wish to use ? OpenCV 1.x or OpenCV 2.x ?

    Regards,

    Rahul

  • Actually i don't know exactly what is the difference between the two versions. My problem is how to use this library with CCS v3.3, which version I'll use is another issue.
    I'm an engineering student, i'm doing my internship in a company where I have to develop an application (automatic incident detection). It's a video processing with DSP, so I thought to use OpenCV because it contains functions that can help me enormously.
    I'm really stuck and demoralized: (

    Excuse me for the bad English.

    and Thank you so much :)

    Ben Rayana Azer.

  • Hi Azer,

    OpenCV 1.1 is an initial version of the vision library that was built using C code. OpenCV 2.x migrates all of this initial software to a C++ code base and adds several new APIs to vision library. You should start of to determine what APIs you need for your algorithm and identify which version provides you all this functionality.   OpenCV does run on the DSP but there is some porting effort involved to cross compile it. We currently don`t support a precompiled version of the library that you can use but I can give you some pointer of how you can go about it. Once you identify the version of the library that you require, get back to us and I can provide you a sample project to get you started.

    Regards,

    Rahul

  • Hi,

    Thank you very much for the explanation :)

    After specifying the APIs that i need for my algorithm (as you asked me to do) i can identify which version i'll use and it will be v2.x but i don't know how yet :)

    Regards,

    Azer.