Skip to content

Manuel Baumann

  • home
  • articles
  • about

Tag: OpenCV

Link OpenCV projects in OSX using gcc

After getting the OpenCV using mac port I ran into trouble linking projects using the OpenCV functionalities. Using linux, it is as easy as setting the “-lcv” linker flag. Using OSX, I was only successfull when the library paths are returned by the pkg-config utility. You can run the command without the back ticks, and copy… Continue reading Link OpenCV projects in OSX using gcc

Published October 9, 2011
Categorized as Software Tagged OpenCV, OSX

Link OpenCV projects in OSX using gcc

After getting the OpenCV using mac port I ran into trouble linking projects using the OpenCV functionalities. Using linux, it is as easy as setting the “-lcv” linker flag. Using OSX, I was only successfull when the library paths are returned by the pkg-config utility. You can run the command without the back ticks, and copy… Continue reading Link OpenCV projects in OSX using gcc

Published October 9, 2011
Categorized as Software Tagged OpenCV, OSX

Simple OpenCV video input/output sample