vb0067 / GPUOpenCV

Sample repository for experimenting with hunter to combine multiple packages (in this case OpenCV and GPUImage)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPUOpenCV

A simple repository for experimenting with ruslo's hunter and polly CMake dependency/package managers.
This is also a testbed for working through a number of other CMake basics I've done somehwat haphazardly in the past. I intend to use this as a starting point for my future projects. Here are the main goals:

  • provide cmake options to build the internal project code as a static lib, shared lib w/ versionining, or as a framework (iOS/OS X)
  • provide some sample OpenCV console apps for a quick start approach to cross platform OpenCV development
  • create an iOS application and XCode project from source using OpenCV and GPUImage via CMake's XCode generator and an ios toolchain
  • provide cmake options for linking to frameworks (using find_library) in non-standard locations (still working on this and relying on symlinks to frameworks in the "standard" CMAKE_OSX_SYSROOT location)

TODO: ...

About

Sample repository for experimenting with hunter to combine multiple packages (in this case OpenCV and GPUImage)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 32.3%Language:Objective-C++ 31.7%Language:CMake 30.9%Language:Objective-C 3.3%Language:Shell 1.7%Language:C 0.2%