Guest User

Untitled

a guest
Jul 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. # Package Information for pkg-config
  2.  
  3. prefix=/usr
  4. exec_prefix=${prefix}
  5. libdir=${exec_prefix}/lib
  6. includedir_old=${prefix}/include/opencv
  7. includedir_new=${prefix}/include
  8.  
  9. Name: OpenCV
  10. Description: Open Source Computer Vision Library
  11. Version: 2.3.1
  12. Libs: -L${libdir} -lopencv_core -lopencv_imgproc -lopencv_highgui -lopencv_ml -lopencv_video -lopencv_features2d -lopencv_calib3d -lopencv_objdetect -lopencv_contrib -lopencv_legacy -lopencv_flann
  13. Cflags: -I${includedir_old} -I${includedir_new}
Add Comment
Please, Sign In to add comment