
Untitled
By: a guest on
Sep 9th, 2011 | syntax:
None | size: 0.90 KB | hits: 122 | expires: Never
parana@parana-desktop:~/Desktop/deneme$ arm-angstrom-linux-gnueabi-g++ -l /usr/include/opencv/ -L /usr/lib -o DisplayImage DisplayImage.cpp
DisplayImage.cpp:6:16: error: cv.h: No such file or directory
DisplayImage.cpp:7:21: error: highgui.h: No such file or directory
DisplayImage.cpp:9: error: 'cv' is not a namespace-name
DisplayImage.cpp:9: error: expected namespace-name before ';' token
DisplayImage.cpp: In function 'int main(int, char**)':
DisplayImage.cpp:13: error: 'Mat' was not declared in this scope
DisplayImage.cpp:13: error: expected `;' before 'image'
DisplayImage.cpp:14: error: 'image' was not declared in this scope
DisplayImage.cpp:14: error: 'imread' was not declared in this scope
DisplayImage.cpp:18: error: 'printf' was not declared in this scope
DisplayImage.cpp:24: error: 'printf' was not declared in this scope
DisplayImage.cpp:25: error: 'waitKey' was not declared in this scope