mixagd / opencv-dsp-acceleration

Automatically exported from code.google.com/p/opencv-dsp-acceleration
0 stars 0 forks source link

Where can I get the following libraries: -lopencv_ml -lopencv_highgui -lopencv_core -lopencv_calib3d -lopencv_contrib -lopencv_features2d -lopencv_imgproc -lopencv_legacy -lopencv_objdetect -lopencv_video -lopencvdsp #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have applied this instruction 
"http://code.google.com/p/opencv-dsp-acceleration/wiki/Instruction_For_Building_
Examples" for my board. I have changed toolchain to 'poky' and edited file 
Makefile, Rules.make, Makefile.app. I ran 'make c6accel' and 'make library' 
without error
I already got  'c6accel_omap3530.x64P' and 'libopencvdsp.so'. but when I ran 
'make app' the error while linking shown that I miss the following libraries
-lopencv_ml 
-lopencv_highgui
-lopencv_core 
-lopencv_calib3d 
-lopencv_contrib 
-lopencv_features2d 
-lopencv_imgproc 
-lopencv_legacy 
-lopencv_objdetect 
-lopencv_video 
-lopencvdsp

At first, I guest the step 'make library' may produce all necessary libraries 
which used in step 'make app'. I have inspected step 'make library' it just 
produces 'libopencvdsp.so' so please suggest me where can I get all needed libs.

Thank in advance
K. Rattanasinchai

Original issue reported on code.google.com by kajonke...@gmail.com on 9 May 2011 at 9:24