Quantcast
Channel: Processors forum - Recent Threads
Viewing all articles
Browse latest Browse all 17527

CCS/PROCESSOR-SDK-OMAPL138: Issue integrating OpenCV libraries into FaceDetectDemo

$
0
0

Part Number:PROCESSOR-SDK-OMAPL138

Tool/software: Code Composer Studio

Hi,

I am currently trying to load the OpenCV 1.0 (or maybe 1.1) library to the FaceDetectDemo project located in the link below. The ultimate goal is to call the cvHoughCircles() function.

The problem we are encountering is that the header for cvHoughCircles() is located in cv.h of OpenCV 1.0 and the body is located in cvhough.cpp.  We have already tried to fix this problem in the following way:

We tried to copy cvhough.cpp into the project via add files in project explorer and added an include path to the cv.h located in the OpenCV 1.0 directory. Code Composer Studio (v5.5.0) was unable to locate the function when called from the main() of facedetect_lcdk project that we created.

Question #1: Is it possible to link a .cpp file into CCS 5.5.0?

Question #2: If this is the wrong approach, where can we find cvHoughCircles() in a .c file to import into the project? 

Link to download FaceDetect: www.ti.com/tool/BIOSSW-C6748


Viewing all articles
Browse latest Browse all 17527

Trending Articles