Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Sep 9th, 2011  |  syntax: None  |  size: 0.90 KB  |  hits: 122  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. parana@parana-desktop:~/Desktop/deneme$ arm-angstrom-linux-gnueabi-g++ -l /usr/include/opencv/ -L /usr/lib -o DisplayImage DisplayImage.cpp
  2. DisplayImage.cpp:6:16: error: cv.h: No such file or directory
  3. DisplayImage.cpp:7:21: error: highgui.h: No such file or directory
  4. DisplayImage.cpp:9: error: 'cv' is not a namespace-name
  5. DisplayImage.cpp:9: error: expected namespace-name before ';' token
  6. DisplayImage.cpp: In function 'int main(int, char**)':
  7. DisplayImage.cpp:13: error: 'Mat' was not declared in this scope
  8. DisplayImage.cpp:13: error: expected `;' before 'image'
  9. DisplayImage.cpp:14: error: 'image' was not declared in this scope
  10. DisplayImage.cpp:14: error: 'imread' was not declared in this scope
  11. DisplayImage.cpp:18: error: 'printf' was not declared in this scope
  12. DisplayImage.cpp:24: error: 'printf' was not declared in this scope
  13. DisplayImage.cpp:25: error: 'waitKey' was not declared in this scope