Ask Your Question
0

using opencl as private framework for building opencv

asked 2014-10-20 01:13:43 -0600

kiranpradeep gravatar image

updated 2014-10-20 01:14:20 -0600

I am currently using GPUImage on iOS and would like to replace it with UMat in OpenCV 3.0. This is an example, for using OpenCL as private framework in iOS. Is it possible to custom build OpenCV 3.0 with OpenCL as private framework ( ignoring AppStore ) so that, in iOS, function calls with UMat results in offloading to GPU ? If yes, will the changes be limited to build_framework.py and CMakefiles only ?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-03-31 14:57:53 -0600

Jake Singer gravatar image

Example of using Private OpenCL framework on iOS. For private use since Apple will not approve the App using a private framework:

http://iphonesdkdev.blogspot.in/2014/...

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-10-20 01:13:43 -0600

Seen: 644 times

Last updated: Mar 31 '15